diff options
author | zeapo <mohamed@zenadi.com> | 2014-08-15 22:57:07 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-08-15 22:57:07 +0200 |
commit | dd045f57f1b36af29cbaba2c82312ee5ab1d360e (patch) | |
tree | a8068194a932a7d187ed533cfabfead7916ea731 | |
parent | 0c22e8de4b1d4229cfba0e84005c74bc8b31e858 (diff) |
Small readme update (and configs)
-rw-r--r-- | .idea/libraries/JavaEWAH_0_7_9.xml | 11 | ||||
-rw-r--r-- | .idea/libraries/commons_io_1_3_2.xml | 11 | ||||
-rw-r--r-- | .idea/libraries/jsch_0_1_50.xml | 11 | ||||
-rw-r--r-- | .idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml | 11 | ||||
-rw-r--r-- | README.md | 5 |
5 files changed, 4 insertions, 45 deletions
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 @@ -<component name="libraryTable"> - <library name="JavaEWAH-0.7.9"> - <CLASSES> - <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.googlecode.javaewah/JavaEWAH/0.7.9/eceaf316a8faf0e794296ebe158ae110c7d72a5a/JavaEWAH-0.7.9.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.googlecode.javaewah/JavaEWAH/0.7.9/a50d78eb630e05439461f3130b94b3bcd1ea6f03/JavaEWAH-0.7.9-sources.jar!/" /> - </SOURCES> - </library> -</component>
\ 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 @@ -<component name="libraryTable"> - <library name="commons-io-1.3.2"> - <CLASSES> - <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-io/1.3.2/b6dde38349ba9bb5e6ea6320531eae969985dae5/commons-io-1.3.2.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-io/1.3.2/b41a5f39fa90007a6c247175933555ba5f166d70/commons-io-1.3.2-sources.jar!/" /> - </SOURCES> - </library> -</component>
\ 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 @@ -<component name="libraryTable"> - <library name="jsch-0.1.50"> - <CLASSES> - <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.jcraft/jsch/0.1.50/fae4a0b1f2a96cb8f58f38da2650814c991cea01/jsch-0.1.50.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.jcraft/jsch/0.1.50/b6eca0935acca8dcd773df56f0fccec5d9877252/jsch-0.1.50-sources.jar!/" /> - </SOURCES> - </library> -</component>
\ 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 @@ -<component name="libraryTable"> - <library name="org.eclipse.jgit-3.4.1.201406201815-r"> - <CLASSES> - <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.eclipse.jgit/org.eclipse.jgit/3.4.1.201406201815-r/7fe73a21f4a078abaaface4d2b03b5eb3d306f63/org.eclipse.jgit-3.4.1.201406201815-r.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.eclipse.jgit/org.eclipse.jgit/3.4.1.201406201815-r/acdc9ac7c94efa1eeedca6e9243ddea08a9adad3/org.eclipse.jgit-3.4.1.201406201815-r-sources.jar!/" /> - </SOURCES> - </library> -</component>
\ No newline at end of file @@ -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 |