summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-31 22:51:23 +0300
committerAndrew Dolgov <[email protected]>2017-05-31 22:51:23 +0300
commit9420b9570eb460cebcaadc20d27527b4704a868d (patch)
tree9dd8c72f7e2e19571aab81f777bbacd8aecb4101 /org.fox.ttrss/src/main/res/xml/preferences.xml
parenta4609d054e2625251ab9dbeaaeea77ca7b515113 (diff)
experimental: inline video player
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.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 050f7763..3b354740 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -134,6 +134,12 @@
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
@@ -218,6 +224,7 @@
android:summary="@string/prefs_widget_show_fresh_summary" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/debugging" >
+
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="true"
android:key="webview_hardware_accel"