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 /CHANGELOG.md | |
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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f3119fbe..3edf1d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. - Improve search result filtering logic - Allow pinning shortcuts directly to the launcher home screen - Another workaround for SteamGuard's non-standard OTP format +- Allow importing QR code from images ### Fixed |