Releases: NativeScript/android
Releases · NativeScript/android
v5.0.0
v4.2.0
What's New
- Upgrade v8 to 6.7.288.46(#1130)
- Static binding generator now uses bundled npm packages(#1096)
- Add gradle dependencies versions in package.json(#1102)
- Introduce a setting for auto catching exceptions when calling JS method native(#1119)
- Make livesync work entirely through named sockets(#932)
Bug Fixes
- Unable to increase minSdk version by modifying AndroidManifest.xml(#1104)
- UTF8 symbols in inspector protocol are not properly encoded(#1116)
- ChromeDevTools: If you close the socket the app will crash on the device/emulator(#1122)
- App tries to write in /data/local/tmp(#828)
- Rewrite livesync implementation(#929)
v4.1.3
v4.1.2
v3.4.3
v4.1.1
What's New
- Add support for java.nio.HeapByteBuffer to ArrayBuffer conversion(#1060)
- Upgrade Gradle version (wrapper and plugin) to latest(#1054)
- Accessing Native Packages starting with 'in'(#1046)
- tns-android 4.0.1: undefined objects are dumped with console.log making the log unreadable(#1026)
- Support new gradle dependency configuration(#993)
- new Date() does not work as expected after time zone change(#961)
- Update V8 to latest stable version(#808)
- Checking if java class implements java interface(#739)
- How to disable console.logs in release builds(#1024)
Bug Fixes
v4.0.1
Bug Fixes
v4.0.0
Breaking Changes
- Rewrite the build script routine to no longer use flavors as the primary mechanism to apply nativescript plugin Android configurations (#890) - If you see the
All flavors must now belong to a named flavor dimension.
build error, ensure that you are using the latest CLI. Plugins will be built implicitly by the CLI, version 4.0.0-rc or newer. - Application package outputs are now located at
platforms/android/app/build/outputs/<build-type>/<flavor - if any>/app-<build-type>.apk
(#938)
What's New
- Respect
.jar
and.aar
libraries fromApp_Resources/Android/libs
(#899) - Add user-defined Android project files -
.java
, resources, assets inApp_Resources/Android
(#700) - Enabled after updating the App_Resources/Android subdirectory structure. Usetns resources update android
with CLI 4.0.0-rc or newer. - Console API improvements - file name, line, column support in Chrome DevTools; Objects are expanded to JSON representations (#894) (#884) - Replaces the console API in the
tns-core-modules
. - Update Gradle to 4.1 and Android plugin for Gradle to 3.0.1 (#938)