android icon indicating copy to clipboard operation
android copied to clipboard

Android runtime for NativeScript (based on V8)

Results 139 android issues
Sort by recently updated
recently updated
newest added

## Please, provide the details below: ### Did you verify this is a real problem by searching [Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)? Yes ### Tell...

severity: medium

If the developer extends a base class with no default constructor, they have no way of explicitly specifying that they want a default constructor code to be generated in Java....

severity: low
feature

NativeScript supports marshalling Java bytecode generated by Kotlin. But Kotlin has a way to specify that a function takes another function in a much better way than Java. Like this:...

severity: low
feature

_problem_ Whole build process needs to be enabled to build incrementally. Currently, Gradle builds are not completely incremental due to the fact the static binding generator can't adopt incremental changes....

feature

Java supports varargs methods. For example, [`Class.getMethod`](https://developer.android.com/reference/java/lang/Class.html#getMethod%28java.lang.String, java.lang.Class...%29) ``` Java Method getMethod (String name, Class... parameterTypes) ``` This is syntax sugar for the actual method signature which is ``` Java...

severity: low
feature

Various app crashes reported from QA team http://nsbuild01.telerik.com:8080/build/view/Stable/view/App%20Cuteness/job/integration-tests-stable-cuteness-android-api18-emulator/251/

severity: medium
bug

Enable integration of the Runtime with Chrome DevTools. This will supersede the current `node_inspector` integration, which is quite outdated mainly because it has some Node dependent functionality. Additionally it will...

feature
epic

Debug log messages need to be improved by providing additional information, such as TID, Category, and provide a better verbosity overall. This will allow us to spot bugs more easily...

feature

Try using Error.prepareStackTrace(error, structuredStackTrace) to merge native and JS stack traces into one. https://github.com/v8/v8/wiki/Stack%20Trace%20API

severity: low
feature