android
android copied to clipboard
Android runtime for NativeScript (based on V8)
### Description Upgrades libzip to 1.9.2 (latest). The previous version had a few security issues (although I'm not sure they're exploitable).
TODO: tests this PR adds the class name to the object. Example: ``` const obj = new java.lang.Boolean(); console.log(obj.constructor.name); // java.lang.Boolean ```
android { defaultConfig { minSdkVersion 23 generatedDensities = [] targetSdkVersion 31 } aaptOptions { additionalParameters "--no-version-vectors" } lintOptions { checkReleaseBuilds false } ndkVersion "25.0.8775105" } **Package .JSON** "dependencies": { "@angular/animations":...
**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...
I added tests for this, the submodule needs to be update after the merge in the submodule repo
### Issue Description I'm trying to make the types: `ns typings android --aar ./colorpickerview-2.3.0.aar` When I try this I have the following output ``` vallemar@macbook-pro-de-juan nativescript-reordering % ns typings android...
**Environment** ``` "@nativescript/angular": "^15.2.0", "nativescript": "8.5.3", "@nativescript/android": "8.5.1", "@nativescript/core": "8.5.9" ``` **Describe the bug** No network activity data is shown in the chrome devtools **To Reproduce** run nativescript app in...
**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...