mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
major changes (added ssh-key support)
This commit is contained in:
parent
6ba4acfc47
commit
f062ef5580
@ -8,7 +8,7 @@ using the apk file found at `app/app-release.apk` or build everything from sourc
|
|||||||
|
|
||||||
Features
|
Features
|
||||||
========
|
========
|
||||||
- Clone an existing pass repository
|
- Clone an existing pass repository (ssh-key and user/pass support)
|
||||||
- List the passwords
|
- List the passwords
|
||||||
- Handle the directories as categories
|
- Handle the directories as categories
|
||||||
- Decrypt the password files (first line is the password, the rest is extra data)
|
- Decrypt the password files (first line is the password, the rest is extra data)
|
||||||
|
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 20
|
targetSdkVersion 20
|
||||||
versionCode 5
|
versionCode 6
|
||||||
versionName "1.0.3"
|
versionName "1.1-b1"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user