robovm icon indicating copy to clipboard operation
robovm copied to clipboard

Ahead of time compiler for JVM bytecode targetting iOS, Mac OSX and Linux

Results 106 robovm issues
Sort by recently updated
recently updated
newest added

#### Issue details When creating a IntelliJ run configuration, the simulator target "Auto (prefers [...])" is used by default. On M1 macs, this let you only choose arm64 as architecture,...

Please ensure you have given all the following requested information in your report. #### Issue details Bitcode support was added in https://github.com/MobiVM/robovm/pull/443 which works so far. At least for framework...

# Description this implements nest based access control as specified in [JEP181](https://openjdk.java.net/jeps/181). This is reproducible with Java11 class files. Sample to reproduce: ``` public class Test { private int a;...

## Root Case these methods are added when ByteBuffer is compiled. At next session ByteBuffer class is considered compiled and its structure only parsed (and not desugared) as result de-sugared...

#### Issue details I'm trying to execute the following code, but whenever I try to reset the buffer position to 0 I got a crash on JVM side (NoSuchMethodError). ####...

Bumps [gson](https://github.com/google/gson) from 2.8.8 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Bumps [maven-shared-utils](https://github.com/apache/maven-shared-utils) from 3.2.1 to 3.3.3. Commits cc01039 [maven-release-plugin] prepare release maven-shared-utils-3.3.3 abdc90c [maven-release-plugin] prepare for next development iteration 5460b13 [maven-release-plugin] prepare release maven-shared-utils-3.3.2 60d0052 [maven-release-plugin] prepare for next development...

dependencies

I've observed intermittent delay receiving events from the GCMouseInput MouseMovedHandler (setMouseMovedHandler). Specifically, I've tested this while running an IOS build on MacOS (Silicon M1). It seems to work fine in...

The website (the one currently linked from GH -- http://robovm.mobidevelop.com/) is badly outdated: * It has broken links (e.g. to the Idea snapshot build) * It has obsolete links (e.g....