summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-04 17:27:11 +0300
committerAndrew Dolgov <[email protected]>2014-11-04 17:27:11 +0300
commit36c24e5846cffb9ed5928b59bcca2b184343f7dc (patch)
tree9ea558cecf26bbfdc4c4738602d7f340d4cb28d3 /org.fox.ttrss/src/main/res/xml
parent7feb9203ab97edf4bb6ff95a4aa8c3fb06554045 (diff)
implement support for article sorting modes instead of previous preference options
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rw-r--r--org.fox.ttrss/src/main/res/xml/preferences.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 7ee21f84..ec1c6418 100644
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -106,11 +106,6 @@
<CheckBoxPreference
android:defaultValue="false"
- android:key="oldest_first"
- android:summary="@string/requires_api5"
- android:title="@string/offline_oldest_first" />
- <CheckBoxPreference
- android:defaultValue="false"
android:key="headlines_mark_read_scroll"
android:summary="@string/pref_headlines_mark_read_scroll_long"
android:title="@string/pref_headlines_mark_read_scroll" />
@@ -171,10 +166,6 @@
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