Skip to content
Success

Changes

Summary

  1. Use standard JOGL license (details)
  2. Use rc11post03 (details)
  3. Use SDK 9, not 8 (details)
  4. Use SDK 9 in the Android manifest (details)
  5. Rename the launcher to jp4da, from MainActivity (details)
  6. Use API level 10 (as the SDK will now refuse to use 9 due to it being (details)
  7. RawGL2ES2demo: Fix Animator usage; Added missing 'package demos.es2;' (details)
  8. RawGL2ES2demo: Fixed launch in document due to package demos.es2;' (details)
  9. RawGL2ES2demo: Fixed compile/launch in document due to package (details)
Commit b877433372f0d4f62939b8f053fe7bf5ec8befe1 by mark
Use standard JOGL license
The file was modifiedmaven/jp4da/README-LICENSE.txt (diff)
The file was modifiedmaven/jp4da/jp4da-android/pom.xml (diff)
The file was modifiedmaven/jp4da/jp4da-core/pom.xml (diff)
The file was modifiedmaven/jp4da/jp4da-desktop/pom.xml (diff)
The file was modifiedmaven/jp4da/jp4da-android/pom.xml (diff)
Commit e53f48100d5bb938e4a571c48af65dcf4e13077e by mark
Use SDK 9 in the Android manifest
The file was modifiedmaven/jp4da/jp4da-android/AndroidManifest.xml (diff)
Commit db1bafbba4c4c4734a7679f87468789bc05120de by mark
Rename the launcher to jp4da, from MainActivity
The file was modifiedmaven/jp4da/jp4da-android/res/values/strings.xml (diff)
Commit 1002133ac28688df17f3e3ed6e44a8bb578cbfb5 by mark
Use API level 10 (as the SDK will now refuse to use 9 due to it being replaced with 10), and add a nice jp4da icon
The file was addedmaven/jp4da/jp4da-android/res/drawable-hdpi/ic_launcher.png
The file was modifiedmaven/jp4da/jp4da-android/pom.xml (diff)
The file was addedmaven/jp4da/jp4da-android/res/drawable-xhdpi/ic_launcher.png
The file was modifiedmaven/jp4da/jp4da-android/AndroidManifest.xml (diff)
The file was modifiedmaven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java (diff)
The file was addedmaven/jp4da/jp4da-android/res/drawable-ldpi/ic_launcher.png
The file was addedmaven/jp4da/jp4da-android/res/drawable-mdpi/ic_launcher.png
The file was addedmaven/jp4da/jp4da-android/ic_launcher-web.png
Commit 7c736a0042550aca218b24bde2d1fc5ab845efc8 by Sven Gothel
RawGL2ES2demo: Fix Animator usage; Added missing 'package demos.es2;'
The file was modifiedmaven/jp4da/jp4da-android/.classpath (diff)
The file was modifiedsrc/demos/es2/RawGL2ES2demo.java (diff)
Commit 8daaa9d64a2a856a2364296255a912ab638f314e by Sven Gothel
RawGL2ES2demo: Fixed launch in document due to package demos.es2;'
The file was modifiedsrc/demos/es2/RawGL2ES2demo.java (diff)
Commit cb2662255e1db6741922d8654bf2ecd7cc75cd07 by Sven Gothel
RawGL2ES2demo: Fixed compile/launch in document due to package demos.es2;'
The file was modifiedsrc/demos/es2/RawGL2ES2demo.java (diff)