From cc551ca89bf207cafc83e7c8d9b22fd866ec4a26 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 11 Aug 2011 17:56:28 +0200 Subject: NEWT/Android Fix: Display/Screen/Window creation ; ScreenMode Change - Remove Application Context notion in Screen/Display, use 'jogamp.common.os.android.StaticContext' - Display, Screen and Window construction is Android agnostic allowing simple GLWindow creation. - Android ScreenMode Fix: - Use unrotated screen dimension - Intercept 'orientation' configChange, which keeps running the application in case of a rotation. - ScreenMode Add: getRotatedWidth() / getRotatedHeight(), used for Screen.setScreenSize(..) which reflects the rotates dimension. - ScreenMode: getCurrentMode() allows new, not yet detected, ScreenModes --- make/resources/android/AndroidManifest-launcher.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/resources/android/AndroidManifest-launcher.xml') diff --git a/make/resources/android/AndroidManifest-launcher.xml b/make/resources/android/AndroidManifest-launcher.xml index 7ce9693f1..1dfec1cb7 100644 --- a/make/resources/android/AndroidManifest-launcher.xml +++ b/make/resources/android/AndroidManifest-launcher.xml @@ -15,6 +15,7 @@ @@ -26,6 +27,7 @@ -- cgit v1.2.3