mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Improve auto lock and make it more customizable
This patch makes the auto lock option more customizable. Users can now choose a combination of the following: Locking Aegis when - The back button is pressed - The app is minimized - The device is locked <img src="https://alexbakker.me/u/rlj4y2u8pk.png" width="300">
This commit is contained in:
parent
7d38bc9b71
commit
d875cb6baa
28 changed files with 146 additions and 88 deletions
|
@ -57,7 +57,12 @@
|
|||
<string name="pref_tap_to_reveal_summary">Tokens will be hidden by default. Tap on the tokens to reveal code.</string>
|
||||
<string name="pref_tap_to_reveal_time_title">Timeout for tap to reveal</string>
|
||||
<string name="pref_auto_lock_title">Auto lock</string>
|
||||
<string name="pref_auto_lock_summary">Automatically lock when you close the app or lock your device.</string>
|
||||
<string name="pref_auto_lock_summary">When %s</string>
|
||||
<string name="pref_auto_lock_summary_disabled">Disabled</string>
|
||||
<string name="pref_auto_lock_prompt">Automatically lock Aegis when</string>
|
||||
<string name="pref_auto_lock_type_back_button">The back button is pressed</string>
|
||||
<string name="pref_auto_lock_type_minimize">The app is minimized</string>
|
||||
<string name="pref_auto_lock_type_device_lock">The device is locked</string>
|
||||
<string name="pref_encryption_title">Encryption</string>
|
||||
<string name="pref_encryption_summary">Encrypt the vault and unlock it with a password or biometrics</string>
|
||||
<string name="pref_biometrics_title">Biometric unlock</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue