From c09fc4988a339229d42a9ee55e53c0fa15748158 Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.codeberg.org> Date: Thu, 23 Jul 2020 18:37:32 +0200 Subject: [PATCH] Support Samsung DeX (#601) Support Samsung DeX Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/601 Reviewed-by: M M Arif --- app/src/main/AndroidManifest.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8518fe2c..f8c2367c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,6 +12,7 @@ android:icon="@mipmap/app_logo" android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" + android:resizeableActivity="true" android:roundIcon="@mipmap/app_logo_round" android:supportsRtl="true" tools:targetApi="n"> @@ -60,7 +61,7 @@ android:name=".activities.RepoDetailActivity" android:label="@string/title_activity_repo_detail" android:theme="@style/AppTheme.NoActionBar" /> - + @@ -84,6 +85,11 @@ + + + + +