| Commit message (Expand) | Author | Age | Files | Lines |
* | Android Launcher: Add dummy version activity (recognized by market), remove p... | Sven Gothel | 2012-05-04 | 1 | -2/+14 |
* | Android ClassLoaderUtil: Cleanup hack .. | Sven Gothel | 2012-05-04 | 1 | -2/+0 |
* | DynamicLibraryBundle: API doc refinement, mention the ClassLoader role. | Sven Gothel | 2012-05-04 | 2 | -5/+16 |
* | Fix commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: System.loadLibrary(libra... | Sven Gothel | 2012-05-04 | 1 | -1/+1 |
* | Use ClassLoader to find JNI native libraries. ClassLoader was only used for t... | Sven Gothel | 2012-05-04 | 5 | -42/+77 |
* | Android Launcher: More verbose ClassLoader* | Sven Gothel | 2012-05-03 | 2 | -4/+30 |
* | APK version code = 1 | Sven Gothel | 2012-05-03 | 1 | -1/+1 |
* | Reduce APK version name to 30 chars | Sven Gothel | 2012-05-03 | 1 | -1/+1 |
* | AndroidLauncher: Add 'MainLauncher'; ClassLoaderUtil adds list of direct APKs... | Sven Gothel | 2012-05-03 | 5 | -99/+310 |
* | PropertyAccess: Cleanup code, adding comment.v2.0-rc8v2.0-rc7 | Sven Gothel | 2012-04-25 | 1 | -7/+6 |
* | Platform: Need priviledge read access for property 'java.awt.headless' | Sven Gothel | 2012-04-25 | 1 | -9/+13 |
* | Partially revert commit 5efbe805c553a2ac21a79386c3e2147858d4308b - Linux / So...v2.0-rc6 | Sven Gothel | 2012-04-19 | 2 | -32/+0 |
* | Relaxed Unix linker flags for Linux + Solaris ; Refined Linux Armv4 flags | Sven Gothel | 2012-04-19 | 3 | -15/+52 |
* | Linux ARMel eabi: Use armv6t, soft-float - low profile to target more devices... | Sven Gothel | 2012-04-18 | 3 | -1/+61 |
* | Solaris manual build setup - check default install location for 64bit jvm | Sven Gothel | 2012-04-18 | 1 | -1/+8 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) | Sven Gothel | 2012-04-16 | 14 | -39/+37 |
* | Fix generics .. | Sven Gothel | 2012-04-14 | 1 | -12/+10 |
* | Buffers: Add generic slice2Float(..) method from JOGL's ProjectFloat/FloatUtil | Sven Gothel | 2012-04-09 | 2 | -5/+46 |
* | ActivityLauncher/LauncherUtil: Clear properties 'onDestroy()' | Sven Gothel | 2012-04-09 | 3 | -12/+29 |
* | IOUtil: Add fail-safe getFileOutputStream(..) (inspired by pngj helper class) | Sven Gothel | 2012-04-07 | 1 | -0/+36 |
* | Fix IOUtil: Handle all '../' and './' cases by reducing the path. | Sven Gothel | 2012-04-02 | 9 | -35/+85 |
* | Android: Compile agains API Level 15 for AV package, we don't require it though. | Sven Gothel | 2012-04-02 | 2 | -2/+3 |
* | Add Android API 15 (Ice Cream Sandwich) for it's MediaPlayer capabilities (OM... | Sven Gothel | 2012-04-02 | 5 | -0/+213 |
* | Fix EABI Armel/Armhf selection incl. os.and.arch | Sven Gothel | 2012-03-28 | 1 | -25/+53 |
* | gluegen-cpptasks-android-armv7.xml: Add missing isAbiEabiGnuArmel property | Sven Gothel | 2012-03-28 | 1 | -1/+1 |
* | Dump Envs: Suppress COOKIE, SSH and GPG env vars | Sven Gothel | 2012-03-28 | 1 | -4/+19 |
* | Dump Local Info on build machine during junit.compile | Sven Gothel | 2012-03-28 | 1 | -1/+7 |
* | Test: Add dump of environment vars | Sven Gothel | 2012-03-28 | 2 | -6/+19 |
* | 7z Archive: Add all APK's - Was missing Android Launcher. | Sven Gothel | 2012-03-28 | 1 | -1/+1 |
* | Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-... | Sven Gothel | 2012-03-28 | 14 | -46/+281 |
* | Add *.apk files to the 7z archive [for deployment] | Sven Gothel | 2012-03-27 | 2 | -0/+2 |
* | To help analyzing Bug 566, we allow overwriting the 'workaround' with sys pro... | Sven Gothel | 2012-03-27 | 1 | -1/+5 |
* | Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /... | Sven Gothel | 2012-03-26 | 8 | -5/+118 |
* | RunnableExecutor: Add (c) header | Sven Gothel | 2012-03-26 | 1 | -0/+27 |
* | DynamicLibraryBundle*: Allow DynamicLibraryBundleInfo impl. to designate a th... | Sven Gothel | 2012-03-26 | 3 | -2/+31 |
* | Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ; | Sven Gothel | 2012-03-22 | 9 | -112/+127 |
* | Minor edits: Fix API doc / Remove Thread.dumpStack() | Sven Gothel | 2012-03-22 | 2 | -3/+1 |
* | Added adb install files | Sven Gothel | 2012-03-18 | 2 | -0/+7 |
* | Adding missing file .. oops | Sven Gothel | 2012-03-18 | 1 | -0/+13 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 33 | -204/+1192 |
* | Android: New ActivityLauncher (jogamp.android-launcher.apk) | Sven Gothel | 2012-03-14 | 14 | -51/+1444 |
* | PropertyAccess: Push down 'isPropertyDefined(final String property, final boo... | Sven Gothel | 2012-03-13 | 3 | -6/+6 |
* | SecurityUtil: Generalize cert validation and AccessControlContext query; Prop... | Sven Gothel | 2012-03-13 | 11 | -142/+271 |
* | Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat... | Sven Gothel | 2012-03-13 | 7 | -89/+170 |
* | Fix rel GLUEGEN_CPPTASKS_FILE commit e617834dcabdb83f383a2d2a82fcd2d9d987c154 | Sven Gothel | 2012-03-10 | 1 | -5/+7 |
* | Allow GLUEGEN_CPPTASKS_FILE to be relative to gluegen.root ; Load gluegen-cpp... | Sven Gothel | 2012-03-10 | 3 | -11/+19 |
* | android remote test script: panda02 is my default test machine | Sven Gothel | 2012-03-10 | 1 | -2/+2 |
* | Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close... | Sven Gothel | 2012-03-10 | 3 | -6/+48 |
* | android remote adb test fixes: (1) Add connect; (2) Remove overriding explici... | Sven Gothel | 2012-03-10 | 1 | -1/+3 |
* | gluegen-cpptasks-android-armv7: Add 'gluegen.cpptasks.detect.os.custom' targe... | Sven Gothel | 2012-03-07 | 2 | -15/+25 |