aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-06-01 14:58:43 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-06-01 15:00:14 +0200
commitfc73a0edc9d7488660fdb34fefc9cc9f1c5a5d69 (patch)
tree4c2b8e6d21f43fad496b4d5a45f455dcb492997e /main/res/values
parentced55f4138eb2c583142bf821e328a452ee0a717 (diff)
downloadcgeo-fc73a0edc9d7488660fdb34fefc9cc9f1c5a5d69.zip
cgeo-fc73a0edc9d7488660fdb34fefc9cc9f1c5a5d69.tar.gz
cgeo-fc73a0edc9d7488660fdb34fefc9cc9f1c5a5d69.tar.bz2
new: show recently opened caches in global search
Without any search term given, the search suggestions now contain the most recent caches. We should probably add a more explicit UI on the main screen for that, too, as discussed before.
Diffstat (limited to 'main/res/values')
-rw-r--r--main/res/values/preference_keys.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/res/values/preference_keys.xml b/main/res/values/preference_keys.xml
index 1d14d8e..e77cd79 100644
--- a/main/res/values/preference_keys.xml
+++ b/main/res/values/preference_keys.xml
@@ -171,4 +171,5 @@
<string name="pref_memory_dump">memory_dump</string>
<string name="pref_appearance">pref_appearance</string>
<string name="pref_changelog_last_version">changelog_last_version</string>
+ <string name="pref_caches_history">caches_history</string>
</resources>