From 17f640bf468383c791bd4f8e7934e84d9d262079 Mon Sep 17 00:00:00 2001 From: Aditya Wasan Date: Tue, 7 Dec 2021 21:59:03 +0530 Subject: Allow importing TOTP from images (#1580) * feat(aps): allow importing TOTP code from an image containing a QR code Signed-off-by: Aditya * 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 --- app/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/values') 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 @@ Clear saved host key Successfully cleared saved host key! Scan QR code + Choose an image Enter manually Secret Account -- cgit v1.2.3