New app: Password Store (WIP: swipelistview)

master
Boris Kraut 2014-09-10 18:42:23 +02:00
parent 74c1c4fc01
commit b39acf74fa
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,29 @@
Categories:Office,Internet
License:GPLv3
Web Site:https://github.com/zeapo/Android-Password-Store/blob/HEAD/README.md
Source Code:https://github.com/zeapo/Android-Password-Store
Issue Tracker:https://github.com/zeapo/Android-Password-Store/issues
Auto Name:Password Store
Summary:Manage your passwords
Description:
Simple password manager that is compatible with [http://www.passwordstore.org/ pass]:
Passwords are stored in simple text files which are encrypted with OpenPGP.
.
Repo Type:git
Repo:https://github.com/zeapo/Android-Password-Store
Build:1.1-b3,8
disable=todo swipelistview
commit=a44a38783c5e6aa7d99d18d620231998cd1c5e53
srclibs=Swipelist@de441bf662770acf64df9051727aa5dcd159a16d
subdir=app
submodules=yes
gradle=yes
prebuild=cp -fR $$Swipelist$$/swipelistview/src/main/res/values/swipelistview__attrs.xml src/main/res/values/ && \
cp -fR $$Swipelist$$/swipelistview/src/main/java/com src/main/java/ && \
sed -i -e '30,32d' build.gradle && sed -i -e '21,23d' build.gradle
Auto Update Mode:None
Update Check Mode:RepoManifest

2
srclibs/Swipelist.txt Normal file
View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/47deg/android-swipelistview.git