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
-[Upgrade the android gradle plugin to the latest 3.3.0 version(#1251)](https://github.com/NativeScript/android-runtime/issues/1251)
8
+
-[Add android X support(#1226)](https://github.com/NativeScript/android-runtime/issues/1226)
9
+
-[Provide a JS helper function on the global object to release the native object wrapped by a JS instance(#1254)](https://github.com/NativeScript/android-runtime/issues/1254)
10
+
11
+
## Bug Fixes
12
+
13
+
-[ClassNotFound exception when calling nested static class with correct argument(#1195)](https://github.com/NativeScript/android-runtime/issues/1195)
14
+
-[If you refresh or close the chrome dev tools window an error will be log in the console (#1202)](https://github.com/NativeScript/android-runtime/issues/1202)
15
+
-[Debug on Android fails when stopped on breakpoint and change in .xml/.css/.html is applied(#1243)](https://github.com/NativeScript/android-runtime/issues/1243)
16
+
-[Breakpoint stop to hit when you have two open tabs and close one(#1247)](https://github.com/NativeScript/android-runtime/issues/1247)
17
+
-[ClassNotFound exception when calling nested static class with correct argument(#1195)](https://github.com/NativeScript/android-runtime/issues/1195)
18
+
-[Upgrade V8 to v7 to fix unstable sort() method(#1176)](https://github.com/NativeScript/android-runtime/issues/1176)
19
+
-[CodeCache option is broken since Android Runtime 4.1.0(#1235)](https://github.com/NativeScript/android-runtime/issues/1235)
20
+
-[Snapshots with ABI splits do not work since Android Runtime 4.1.0(#1234)](https://github.com/NativeScript/android-runtime/issues/1234)
21
+
1
22
5.1.0
2
23
==
3
24
4
25
## What's New
5
-
-[Add a setting to wrap calls to CallJSMethod in try catch(#1223)](https://github.com/NativeScript/android-runtime/issues/12238)
26
+
-[Add a setting to wrap calls to CallJSMethod in try catch(#1223)](https://github.com/NativeScript/android-runtime/issues/1223)
6
27
-[Support for abstract interface with static methods(#1157)](https://github.com/NativeScript/android-runtime/issues/1157)
7
28
-[Use gradle plugin 3.2.1 instead of 3.2.0(#1209)](https://github.com/NativeScript/android-runtime/pull/1209)
8
29
-[Add a concrete exception when the runtime cannot be found(#1201)](https://github.com/NativeScript/android-runtime/pull/1201)
if ("$System.env.JAVA_HOME"==""||"$System.env.JAVA_HOME"=="null") {
32
-
thrownewGradleException("Set JAVA_HOME to point to the correct Jdk location\n");
32
+
thrownewGradleException("Set JAVA_HOME to point to the correct Jdk location\n")
33
33
}
34
34
35
35
if ("$System.env.ANDROID_HOME"==""||"$System.env.ANDROID_HOME"=="null") {
36
-
thrownewGradleException("Set ANDROID_HOME to point to the correct Android SDK location\n");
36
+
thrownewGradleException("Set ANDROID_HOME to point to the correct Android SDK location\n")
37
37
}
38
38
39
39
if ("$System.env.GIT_COMMIT"=="null"&&!project.hasProperty("gitCommitVersion")) {
40
-
logger.warn("Warning: The GIT_COMMIT is not set. This NativeScript Android Runtime will not be tagged with the git commit it is build from\n");
40
+
logger.warn("Warning: The GIT_COMMIT is not set. This NativeScript Android Runtime will not be tagged with the git commit it is build from\n")
41
41
}
42
42
43
43
if (project.hasProperty("metadataGen") &&!file("../android-metadata-generator/dist/tns-android-metadata-generator-0.0.1.tgz").exists()) {
44
-
thrownewGradleException("android-metadata-generator build output not found and no metadataGen option specified. Build android-metadata-generator first.\n");
44
+
thrownewGradleException("android-metadata-generator build output not found and no metadataGen option specified. Build android-metadata-generator first.\n")
0 commit comments