ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

Password input UI element (mod NumpadCharInput?) #118

Closed CRImier closed 5 years ago

CRImier commented 5 years ago

As we get new apps, we need to input passwords sometimes - it should be easy to subclass NumpadCharInput to allow for that. Especially since there's a timeout period for each letter while it's checking for "press key one more time to move onto next letter" thing, we can easily do what typical password inputs on dumbphones do - only show the last letter and only while it's still in the "limbo" state, otherwise show them as asterisks.

CRImier commented 5 years ago

Done - NumpadPasswordInput now available and wired into UniversalInput + Matrix app uses it!