It would be nice to have an option for Quickunlock like what the https://github.com/JanisEst/KeePassQuickUnlock has:
To enable QuickUnlock for a database you need to create a special entry in a group of the database. The title of this entry must be "QuickUnlock". The password you set in this entry will be the key you need to provide while unlocking the database. Only the title and the password field are mandatory, all other fields are ignored. QuickUnlock will not be available for the database if no entry with the title "QuickUnlock" is found or the password field is empty.
So users who already use this feature on desktop could use it on mobile too.
Of course the master password is encrypted with the Quickunlock password (https://github.com/JanisEst/KeePassQuickUnlock/blob/master/QuickUnlockProvider.cs#L135)
It would be nice to have an option for Quickunlock like what the https://github.com/JanisEst/KeePassQuickUnlock has:
So users who already use this feature on desktop could use it on mobile too.
Of course the master password is encrypted with the Quickunlock password (https://github.com/JanisEst/KeePassQuickUnlock/blob/master/QuickUnlockProvider.cs#L135)