You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: plugins/plugins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ my-plugin/
110
110
111
111
*`platforms\android`: This directory contains any native Android libraries packaged as `*.jar` and `*.aar` packages. These native libraries can reside in the root of this directory or in a user-created sub-directory. During the plugin installation, the NativeScript CLI will configure the Android project in `platforms\android` to work with the plugin.
112
112
*`platforms\android\res`: (Optional) This directory contains resources declared by the `AndroidManifest.xml` file. You can look at the folder structure [here](http://developer.android.com/guide/topics/resources/providing-resources.html#ResourceTypes).
113
-
*`platforms\ios`: This directory contains native iOS frameworks (both static and shared). During the plugin installation, the NativeScript CLI will copy these files to `lib\iOS` in your project and will configure the iOS project in `platforms\ios` to work with the frameworks.
113
+
*`platforms\ios`: This directory contains native iOS dynamic libraries (`.framework`). During the plugin installation, the NativeScript CLI will copy these files to `lib\iOS` in your project and will configure the Android project in `platforms\ios` to work with the library.
114
114
*`platforms\android\include.gradle`: This file modifies the native Android configuration of your NativeScript project such as native dependencies, build types and configurations. For more information about the format of `include.gradle`, see [include.gradle file](#includegradle-specification).
For convenience, the file can now get downloaded via the [same URL](http://schemas.nativescript.org/tns.xsd).
18
18
19
+
### Fixed
20
+
21
+
-[(#1089)](https://github.com/NativeScript/NativeScript/pull/1089) http toString will raise error if response cannot be converted to string
22
+
23
+
-[(#1082)](https://github.com/NativeScript/NativeScript/issues/1082) Null reference exception in view.android.setOnTouchListener method
24
+
25
+
-[(#1081)](https://github.com/NativeScript/NativeScript/pull/1081) file-system writeTextSync will now unlock the file when it is done writing
26
+
27
+
-[(#1038)](https://github.com/NativeScript/NativeScript/issues/1038) WebView with HTML string source does not render on old Android
28
+
29
+
-[(#1028)](https://github.com/NativeScript/NativeScript/issues/1028)[iOS] SelectedIndex property of the TabView widget does not work
30
+
31
+
-[(#1021)](https://github.com/NativeScript/NativeScript/issues/1021) page.loaded and page.navigatedTo events are fired twice on iOS
32
+
33
+
-[(#1019)](https://github.com/NativeScript/NativeScript/pull/1019) search-bar color not applied correctly
34
+
35
+
-[(#1012)](https://github.com/NativeScript/NativeScript/issues/1012) TextField/TextView CSS color not applied to cursor
36
+
37
+
-[(#1010)](https://github.com/NativeScript/NativeScript/issues/1010) Slider CSS color/background-color support
38
+
39
+
-[(#1007)](https://github.com/NativeScript/NativeScript/issues/1007) When application.start() is called twice on iOS, a meaningful error should be thrown
40
+
41
+
-[(#1004)](https://github.com/NativeScript/NativeScript/issues/1004) ActivityIndicator CSS color support
42
+
43
+
-[(#1000)](https://github.com/NativeScript/NativeScript/issues/1000) Border radius is not working on Android API 17
44
+
45
+
-[(#998)](https://github.com/NativeScript/NativeScript/pull/998) web-view images now will be loaded correctly with base url
46
+
47
+
-[(#993)](https://github.com/NativeScript/NativeScript/issues/993) CSS does not support new lowercase element names
-[(#820)](https://github.com/NativeScript/NativeScript/issues/820) The x and y components of an Android translate or scale animation are not animated together when delay is specified
70
+
71
+
-[(#801)](https://github.com/NativeScript/NativeScript/issues/801) Chained animations lose state on iOS
72
+
73
+
-[(#789)](https://github.com/NativeScript/NativeScript/issues/789) Error in Page Navigating Events order
-[(#1102)](https://github.com/NativeScript/NativeScript/issues/1102) Ability to specify an animation easing, i.e. curve in a platform-independent manner
86
+
87
+
-[(#1086)](https://github.com/NativeScript/NativeScript/pull/1086) This will now allow the dialog to call the resolve function when cancelled by clicking outside
88
+
89
+
-[(#1057)](https://github.com/NativeScript/NativeScript/issues/1057) Expose scroll event on ScrollView
90
+
91
+
-[(#1048)](https://github.com/NativeScript/NativeScript/issues/1048) Event for start/end of an event
92
+
93
+
-[(#1041)](https://github.com/NativeScript/NativeScript/issues/1041) Support binding for `class` property of views
94
+
95
+
-[(#1034)](https://github.com/NativeScript/NativeScript/issues/1034) Support CSS white-space: nowrap and normal
96
+
97
+
-[(#1020)](https://github.com/NativeScript/NativeScript/pull/1020) DatePicker and TimePicker stylers added
Copy file name to clipboardExpand all lines: releases/iOS Runtime.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,27 @@ slug: ios-changelog
6
6
previous_url: /Changelogs/iOS Runtime
7
7
---
8
8
9
+
1.5.0
10
+
=====
11
+
12
+
## Bug Fixes
13
+
-[Unicode console logs in stderr](https://github.com/NativeScript/ios-runtime/issues/28)
14
+
-[Fix out struct marshalling](https://github.com/NativeScript/ios-runtime/pull/370)
15
+
-[Prefix modulemap link directives with "lib" as the linker would](https://github.com/NativeScript/ios-runtime/pull/381)
16
+
-[Log Clang diagnostics when parsing modulemaps](https://github.com/NativeScript/ios-runtime/issues/316)
17
+
-[Metadata generator build fails on older machines](https://github.com/NativeScript/ios-runtime/issues/388)
18
+
- Fix some errors in TypeScript declarations - [#33](https://github.com/NativeScript/ios-metadata-generator/pull/33), [#34](https://github.com/NativeScript/ios-metadata-generator/pull/34)
19
+
20
+
## What's New
21
+
22
+
-[Add more bridged types](https://github.com/NativeScript/ios-runtime/pull/358)
-[Automatic memory management of CoreFoundation functions marked with `CF_IMPLICIT_BRIDGING_ENABLED`](https://github.com/NativeScript/ios-runtime/pull/351)
28
+
-[Manual memory management of CoreFoundation functions not-marked with `CF_IMPLICIT_BRIDGING_ENABLED`](https://github.com/NativeScript/ios-runtime/pull/386)
0 commit comments