summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-30 16:52:35 +0300
committerAndrew Dolgov <[email protected]>2017-05-30 16:52:35 +0300
commitefbcbe7b89d3c4975951d7bddd17efa2a5fd335c (patch)
tree15da1a24480ff37ea1263b71155e27ce900370c4 /org.fox.ttrss/src/main/res/xml/preferences.xml
parentb096bd3389308b93ae8d7d161ea9a5dfb0556fb1 (diff)
add offline_sort_by_feed
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 9a31b6c8..43ed1bb0 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -184,6 +184,11 @@
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="false"
+ android:key="offline_sort_by_feed"
+ android:title="@string/prefs_offline_sort_by_feed" />
+
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="false"
android:key="offline_image_cache_enabled"
android:summary="@string/offline_image_cache_enabled_summary"
android:title="@string/offline_image_cache_enabled" />