You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce preference options to control the behavior when autofilling TOTP entries (show entry notification, activate keyboard, copy TOTP to clipboard)
Required a bit of refactoring to decide when to bring up keyboard selection dialog. Also changed the code so it shows e.g. on Pixel 6a with Android 14, previously did not.
closes#2308closes#1286 as it now shows up the entry notificaton (unless disabled) and solves the underlying issue in the best found way
Copy file name to clipboardExpand all lines: src/keepass2android/Resources/values/strings.xml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -402,6 +402,16 @@
402
402
<stringname="ShowSeparateNotifications_summary">Show separate notifications for copying username and password to clipboard and activating the keyboard.</string>
<stringname="AutoFillTotp_prefs_ShowNotification_summary">When autofilling an entry with TOTP, show the entry notification with a Copy TOTP button</string>
<stringname="AutoFillTotp_prefs_title">Autofill for TOTP entries</string>
408
+
<stringname="AutoFillTotp_prefs_CopyTotpToClipboard_title">Copy TOTP to clipboard</string>
409
+
<stringname="AutoFillTotp_prefs_CopyTotpToClipboard_summary">When autofilling an entry with TOTP, copy the TOTP to the clipboard</string>
410
+
<stringname="AutoFillTotp_prefs_ActivateKeyboard_summary">When autofilling an entry with TOTP, activate the built-in keyboard. The keyboard has a TOTP button.</string>
0 commit comments