kee-org / keevault2

Kee Vault 2 is a password manager for multiple devices. Password databases (Vaults) are encrypted using the KeePass storage format (KDBX) before being stored on the local device or sent to a remote server for synchronisation purposes.
https://play.google.com/store/apps/details?id=com.keevault.keevault
Other
24 stars 4 forks source link

Associate native app with .kdbx files #22

Open luckyrat opened 1 year ago

luckyrat commented 1 year ago

For the rare occasions where someone is trying to work out how to import a kdbx file to their Kee Vault, it would be cool if we could offer a way to push the file directly from the native file management app into the Kee Vault Import process. No doubt this is a platform-specific piece of code so won't be trivial to implement.

Will need to make sure it can be done in a safe way that doesn't cause existing unsaved changes to be lost so probably has to be some sort of cached location for the file first and then notify the user that it's ready for import when they are ready to confirm the operation and then enter the file's password.

For the time being at least, users can just use the existing Import feature to select the file so this isn't a high priority enhancement.