agrahn / Android-Password-Store

Android application compatible with ZX2C4's Pass command line application
https://passwordstore.app
GNU General Public License v3.0
4 stars 0 forks source link

password edit dialog auto dismiss on timeout #65

Closed agrahn closed 2 days ago

agrahn commented 2 days ago

An open password edit dialog remains open during extended user inactivity and becomes visible again after waking up a sleeping device. This PR re-uses the existing startAutoDismissTimer() function to close PasswordCreationActivity after a configurable timeout (same as password copy timeout). The timer is refreshed whenever the activity is updated, e. g. upon user input.