From 7d3dff18e929bcbded5aac2a393a2060c5e71388 Mon Sep 17 00:00:00 2001 From: VoxelPrismatic Date: Fri, 31 Jan 2025 18:24:34 -0600 Subject: [PATCH 1/2] Allow reverse portrait Signed-off-by: VoxelPrismatic --- android/app/src/main/AndroidManifest.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 5da87e17ed..b56d140cc7 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -86,6 +86,7 @@ @@ -120,7 +121,7 @@ - + @@ -344,7 +345,8 @@ + android:configChanges="orientation|screenLayout|screenSize" + android:screenOrientation="fullUser"/> @@ -378,6 +381,7 @@ @@ -385,6 +389,7 @@ @@ -402,6 +407,7 @@ @@ -409,6 +415,7 @@ @@ -416,6 +423,7 @@ @@ -495,8 +503,8 @@ - - -- 2.45.3 From 62ddeffef926f42f00ca149155212c0bdc7ddba9 Mon Sep 17 00:00:00 2001 From: VoxelPrismatic Date: Fri, 31 Jan 2025 18:40:08 -0600 Subject: [PATCH 2/2] Also apply to MwmActivity Signed-off-by: VoxelPrismatic --- android/app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index b56d140cc7..42bf79fe7b 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -363,6 +363,7 @@ android:name="app.organicmaps.MwmActivity" android:launchMode="singleTask" android:configChanges="uiMode" + android:screenOrientation="fullUser" android:windowSoftInputMode="stateAlwaysHidden|adjustPan"/>