mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
drop support of http/https as it's not tested correctly
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 19
|
targetSdkVersion 19
|
||||||
versionCode 7
|
versionCode 8
|
||||||
versionName "1.1-b2"
|
versionName "1.1-b3"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@@ -1,38 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string-array name="connection_modes">
|
<string-array name="connection_modes">
|
||||||
<item>username/password</item>
|
|
||||||
<item>ssh-key</item>
|
<item>ssh-key</item>
|
||||||
|
<item>username/password</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<string-array name="clone_protocols">
|
<string-array name="clone_protocols">
|
||||||
<item>ssh://</item>
|
<item>ssh://</item>
|
||||||
<item>https://</item>
|
|
||||||
<item>http://</item>
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
<string-array name="updateInterval">
|
|
||||||
|
|
||||||
<item name="1000">Every 1 second</item>
|
|
||||||
|
|
||||||
<item name="5000">Every 5 seconds</item>
|
|
||||||
|
|
||||||
<item name="30000">Every 30 seconds</item>
|
|
||||||
|
|
||||||
<item name="60000">Every 1 minute</item>
|
|
||||||
|
|
||||||
<item name="300000">Every 5 minutes</item>
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
<string-array name="updateIntervalValues">
|
|
||||||
|
|
||||||
<item name="1000">1000</item>
|
|
||||||
|
|
||||||
<item name="5000">5000</item>
|
|
||||||
|
|
||||||
<item name="30000">30000</item>
|
|
||||||
|
|
||||||
<item name="60000">60000</item>
|
|
||||||
|
|
||||||
<item name="300000">300000</item>
|
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
Reference in New Issue
Block a user