diff options
author | Aditya Wasan <adityawasan55@gmail.com> | 2021-12-07 21:59:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 16:29:03 +0000 |
commit | 17f640bf468383c791bd4f8e7934e84d9d262079 (patch) | |
tree | 505357897270ccce5dcda8da9a2aa07b757387f7 /app/src/main/res | |
parent | 1df01a2f5486f400cac35af49f2fc474c5206204 (diff) |
Allow importing TOTP from images (#1580)
* feat(aps): allow importing TOTP code from an image containing a QR code
Signed-off-by: Aditya <adityawasan55@gmail.com>
* Reorder OTP import options and implement it for V2
* Replace try-catch with runCatching
* Use the correct TextWatcher extension at the right place
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 16269719..489a5a2d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -394,6 +394,7 @@ <string name="clear_saved_host_key">Clear saved host key</string> <string name="clear_saved_host_key_success">Successfully cleared saved host key!</string> <string name="otp_import_qr_code">Scan QR code</string> + <string name="otp_import_from_file">Choose an image</string> <string name="otp_import_manual_entry">Enter manually</string> <string name="otp_import_manual_hint_secret">Secret</string> <string name="otp_import_manual_hint_account">Account</string> |