summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-08 12:35:43 +0400
committerAndrew Dolgov <[email protected]>2012-10-08 12:35:43 +0400
commitbc7a0a1c0d2d1f2490aa896338fa85ad9cefea72 (patch)
tree5fc0847ca9c7ceb0979dcd7bde9970a147cb101f /res/xml/preferences.xml
parentb7069370759e8358ce7cc1b68fd13f703267dd4e (diff)
add option to show oldest articles first in offline mode (closes #504)
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 648114bb..5915b51b 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -22,20 +22,20 @@
android:summary="@string/ttrss_url_summary"
android:title="@string/ttrss_url" >
</EditTextPreference>
- </PreferenceCategory>
- <PreferenceCategory android:title="@string/ssl" android:summary="blah blah blah" >
+ </PreferenceCategory>
+ <PreferenceCategory
+ android:summary="blah blah blah"
+ android:title="@string/ssl" >
<CheckBoxPreference
android:defaultValue="false"
android:key="ssl_trust_any"
android:summary="@string/ssl_trust_any_long"
android:title="@string/ssl_trust_any" />
-
<CheckBoxPreference
android:defaultValue="false"
android:key="ssl_trust_any_host"
android:summary="@string/ssl_trust_any_host_long"
android:title="@string/ssl_trust_any_host" />
-
</PreferenceCategory>
<PreferenceCategory android:title="@string/http_authentication" >
<EditTextPreference
@@ -92,7 +92,7 @@
android:defaultValue="false"
android:key="combined_mode"
android:summary="@string/combined_mode_summary"
- android:title="@string/combined_mode" />
+ android:title="@string/combined_mode" />
-->
<CheckBoxPreference
@@ -120,6 +120,10 @@
android:key="offline_image_cache_enabled"
android:summary="@string/offline_image_cache_enabled_summary"
android:title="@string/offline_image_cache_enabled" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="offline_oldest_first"
+ android:title="@string/offline_oldest_first" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/debugging" >
<CheckBoxPreference