From fc00de61dcc53f8378e332f7db1d5c58e3308aa7 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 9 Jul 2020 14:00:24 +0530 Subject: Move password export to the IO dispatcher (#918) * Move password export to the IO dispatcher Signed-off-by: Harsh Shandilya * Simplify snackbars and disable exit operations during export Signed-off-by: Harsh Shandilya * Move export password logic to service Signed-off-by: Aditya Wasan * Reformat Signed-off-by: Harsh Shandilya * Use explicit null check Signed-off-by: Harsh Shandilya * Remove unneeded hack Signed-off-by: Harsh Shandilya * Fixup strings Signed-off-by: Harsh Shandilya * Don't use coroutines in a service Signed-off-by: Aditya Wasan * Update notification icon Signed-off-by: Aditya Wasan * Rollback unwanted formatting Signed-off-by: Harsh Shandilya Co-authored-by: Aditya Wasan --- app/src/main/res/drawable/ic_round_import_export.xml | 10 ++++++++++ app/src/main/res/values/strings.xml | 1 + 2 files changed, 11 insertions(+) create mode 100644 app/src/main/res/drawable/ic_round_import_export.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable/ic_round_import_export.xml b/app/src/main/res/drawable/ic_round_import_export.xml new file mode 100644 index 00000000..d732ca2f --- /dev/null +++ b/app/src/main/res/drawable/ic_round_import_export.xml @@ -0,0 +1,10 @@ + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 01b63579..625cf440 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -400,4 +400,5 @@ Failed to import TOTP configuration Improve reliability in Chrome Requires activating an accessibility service and may affect overall Chrome performance + Exporting passwords… -- cgit v1.2.3