From 0c22e8de4b1d4229cfba0e84005c74bc8b31e858 Mon Sep 17 00:00:00 2001 From: zeapo Date: Fri, 15 Aug 2014 22:47:28 +0200 Subject: Added submodule for checking out openpgp-api-lib --- .gitmodules | 3 +++ README.md | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..95a31c25 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "openpgp-api-lib"] + path = libraries/openpgp-api-lib + url = https://github.com/open-keychain/openpgp-api-lib.git diff --git a/README.md b/README.md index 954d2493..ec629d9e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ Libraries This project uses three libraries: - [OpenKeyChain](https://github.com/open-keychain/open-keychain) for encryption and decryption of passwords + To download the library, run the following commands at the root of the project + + git submodule init + git submodule update + + - [JGit](http://www.eclipse.org/jgit/) a pretty good git lib - [Apache's FileUtils](https://commons.apache.org/proper/commons-io/) for files manipulations -- cgit v1.2.3 From dd045f57f1b36af29cbaba2c82312ee5ab1d360e Mon Sep 17 00:00:00 2001 From: zeapo Date: Fri, 15 Aug 2014 22:57:07 +0200 Subject: Small readme update (and configs) --- .idea/libraries/JavaEWAH_0_7_9.xml | 11 ----------- .idea/libraries/commons_io_1_3_2.xml | 11 ----------- .idea/libraries/jsch_0_1_50.xml | 11 ----------- .idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml | 11 ----------- README.md | 5 ++++- 5 files changed, 4 insertions(+), 45 deletions(-) delete mode 100644 .idea/libraries/JavaEWAH_0_7_9.xml delete mode 100644 .idea/libraries/commons_io_1_3_2.xml delete mode 100644 .idea/libraries/jsch_0_1_50.xml delete mode 100644 .idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml diff --git a/.idea/libraries/JavaEWAH_0_7_9.xml b/.idea/libraries/JavaEWAH_0_7_9.xml deleted file mode 100644 index ba30d37a..00000000 --- a/.idea/libraries/JavaEWAH_0_7_9.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/commons_io_1_3_2.xml b/.idea/libraries/commons_io_1_3_2.xml deleted file mode 100644 index c243dded..00000000 --- a/.idea/libraries/commons_io_1_3_2.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/jsch_0_1_50.xml b/.idea/libraries/jsch_0_1_50.xml deleted file mode 100644 index 7ad80e87..00000000 --- a/.idea/libraries/jsch_0_1_50.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml b/.idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml deleted file mode 100644 index 2c398e15..00000000 --- a/.idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index ec629d9e..e47e9640 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ 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), +using the apk file found at `app/app-release.apk` or build everything from source. + Features ======== - Clone an existing pass repository @@ -17,7 +20,7 @@ Libraries ========= This project uses three libraries: -- [OpenKeyChain](https://github.com/open-keychain/open-keychain) for encryption and decryption of passwords +- [OpenKeyChain](https://github.com/open-keychain/open-keychain) for encryption and decryption of passwords. To download the library, run the following commands at the root of the project git submodule init -- cgit v1.2.3 From 246f3c1a8c6d85829cbad2588efb9ff5232c6995 Mon Sep 17 00:00:00 2001 From: zeapo Date: Fri, 15 Aug 2014 23:05:05 +0200 Subject: local configs update, have to add them to git ignore... --- .idea/gradle.xml | 1 - .idea/libraries/JavaEWAH_0_7_9.xml | 9 +++++++++ .idea/libraries/commons_io_1_3_2.xml | 9 +++++++++ .idea/libraries/jsch_0_1_50.xml | 9 +++++++++ .../org_eclipse_jgit_3_4_1_201406201815_r.xml | 9 +++++++++ .idea/misc.xml | 2 +- .idea/modules.xml | 2 ++ Android-Password-Store.iml | 19 +++++++++++++++++++ app/app.iml | 22 ++++++++++++++++++++-- 9 files changed, 78 insertions(+), 4 deletions(-) create mode 100644 .idea/libraries/JavaEWAH_0_7_9.xml create mode 100644 .idea/libraries/commons_io_1_3_2.xml create mode 100644 .idea/libraries/jsch_0_1_50.xml create mode 100644 .idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml create mode 100644 Android-Password-Store.iml diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 453f2fcf..6a2ce86f 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -15,7 +15,6 @@ -