summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-08-12 12:52:45 +0300
committerAndrew Dolgov <[email protected]>2019-08-12 12:52:45 +0300
commit0ee49a072c3ccfd7b06a23b5950f41e863eff2a5 (patch)
treeae72b43e6920f539ded0db0f121981dbfc2a5e7d /org.fox.ttrss/src/main/res/xml
parent1aa9bc5e910ffe3eab9abd2a0425d57cfa49b77f (diff)
add option to show headline images on wifi only
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml23
1 files changed, 18 insertions, 5 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 47f940f1..15340386 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -50,6 +50,7 @@
android:defaultValue="false"
android:key="enable_cats"
android:title="@string/enable_cats" />
+
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="false"
android:dependency="enable_cats"
@@ -59,6 +60,16 @@
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="true"
+ android:key="open_fresh_on_startup"
+ android:title="@string/prefs_open_fresh_on_startup" />
+ </PreferenceCategory>
+
+ <PreferenceCategory
+ android:key="category_headlines"
+ android:title="@string/headlines" >
+
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="true"
android:key="headlines_show_content"
android:summary="@string/pref_headlines_show_content_long"
android:title="@string/pref_headlines_show_content" />
@@ -97,6 +108,11 @@
android:summary="@string/prefs_headline_display_mode_long"
android:title="@string/prefs_headline_display_mode" />
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="false"
+ android:key="headline_images_wifi_only"
+ android:title="@string/prefs_headline_images_wifi_only" />
+
<ListPreference
android:defaultValue="15"
android:entries="@array/pref_headlines_request_values"
@@ -106,16 +122,13 @@
android:title="@string/prefs_headline_request_size" />
<org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="true"
- android:key="open_fresh_on_startup"
- android:title="@string/prefs_open_fresh_on_startup" />
-
- <org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="false"
android:key="inline_video_player"
android:summary="Experimental: play videos inside headlines list. Long tap to open separate player"
android:title="Inline video player" />
+
</PreferenceCategory>
+
<PreferenceCategory android:title="@string/reading" >
<org.fox.ttrss.util.FontSizeDialogPreference
android:defaultValue="16"