Skip to content
Unstable

Changes

Summary

  1. Reduce APK version name to 30 chars (details)
  2. APK version code = 1 (details)
  3. Android Launcher: More verbose ClassLoader* (details)
  4. Use ClassLoader to find JNI native libraries. ClassLoader was only used (details)
  5. Fix commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: (details)
  6. DynamicLibraryBundle: API doc refinement, mention the ClassLoader role. (details)
  7. Android ClassLoaderUtil: Cleanup hack .. (details)
  8. Android Launcher: Add dummy version activity (recognized by market), (details)
  9. Android: Add the LauncherVersionActivity .. (details)
  10. Bump Android version.code: 2 (details)
  11. LauncherUtil: Allow no query in URI and no PKG in query (details)
  12. GlueGenVersionActivity: Add Scroller .. (details)
  13. Android AssetDexClassLoader: Disable DEBUG flag. (details)
  14. Android Launcher: Add permission Internet access (details)
  15. Fix Android Launcher: Add permission Internet access (commit (details)
  16. Fix Android JogAmp Launcher: Assets (details)
  17. Android version.code: 3 (details)
  18. Android: 'android.jar' -> android-015.jar', 'android-min.jar' (9); (details)
  19. Android: Cleanup Manifest - remove commented out tags, don't require (details)
  20. Android: aapt no debug, gluegen: proper version.code and launcher (details)
Commit d2068e11c9adac5c7614c98309c68e2712f1f297 by Sven Gothel
Reduce APK version name to 30 chars
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/build.xml (diff)
Commit ce9ace37ca883a844fbab7aef8c85197282442ed by Sven Gothel
Android Launcher: More verbose ClassLoader*
The file was modifiedsrc/java/jogamp/android/launcher/ClassLoaderUtil.java (diff)
The file was modifiedsrc/java/jogamp/android/launcher/AssetDexClassLoader.java (diff)
Commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e by Sven Gothel
Use ClassLoader to find JNI native libraries. ClassLoader was only used for tool native libraries.

NativeLibrary: Expose 'String findLibrary(String libName, ClassLoader loader)',
               allowing utilization of System.load(loader.findLibrary(libName)).

JNILibLoaderBase.loadLibrary(): Add optional ClassLoader argument, used to locate the library

DynamicLibraryBundle: Use DynamicLibraryInfo's ClassLoader to find native libraries (tool + jni)
The file was modifiedsrc/java/com/jogamp/common/os/Platform.java (diff)
The file was modifiedsrc/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff)
The file was modifiedsrc/junit/com/jogamp/gluegen/test/junit/generation/BindingJNILibLoader.java (diff)
The file was modifiedsrc/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff)
The file was modifiedsrc/java/com/jogamp/common/os/NativeLibrary.java (diff)
Commit 389035210e6fc7742a2a11575c7bbfc8f08987a5 by Sven Gothel
Fix commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: System.loadLibrary(libraryPath) -> System.load(libraryPath)
The file was modifiedsrc/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff)
Commit 3b815b7e5af2fb6f771880dba74863d4f40b638f by Sven Gothel
DynamicLibraryBundle: API doc refinement, mention the ClassLoader role.
The file was modifiedsrc/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java (diff)
The file was modifiedsrc/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff)
Commit 4b70739956713423137a0918e834f8ed1f42fd44 by Sven Gothel
Android ClassLoaderUtil: Cleanup hack ..
The file was modifiedsrc/java/jogamp/android/launcher/ClassLoaderUtil.java (diff)
Commit 27abf0860336b4a02898740b6dc55fe463c0c8d8 by Sven Gothel
Android Launcher: Add dummy version activity (recognized by market), remove permissions: inet and write-sd
The file was modifiedmake/resources/android/AndroidManifest-Launcher.xml (diff)
Commit b614c7297fece182928733288007b3d1c30f2af7 by Sven Gothel
Android: Add the LauncherVersionActivity ..
The file was addedsrc/java/jogamp/android/launcher/LauncherVersionActivity.java (diff)
Commit d950f5ea8e88eeaf636a751d6b831c8a0ec15c34 by Sven Gothel
Bump Android version.code: 2
The file was modifiedmake/build.xml (diff)
Commit a058e0a2f465a9bff3e32727edb55592f55c7b38 by Sven Gothel
LauncherUtil: Allow no query in URI and no PKG in query
The file was modifiedsrc/java/jogamp/android/launcher/LauncherUtil.java (diff)
Commit 7426e2613eaee1d97c074cb1f43863bb2615e7fa by Sven Gothel
GlueGenVersionActivity: Add Scroller ..
The file was modifiedsrc/java/jogamp/common/os/android/GluegenVersionActivity.java (diff)
Commit 1ed699bee6819e7b4891454d797c539c178181df by Sven Gothel
Android AssetDexClassLoader: Disable DEBUG flag.
The file was modifiedsrc/java/jogamp/android/launcher/AssetDexClassLoader.java (diff)
Commit 85ba9e60dfd1828c6f8cc327715b420e10c29ebf by Sven Gothel
Android Launcher: Add permission Internet access
The file was modifiedmake/resources/android/AndroidManifest-Launcher.xml (diff)
Commit d5ba01ab46fd9140632262ee6270429450bf31ca by Sven Gothel
Fix Android Launcher: Add permission Internet access (commit 85ba9e60dfd1828c6f8cc327715b420e10c29ebf was broken, too late)
The file was modifiedmake/resources/android/AndroidManifest-Launcher.xml (diff)
Commit b29d98240fdffa323f3da081173606c36881aa21 by Sven Gothel
Fix Android JogAmp Launcher: Assets
The file was addedmake/resources/assets-launcher/jogamp/launcher/info.txt (diff)
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/build.xml (diff)
Commit de42f22c9a2b62115eb3d9d5be7451ec5bb674be by Sven Gothel
Android: 'android.jar' -> android-015.jar', 'android-min.jar' (9); version.code: 4
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/gluegen-properties.xml (diff)
Commit 4cdda8f3d5bf219a92adffd90e72c399283d50e3 by Sven Gothel
Android: Cleanup Manifest - remove commented out tags, don't require touchscreen ..
The file was modifiedmake/resources/android/AndroidManifest-Launcher.xml (diff)
The file was modifiedmake/resources/android/AndroidManifest-Runtime.xml (diff)
The file was modifiedmake/resources/android/AndroidManifest-Test.xml (diff)
Commit 5ec33e91296992ff14b6b3cf471ce443ff16897c by Sven Gothel
Android: aapt no debug, gluegen: proper version.code and launcher manifest
The file was modifiedmake/jogamp-androidtasks.xml (diff)
The file was modifiedmake/build.xml (diff)