Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Android apk activity; Add apk VersionName; Add jar manifest to apk | Sven Gothel | 2011-07-28 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | - build: - exclude android packages if !isAndroid - aapt: - Use individual AndroidManifest xml files - optional: incl. our JAR manifest file to support detailed version info - use def. GluegenVersionActivity - APK VersionName: Retrieve and show - package/extension names: - gluegen.jar/apk: com.jogamp.gluegen - gluegen-rt.jar/apk: com.jogamp.common | ||||
* | proper GlueGen spelling | Sven Gothel | 2011-07-28 | 1 | -2/+2 |
| | |||||
* | Replace default Android icons w/ JogAmp icons | Sven Gothel | 2011-07-28 | 3 | -0/+0 |
| | |||||
* | Added android packaging for android gluegen-rt.apk | Rami Santina | 2011-07-26 | 5 | -0/+17 |
the apk package can be installed on android device using adb install gluegen-rt.apk reference package on device is com.jogamp.gluegen gerenic icons is added to be replaced by jogamp logo changes to apk can be controled thru manifest lib/android/AndroidManifest.xml |