diff options
author | knuthy <knuthy@gmail.com> | 2014-09-22 22:53:24 +0200 |
---|---|---|
committer | knuthy <knuthy@gmail.com> | 2014-09-22 22:53:24 +0200 |
commit | 9d338955691ec3fe7b9abb6c065e85b93a0cd463 (patch) | |
tree | 4975b06177094cec830aa1cd24a126ae84d7c25f | |
parent | 0d3bcfd5054e62260f458bd9c6952aa85205e2a5 (diff) | |
parent | bc941123777fa0b32e349d3453f763e1e51be43d (diff) |
Merge branch 'master' of github.com:zeapo/Android-Password-Store
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,6 +4,7 @@ PwdStore This application tries to be 100% compatible with [pass](http://www.zx2c4.com/projects/password-store/) You can install the application either from the [Play Store](https://play.google.com/store/apps/details?id=com.zeapo.pwdstore), +from [F-Droid](https://f-droid.org/repository/browse/?fdid=com.zeapo.pwdstore), or using the apk file found at `app/app-release.apk` or build everything from source. How-To @@ -36,14 +37,14 @@ This project uses three libraries: git submodule update -- [JGit](http://www.eclipse.org/jgit/) a pretty good git lib +- [JGit](http://www.eclipse.org/jgit/) a pretty good git lib - [Apache's FileUtils](https://commons.apache.org/proper/commons-io/) for files manipulations TODOs ===== - Create a new category - Multi-select (for password deletion) -- Multiple password stores (multiple git repositories). +- Multiple password stores (multiple git repositories). - More UI enhancements - Clean-up the hard-coded strings |