Skip to content

Releases: julianwi/javainstaller

version 0.5.1

22 Jun 07:06
Compare
Choose a tag to compare

now compatible with Android Terminal Emulator versions >= 1.0.66.

cairo graphics

03 Mar 16:00
Compare
Choose a tag to compare

now it installs cairo graphics native rendering library

dynamic linked libraries

24 Oct 06:35
Compare
Choose a tag to compare
  • 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

29 Jul 04:48
Compare
Choose a tag to compare

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

18 Jun 19:05
Compare
Choose a tag to compare

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

14 Apr 15:08
Compare
Choose a tag to compare

arm devices are supported now.

first release

07 Apr 13:59
Compare
Choose a tag to compare

This is the first release. It is not stable and has some bugs.