OneKeePass / mobile

A secure password manager for iOS and Android platforms
GNU General Public License v3.0
111 stars 6 forks source link

Please remove unnecessary permissions #27

Open serrq opened 1 month ago

serrq commented 1 month ago

It is not 100% offline.

1000118464

jeyasankar commented 4 weeks ago

Hi @serrq, The password database is completely offline and you control where to store the database. The network access permission is required only to access https://github.com/OneKeePass/mobile/issues, https://onekeepass.github.io/ from the "About" page.

Moreover in the future, I plan to include the option to access cloud storage locations using cloud API directly if user wants to use

serrq commented 4 weeks ago

You could building two different apk. An offline one, and an internet capable one.

jeyasankar commented 4 weeks ago

Hi @serrq , That is a good suggestion. I will certainly give a thought though it will increase the number of builds to take care of :(