The new version 2.1.0 of tanapro JavaIDEdroid is now available and offers following new features:

  • New: JavaRunner allows to run any binary Java commandline application (.jar file) without recompilation!
  • Modified: All functionality which can be accessed from BeanShell scripts are now in the class JID. The default scripts have been adjusted accordingly.
  • Modified: The output in the BeanShell and Tools tab is now already visible during execution. The current state is shown at the top.
  • Modified: JID.fnPublishProgress() no longer updates the script state. It now writes output to the console. The state is now updated with JID.fnPublishStatus()
  • New: Data can now be read from stdin. To enter data there is an entry in the context menu of the console.
  • New: Permission INTERNET added, so that Java console applications can access the Internet. JavaIDEdroid itself does not need the Internet access.
  • Modified: When the user exits the APP the complete Android process is killed at the end, so that the APP can recover from out-of-memory conditions.
  • Modified: The directory exclude list of the project is now relative to the project root dir. So now you can move the project without the need to change the exclude list.
  • New: Shortcut Intent to place a shortcut on Android Home Screen.
  • New: The logcat information can now be stored to a file, because on Android 4.1 (Jelly Bean) the logcat is protected.
  • Several bug fixes

Additional information