aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-07-30 02:42:22 +0100
committerZeapo <mohamed@zenadi.com>2014-07-30 02:42:22 +0100
commit86ff7a660c194ed908c37344b543368a3f85d7df (patch)
tree2c6965aa1a7d257a48ecd82f736a548cdffef8a6 /app/src/main/res/values
parent8e52356567e897707dbc7879ad46b36c15af67d6 (diff)
some visual update (fragment list is kept at position) and a preparation for decrypt activity
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/arrays.xml26
-rw-r--r--app/src/main/res/values/refs.xml14
-rw-r--r--app/src/main/res/values/strings.xml3
-rw-r--r--app/src/main/res/values/strings_activity_git_clone.xml15
4 files changed, 42 insertions, 16 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 1e27627b..b0a3dc7c 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -9,4 +9,30 @@
<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
diff --git a/app/src/main/res/values/refs.xml b/app/src/main/res/values/refs.xml
new file mode 100644
index 00000000..46592ab7
--- /dev/null
+++ b/app/src/main/res/values/refs.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <!--
+ Layout alias to replace the single-pane version of the layout with a
+ two-pane version on Large screens.
+
+ For more on layout aliases, see:
+ http://developer.android.com/training/multiscreen/screensizes.html#TaskUseAliasFilters
+ -->
+
+ <item name="fragment_password" type="layout">@layout/fragment_password_list</item>
+
+</resources> \ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 3ff38c1c..c7e63c85 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -9,7 +9,7 @@
<string name="dialog_delete_msg">Target directory already exist. Current version support only a single store. Do you want to delete the current password store directory?</string>
<string name="dialog_delete">Delete directory</string>
<string name="dialog_do_not_delete">Cancel</string>
-
+ <string name="title_activity_git_clone">Clone repository</string>
<!-- Clone fragment -->
<string name="clone_fragment_text">Password store empty</string>
@@ -22,5 +22,6 @@
<string name="error_apg_version_not_supported">The installed APG version is not supported.</string>
<string name="insufficient_apg_permissions">Password Store doesn\'t have permission to access APG fully, please reinstall Password Store to fix that.</string>
<string name="title_activity_agp_intents">AgpIntentsActivity</string>
+ <string name="title_activity_pgp_handler">PgpHandler</string>
</resources>
diff --git a/app/src/main/res/values/strings_activity_git_clone.xml b/app/src/main/res/values/strings_activity_git_clone.xml
deleted file mode 100644
index bde00dba..00000000
--- a/app/src/main/res/values/strings_activity_git_clone.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<resources>
- <string name="title_activity_git_clone">Clone Repository</string>
-
- <!-- Strings related to login -->
- <string name="prompt_email">Email</string>
- <string name="prompt_password">Password (optional)</string>
- <string name="action_sign_in">Sign in or register</string>
- <string name="action_sign_in_short">Sign in</string>
- <string name="plus_sign_out">Switch Google+ account</string>
- <string name="plus_disconnect">Disconnect from Google+</string>
- <string name="error_invalid_email">This email address is invalid</string>
- <string name="error_invalid_password">This password is too short</string>
- <string name="error_incorrect_password">This password is incorrect</string>
- <string name="error_field_required">This field is required</string>
-</resources>