|
| 1 | +4.1.1 |
| 2 | +== |
| 3 | + |
| 4 | +## What's New |
| 5 | + |
| 6 | + - [Add support for java.nio.HeapByteBuffer to ArrayBuffer conversion(#1060)](https://github.com/NativeScript/android-runtime/issues/1060) |
| 7 | + - [Upgrade Gradle version (wrapper and plugin) to latest(#1054)](https://github.com/NativeScript/android-runtime/issues/1054) |
| 8 | + - [Accessing Native Packages starting with 'in'(#1046)](https://github.com/NativeScript/android-runtime/issues/1046) |
| 9 | + - [tns-android 4.0.1: undefined objects are dumped with console.log making the log unreadable(#1026)](https://github.com/NativeScript/android-runtime/issues/1026) |
| 10 | + - [Support new gradle dependency configuration(#993)](https://github.com/NativeScript/android-runtime/issues/993) |
| 11 | + - [new Date() does not work as expected after time zone change(#961)](https://github.com/NativeScript/android-runtime/issues/961) |
| 12 | + - [Update V8 to latest stable version(#808)](https://github.com/NativeScript/android-runtime/issues/808) |
| 13 | + - [Checking if java class implements java interface(#739)](https://github.com/NativeScript/android-runtime/issues/739) |
| 14 | + - [How to disable console.logs in release builds(#1024)](https://github.com/NativeScript/android-runtime/issues/1024) |
| 15 | + |
| 16 | +## Bug Fixes |
| 17 | + |
| 18 | + - [Calling java method with incorrect params crashes with a JNI exception (#844)](https://github.com/NativeScript/android-runtime/issues/844) |
| 19 | + - [Chrome DevTools: App crashes after adding new view element(#1051)](https://github.com/NativeScript/android-runtime/issues/1051) |
| 20 | + - [Extraneous classes generated by SBG are not cleaned on rebuild(#904)](https://github.com/NativeScript/android-runtime/issues/904) |
| 21 | + - [Source files have different roots, while using debug command(896)](https://github.com/NativeScript/android-runtime/issues/896) |
| 22 | + |
1 | 23 | 4.0.1
|
2 | 24 | ==
|
3 | 25 |
|
|
107 | 129 | ## Bug Fixes
|
108 | 130 |
|
109 | 131 | - [Javascript array not marshalling to Java long[] properly (#696)](https://github.com/NativeScript/android-runtime/issues/696)
|
110 |
| - |
| 132 | + |
111 | 133 | 2.5.0-RC
|
112 | 134 | ==
|
113 | 135 |
|
|
206 | 228 | - [Add support for caching already compiled JS code](https://github.com/NativeScript/android-runtime/issues/257)
|
207 | 229 | - [Additional Intents Crashes app](https://github.com/NativeScript/android-runtime/issues/218)
|
208 | 230 | - [Enable Multidex support](https://github.com/NativeScript/android-runtime/issues/344)
|
209 |
| - |
| 231 | + |
210 | 232 | ## Bug Fixes
|
211 | 233 |
|
212 | 234 | - [Wrong object lifecycle management (#382)](https://github.com/NativeScript/android-runtime/issues/382)
|
|
288 | 310 | - [Improved error handling](https://github.com/NativeScript/android-runtime/issues/221)
|
289 | 311 | - Use Gradle Wrapper
|
290 | 312 | - Use V8 code cache (experimental)
|
291 |
| - |
| 313 | + |
292 | 314 | ## Bug Fixes
|
293 | 315 |
|
294 | 316 | - Proper handling of HTTP 401 status code
|
|
381 | 403 | - [Optimize Strings marshaling between Java and V8 (#160)](https://github.com/NativeScript/android-runtime/issues/160)
|
382 | 404 | - [Improve required module loading (#156)](https://github.com/NativeScript/android-runtime/issues/156)
|
383 | 405 | - [Improve JNI String marshalling (#126)](https://github.com/NativeScript/android-runtime/issues/126)
|
384 |
| - - [Cache folder-as-module resolved path (#121)](https://github.com/NativeScript/android-runtime/issues/121) |
| 406 | + - [Cache folder-as-module resolved path (#121)](https://github.com/NativeScript/android-runtime/issues/121) |
385 | 407 |
|
386 | 408 |
|
387 | 409 | ## 1.1.0 (2015, June 10)
|
|
0 commit comments