android-password-store / Android-Password-Store

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

directory structure setting moved to general settings #3166

Closed agrahn closed 4 weeks ago

agrahn commented 4 weeks ago

The directory structure in which password entries are stored is of general significance, not just for autofill purposes. A user might prefer encryption of the login-id together with the password for more privacy, without actually using the autofill feature but using the "Add" button on the password list in general.

This PR moves the "Password file organisation" setting from the Autofill to the General Settings and makes it independent from the former's activation.

msfjarvis commented 4 weeks ago

If you run ./gradlew installGitHooks in your project then Git will fail pushes when you have failing tests or bad formatting, which should save time on having to wait for CI.