summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-10-30 14:16:31 +0300
committerAndrew Dolgov <[email protected]>2019-10-30 14:16:31 +0300
commitad73a1f94857856082b9ec0019511db8b0f3f483 (patch)
treebfc9d9e05ec1ba0b6f79153e1f5d6fdc9a6e693d /org.fox.ttrss/src/main/res/xml
parent76d5cf62815cb2d6518863dc15429a67691829fd (diff)
add option to force downsampling images on all connections
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml7
1 files changed, 7 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 f6f9b9bc..deb34210 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -128,6 +128,13 @@
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="false"
+ android:key="always_downsample_images"
+ android:dependency="enable_image_downsampling"
+ android:title="Always resize images"
+ android:summary="Even on Wi-Fi" />
+
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="false"
android:key="inline_video_player"
android:summary="@string/prefs_inline_video_player"
android:title="Inline video player" />