summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorknuthy <knuthy@gmail.com>2014-09-06 18:15:32 +0200
committerknuthy <knuthy@gmail.com>2014-09-06 18:15:32 +0200
commita44a38783c5e6aa7d99d18d620231998cd1c5e53 (patch)
tree9cd95b1bbac9b03e160eba2722e77cf192349bbf /app
parent34f288290dd4b00ad199fb3d76169dada79eeb61 (diff)
drop support of http/https as it's not tested correctly
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/values/arrays.xml30
2 files changed, 3 insertions, 31 deletions
diff --git a/app/build.gradle b/app/build.gradle
index dff58f7d..318f9538 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 14
targetSdkVersion 19
- versionCode 7
- versionName "1.1-b2"
+ versionCode 8
+ versionName "1.1-b3"
}
buildTypes {
release {
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index b0a3dc7c..49be6e77 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -1,38 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="connection_modes">
- <item>username/password</item>
<item>ssh-key</item>
+ <item>username/password</item>
</string-array>
<string-array name="clone_protocols">
<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>
</resources> \ No newline at end of file