aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2024-05-26 01:54:15 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2024-05-26 02:08:09 +0530
commit173e802a369313952bcaa1ef65686a40c99659a3 (patch)
treeaa0f2ca50e6ad2468d0b79d4318f76f1d01dcc22 /app/src/main/res
parent3a6333481581fce2af153a5ffb56eddb9ee0f668 (diff)
feat: add option to auto clear passphrase cache
Fixes #3053
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index fa46776c..bafda226 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -138,6 +138,8 @@
<string name="pref_passphrase_cache_title">Enable passphrase caching</string>
<string name="pref_passphrase_cache_summary">WARNING: this feature is functional but very experimental. Requires an active screen lock.</string>
<string name="pref_passphrase_cache_authenticate_clear">Authenticate to clear cache</string>
+ <string name="pref_passphrase_cache_auto_clear_title">Automatically clear passphrase cache</string>
+ <string name="pref_passphrase_cache_auto_clear_summary">Clears the passphrase cache when the screen is turned off</string>
<!-- PasswordGenerator fragment -->
<string name="pwgen_title">Generate Password</string>