| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix regression of 55b4552aef7882c358d545d020d6f12c958ed8ed, which impacts non... | Sven Gothel | 2012-10-04 | 1 | -1/+1 |
* | Fix Bug 624 - Compile and generate android JAR files (gluegen-rt-android.jar)... | Sven Gothel | 2012-10-04 | 2 | -6/+25 |
* | Refine API doc of Buffers, fix API doc Platform.NEWLINE. | Sven Gothel | 2012-10-03 | 2 | -1/+9 |
* | SingletonInstanceServerSocket: Add another (manual) unit tests for timeouts. | Sven Gothel | 2012-09-21 | 2 | -5/+77 |
* | SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta... | Sven Gothel | 2012-09-21 | 5 | -23/+186 |
* | SingletonInstanceServerSocket: Add kill @ JVM Shutdown _and_ if normal unlock... | Sven Gothel | 2012-09-21 | 3 | -9/+45 |
* | JNLP: Cache gluegen-rt-natives for linux-armv6 and linux-armv6hf. | Xerxes Rånby | 2012-09-16 | 1 | -0/+8 |
* | AWTEDTExecutor: Add convenient "invoke(Object treeLock, boolean wait, Runnabl... | Sven Gothel | 2012-09-10 | 1 | -1/+25 |
* | windows scripts: bump to 6u35 | Sven Gothel | 2012-09-07 | 4 | -8/+8 |
* | Platform: Slight reorder of initialization reducing one PrivilegedAction block. | Sven Gothel | 2012-09-07 | 1 | -42/+41 |
* | JNILibLoaderBase: Fix NPE in DEBUG mode if null == stripBasenameSuffixes (JOCL) | Sven Gothel | 2012-08-26 | 1 | -1/+1 |
* | Android: Bump version.code: 914011 | Sven Gothel | 2012-08-23 | 1 | -1/+1 |
* | Allow the custom user gluegen property file being specified by env var GLUEGE... | Sven Gothel | 2012-08-23 | 2 | -5/+19 |
* | Revert "JNLP: Cache gluegen-rt-natives for linux-armv6 and linux-armv6hf." | Sven Gothel | 2012-08-23 | 1 | -8/+0 |
* | Merge pull request #11 from xranby/jnlp-arch-armv6 | Sven Gothel | 2012-08-23 | 1 | -0/+8 |
|\ |
|
| * | JNLP: Cache gluegen-rt-natives for linux-armv6 and linux-armv6hf. | Xerxes Rånby | 2012-08-22 | 1 | -0/+8 |
|/ |
|
* | Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf... | Sven Gothel | 2012-08-16 | 18 | -166/+324 |
* | Merge remote-tracking branch 'github-sgothel/master' | Xerxes Rånby | 2012-08-07 | 1 | -2/+2 |
|\ |
|
| * | Minor cleanup of JavaEmitter | Sven Gothel | 2012-07-19 | 1 | -2/+2 |
* | | Use armv6 optimization for armhf to stay compatible with the new Raspberry Pi... | Xerxes Rånby | 2012-08-07 | 3 | -1/+80 |
|/ |
|
* | IOUtil: Better resource location debug info; RunnableTask adds 'flush()' meth... | Sven Gothel | 2012-07-05 | 2 | -18/+49 |
* | Lock Cleanup (API Change) | Sven Gothel | 2012-06-27 | 13 | -33/+80 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 10 | -256/+474 |
* | Fix Bug 591: Fix 'jnlp.' aliasing of PropertyAccess.getProperty(..): | Sven Gothel | 2012-06-21 | 1 | -17/+30 |
* | Fix IOUtil: Query FileOutputStream constructor for each use (don't cache), ut... | Sven Gothel | 2012-06-21 | 1 | -9/+28 |
* | Fix TempFileCache/LauncherTempFileCache (regression commit: 1468286bf569a493e...v2.0-rc9 | Sven Gothel | 2012-06-20 | 5 | -54/+79 |
* | Fix Platform static initialization interdependencies w/ GlueGen native librar... | Sven Gothel | 2012-06-18 | 10 | -318/+395 |
* | Fix Bug 587: Use alternative storage location if platform's temp directory is... | Sven Gothel | 2012-06-16 | 6 | -105/+345 |
* | Fix Android Remote Test: gluegen-rt.apk -> gluegen-rt-android-${android.abi}.apk | Sven Gothel | 2012-06-15 | 1 | -1/+1 |
* | Fix Bug 583 (2): Remove Android compile-time dependencies and exclude Android... | Sven Gothel | 2012-06-15 | 5 | -31/+90 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-04 | 7 | -63/+231 |
* | Android: Bump version.code: 914010 | Sven Gothel | 2012-05-09 | 1 | -1/+1 |
* | Android: Bump version.code to 0914009 | Sven Gothel | 2012-05-09 | 1 | -1/+1 |
* | Fix Android AAPT Task/Macro: Put temp src/classes folder (R.java) aside image... | Sven Gothel | 2012-05-09 | 1 | -6/+6 |
* | Android: Add xhdpi icon | Sven Gothel | 2012-05-09 | 1 | -0/+0 |
* | Android: aapt no debug, gluegen: proper version.code and launcher manifest | Sven Gothel | 2012-05-04 | 2 | -8/+8 |
* | Android: Cleanup Manifest - remove commented out tags, don't require touchscr... | Sven Gothel | 2012-05-04 | 3 | -10/+12 |
* | Android: 'android.jar' -> android-015.jar', 'android-min.jar' (9); version.co... | Sven Gothel | 2012-05-04 | 2 | -5/+6 |
* | Android version.code: 3 | Sven Gothel | 2012-05-04 | 1 | -1/+1 |
* | Fix Android JogAmp Launcher: Assets | Sven Gothel | 2012-05-04 | 2 | -1/+4 |
* | Fix Android Launcher: Add permission Internet access (commit 85ba9e60dfd1828c... | Sven Gothel | 2012-05-04 | 1 | -2/+2 |
* | Android Launcher: Add permission Internet access | Sven Gothel | 2012-05-04 | 1 | -2/+2 |
* | Android AssetDexClassLoader: Disable DEBUG flag. | Sven Gothel | 2012-05-04 | 1 | -1/+1 |
* | GlueGenVersionActivity: Add Scroller .. | Sven Gothel | 2012-05-04 | 1 | -1/+5 |
* | LauncherUtil: Allow no query in URI and no PKG in query | Sven Gothel | 2012-05-04 | 1 | -4/+1 |
* | Bump Android version.code: 2 | Sven Gothel | 2012-05-04 | 1 | -1/+1 |
* | Android: Add the LauncherVersionActivity .. | Sven Gothel | 2012-05-04 | 1 | -0/+92 |
* | 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 |