Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Add Android API 15 (Ice Cream Sandwich) for it's MediaPlayer (details)
  2. Android: Compile agains API Level 15 for AV package, we don't require it (details)
  3. Fix IOUtil: Handle all '../' and './' cases by reducing the path. (details)
  4. IOUtil: Add fail-safe getFileOutputStream(..) (inspired by pngj helper (details)
  5. ActivityLauncher/LauncherUtil: Clear properties 'onDestroy()' (details)
Commit 907fe616836f29582e383bd94657c35b128794b4 by Sven Gothel
Add Android API 15 (Ice Cream Sandwich) for it's MediaPlayer capabilities (OMX AL decode to texture via libstagefright)

Even though we don't require API level 15, we may utilize it in JOGL
for it's AV package.
The file was addedmake/lib/android-sdk/15/android-java-src.zip (diff)
The file was addedmake/lib/android-sdk/15/android.jar (diff)
The file was addedmake/lib/android-sdk/15/android-java-src.txt (diff)
The file was addedmake/lib/android-sdk/15/LICENSE.txt (diff)
The file was addedmake/lib/android-sdk/15/NOTICE.txt (diff)
Commit 28814ae3946cf13619b70ddaf08c564f88252519 by Sven Gothel
Android: Compile agains API Level 15 for AV package, we don't require it though.
The file was modified.classpath (diff)
The file was modifiedmake/gluegen-properties.xml (diff)
Commit 924e2eefd99b2c93d50c19db146253c85e04fe6d by Sven Gothel
Fix IOUtil: Handle all '../' and './' cases by reducing the path.
The file was addedmake/resources/assets-test/com/jogamp/common/net/data2/RelativeData2.txt (diff)
The file was modifiedsrc/junit/com/jogamp/common/net/AssetURLConnectionBase.java (diff)
The file was modifiedmake/resources/assets-test/com/jogamp/common/net/data/RelativeData.txt (diff)
The file was modifiedsrc/junit/com/jogamp/common/net/URLCompositionTest.java (diff)
The file was modifiedsrc/java/com/jogamp/common/net/AssetURLContext.java (diff)
The file was modifiedmake/scripts/runtest.sh (diff)
The file was modifiedsrc/java/com/jogamp/common/util/IOUtil.java (diff)
The file was modifiedsrc/junit/com/jogamp/common/net/AssetURLConnectionRegisteredTest.java (diff)
The file was modifiedsrc/junit/com/jogamp/common/net/AssetURLConnectionUnregisteredTest.java (diff)
Commit 6b5332374ff238b09d44858873d600e4290302f6 by Sven Gothel
IOUtil: Add fail-safe getFileOutputStream(..) (inspired by pngj helper class)
The file was modifiedsrc/java/com/jogamp/common/util/IOUtil.java (diff)
Commit ae3756ff570f2c274fca005c50028101aef176e9 by Sven Gothel
ActivityLauncher/LauncherUtil: Clear properties 'onDestroy()'
The file was modifiedsrc/java/jogamp/android/launcher/ActivityLauncher.java (diff)
The file was modifiedsrc/java/jogamp/common/os/android/StaticContext.java (diff)
The file was modifiedsrc/java/jogamp/android/launcher/LauncherUtil.java (diff)