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-jogl.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'make/resources/android/AndroidManifest-jogl.xml') diff --git a/make/resources/android/AndroidManifest-jogl.xml b/make/resources/android/AndroidManifest-jogl.xml index 24e7a7b78..c2017d37c 100644 --- a/make/resources/android/AndroidManifest-jogl.xml +++ b/make/resources/android/AndroidManifest-jogl.xml @@ -14,6 +14,7 @@ -- cgit v1.2.3