From 080387ce758987d52a66141241bcd0363a5bbfbc Mon Sep 17 00:00:00 2001 From: agrahn Date: Mon, 22 Jul 2024 18:32:55 +0200 Subject: add checkbox in passphrase dialog to clear cache (#3127) * add checkbox in passphrase dialog to clear cache * instantiating PasswordDialog via newInstance, passing args as Bundle * refactor: put checkbox directly in the layout --------- Co-authored-by: Harsh Shandilya --- app/src/main/res/layout/dialog_password_entry.xml | 5 +++++ app/src/main/res/values/strings.xml | 1 + 2 files changed, 6 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/dialog_password_entry.xml b/app/src/main/res/layout/dialog_password_entry.xml index 0072d491..e2ad5a2f 100644 --- a/app/src/main/res/layout/dialog_password_entry.xml +++ b/app/src/main/res/layout/dialog_password_entry.xml @@ -27,4 +27,9 @@ + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 07a9661b..404339ce 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -381,4 +381,5 @@ Unlock passphrase cache AEAD encryption detected %1$s, see https://passwordstore.app/fix-aead for more information + Clear cached password on screen-off -- cgit v1.2.3