From addf8d89962bf3de6d70330f9264d0e4d866613e Mon Sep 17 00:00:00 2001 From: cyberta Date: Sat, 29 Jul 2023 17:15:05 +0200 Subject: update design and UX for provider setup --- app/src/main/AndroidManifest.xml | 47 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 33 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cbc06854..a9971904 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,24 +1,8 @@ - - @@ -26,9 +10,9 @@ - - + + + - - - + android:exported="true" + android:permission="android.permission.RECEIVE_BOOT_COMPLETED"> + + + @@ -97,29 +85,23 @@ - - - - - - @@ -144,7 +126,6 @@ android:name="android.service.quicksettings.ACTIVE_TILE" android:value="false" /> - - + \ No newline at end of file -- cgit v1.2.3 From 4d9018316fa5a9af714de44224a440e0fa78be57 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 31 Jul 2023 17:50:04 +0200 Subject: add cancel button, call provider stetup command in ConfigureProviderFragment and listen to the result, implementing happy path --- app/src/main/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a9971904..091fa0b6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -6,6 +6,7 @@ + @@ -28,6 +29,7 @@ android:theme="@style/BitmaskTheme">