quik
quik copied to clipboard
✏️ [ FEAT REQ ] OTP recognition
Frustrating to go into app/notification for otp.
Need on-device recognition of otp messages. If otp message is recognised,
- If device is unlocked, OTP should be shown in block letters as floating notification with option to copy. This floating notification should be displayed for atleast 5 to 10 seconds.
- If device is locked, show ***** in the notification.
That is filter/search. I'm asking for notification.
Auto copy OTP to clipboard would also be a nice feature that can be enabled if user wants.
https://github.com/tianma8023/SmsCode https://github.com/jd1378/otphelper These apps provides this feature. It would be nice to have this feature in the app.
My idea for implementation would be to have a OTP / copy code quick action for the regular sms notification. Just like there is a reply button. Clicking it would also mark the message as read.
That's a great idea !
On 7 July 2025 12:21:44 pm UTC, Tobias @.***> wrote:
PhoenixIV left a comment (octoshrimpy/quik#260)
My way of implementation would be to have a OTP / copy code quick action for the regular sms notification. Clicking it would also mark the message as read.
-- Reply to this email directly or view it on GitHub: https://github.com/octoshrimpy/quik/issues/260#issuecomment-3044813064 You are receiving this because you commented.
Message ID: @.***>
There is an additional positive with this: You can possibly introduce a setting to hide the OTP from notifications on the lock screen, so they are only visible when the device is unlocked.
If Android allows for that distinction.