aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTorne Wuff <torne@wolfpuppy.org.uk>2015-03-21 21:17:52 +0000
committerTorne Wuff <torne@wolfpuppy.org.uk>2015-03-21 21:23:30 +0000
commitf1317221ef719b7c4f8bb0279f5cbb47cc455f31 (patch)
tree4a1c6103cefd218a715b143fd9f3018d357d99db /res/values
parent1878e0cdaef13e13cb84b8a69bd4a621f8b6c00a (diff)
downloadconnectbot-f1317221ef719b7c4f8bb0279f5cbb47cc455f31.tar.gz
connectbot-f1317221ef719b7c4f8bb0279f5cbb47cc455f31.tar.bz2
connectbot-f1317221ef719b7c4f8bb0279f5cbb47cc455f31.zip
Remove update frequency preference.
The update checker code was already removed; remove the now-unused pref that controlled it.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml12
-rw-r--r--res/values/strings.xml12
2 files changed, 0 insertions, 24 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index c9090ea..00c92ba 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -71,18 +71,6 @@
<item>gray</item>
</string-array>
- <string-array name="list_update" translatable="false">
- <item>@string/list_update_daily</item>
- <item>@string/list_update_weekly</item>
- <item>@string/list_update_never</item>
- </string-array>
-
- <string-array name="list_update_values" translatable="false">
- <item>Daily</item>
- <item>Weekly</item>
- <item>Never</item>
- </string-array>
-
<string-array name="list_keymode" translatable="false">
<item>@string/list_keymode_right</item>
<item>@string/list_keymode_left</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e4f2aa5..2b9febd 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -183,11 +183,6 @@
<!-- Summary for the memorize keys preference -->
<string name="pref_memkeys_summary">"Keep unlocked keys in memory until backend service is terminated"</string>
- <!-- Name for the update check preference -->
- <string name="pref_update_title">"Update check"</string>
- <!-- Summary for the update check preference -->
- <string name="pref_update_summary">"Set the maximum frequency to check for ConnectBot updates"</string>
-
<!-- Name for the preference that forces the service to stay running in the background.-->
<string name="pref_conn_persist_title">"Persist connections"</string>
<!-- Summary for the preference that forces the service to stay running in the background. -->
@@ -247,13 +242,6 @@
<!-- Preference to use any pubkey to authenticate to this host. -->
<string name="list_pubkeyids_any">"Use any unlocked key"</string>
- <!-- Frequency for which to check for program updates. -->
- <string name="list_update_daily">"Daily"</string>
- <!-- Frequency for which to check for program updates. -->
- <string name="list_update_weekly">"Weekly"</string>
- <!-- Frequency for which to check for program updates. -->
- <string name="list_update_never">"Never"</string>
-
<!-- Host nickname field preference title -->
<string name="hostpref_nickname_title">"Nickname"</string>