From 6ae88b6ec618c1e182c2795bd8eab60df03cecca Mon Sep 17 00:00:00 2001 From: TobiGr Date: Mon, 27 Jul 2020 13:10:22 +0200 Subject: [PATCH] Add basic resize functionality Addresses #3947 See https://codeberg.org/gitnex/GitNex/commit/9e352df1ed7d1d285fde61632822e2db5d128f16 See https://developer.samsung.com/samsung-dex/modify-optimizing.html#Enabling-Multi-Window-support --- app/src/main/AndroidManifest.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 16ed422e0e3..a7c25bf24a0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -23,10 +23,12 @@ android:logo="@mipmap/ic_launcher" android:requestLegacyExternalStorage="true" android:theme="@style/OpeningTheme" + android:resizeableActivity="true" tools:ignore="AllowBackup"> @@ -318,5 +320,11 @@ + + + + + +