Releases: julianwi/javainstaller
Releases · julianwi/javainstaller
version 0.5.1
cairo graphics
now it installs cairo graphics native rendering library
dynamic linked libraries
- now it installs dynamically linked libraries
- so we can update a single library easily
- so we save a bit memory
- so we can install library packages on the sdcard (it's unsecure)
- latest versions:
- gnu claspath version 0.99
- jamvm version 0.2.0
- gnu libc version 0.20
- awtonandroid version 0.3
- a new button to install everything with one click
optimized native code
Now the java installer uses the native code from the Terminal Emulator. So the app is a bit smaller and we don't have the execpty process running in baground and save resources.
Also there are a few bug fixes:
- The download dialog don't hide on orientation change.
- The buttons don't change order when scrolling on devices with small screen.
- The install files can now be downloaded from a URL starting with file://. This makes testing easier.
Thanks to @veganaize who wrote many bug reports.
awt testing
Installation of awtonandroid (https://github.com/julianwi/awtonandroid)
Now you can run the installation script as root.
New function to check for updates.
arm support
arm devices are supported now.
first release
This is the first release. It is not stable and has some bugs.