File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ 3.4.3
2
+ ==
3
+
4
+ ## Bug Fixes
5
+
6
+ - [ Webview Crash With Android 8.1.0 / Chromium 67.0.3396.68 (#1075 )] ( https://github.com/NativeScript/android-runtime/issues/1075 )
7
+
1
8
3.4.2
2
9
==
3
10
81
88
## Bug Fixes
82
89
83
90
- [ Javascript array not marshalling to Java long[ ] properly (#696 )] ( https://github.com/NativeScript/android-runtime/issues/696 )
84
-
91
+
85
92
2.5.0-RC
86
93
==
87
94
180
187
- [ Add support for caching already compiled JS code] ( https://github.com/NativeScript/android-runtime/issues/257 )
181
188
- [ Additional Intents Crashes app] ( https://github.com/NativeScript/android-runtime/issues/218 )
182
189
- [ Enable Multidex support] ( https://github.com/NativeScript/android-runtime/issues/344 )
183
-
190
+
184
191
## Bug Fixes
185
192
186
193
- [ Wrong object lifecycle management (#382 )] ( https://github.com/NativeScript/android-runtime/issues/382 )
262
269
- [ Improved error handling] ( https://github.com/NativeScript/android-runtime/issues/221 )
263
270
- Use Gradle Wrapper
264
271
- Use V8 code cache (experimental)
265
-
272
+
266
273
## Bug Fixes
267
274
268
275
- Proper handling of HTTP 401 status code
355
362
- [ Optimize Strings marshaling between Java and V8 (#160 )] ( https://github.com/NativeScript/android-runtime/issues/160 )
356
363
- [ Improve required module loading (#156 )] ( https://github.com/NativeScript/android-runtime/issues/156 )
357
364
- [ Improve JNI String marshalling (#126 )] ( https://github.com/NativeScript/android-runtime/issues/126 )
358
- - [ Cache folder-as-module resolved path (#121 )] ( https://github.com/NativeScript/android-runtime/issues/121 )
365
+ - [ Cache folder-as-module resolved path (#121 )] ( https://github.com/NativeScript/android-runtime/issues/121 )
359
366
360
367
361
368
## 1.1.0 (2015, June 10)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tns-android" ,
3
3
"description" : " NativeScript Runtime for Android" ,
4
- "version" : " 3.4.2 " ,
4
+ "version" : " 3.4.3 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/NativeScript/android-runtime.git"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <module external.linked.project.id=" test-app" external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/runtime " external.system.id=" GRADLE" type =" JAVA_MODULE" version =" 4" >
2
+ <module external.linked.project.id=" test-app" external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$" external.system.id=" GRADLE" type =" JAVA_MODULE" version =" 4" >
3
3
<component name =" FacetManager" >
4
4
<facet type =" java-gradle" name =" Java-Gradle" >
5
5
<configuration >
You can’t perform that action at this time.
0 commit comments