diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-19 07:54:08 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-19 07:54:08 +0300 |
| commit | b1c65e12d7acb2e4aa3d10624eefa9abae6da48e (patch) | |
| tree | 4091fa5cdc5715cc99bf91fda791577032a8849b /org.fox.ttrss/src/main/res/xml | |
| parent | b9bec2da3902765cf909e7d0159a7b0e04d667cb (diff) | |
| parent | db331412437bd342bb9a3a4d62c3898828e10249 (diff) | |
Merge branch 'dev' into 'master'
disable inline video player until it is tested, disable predraw hacks (memory...
See merge request tt-rss/tt-rss-android!40
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/xml/preferences.xml | 7 |
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 8d064587..9e1f6642 100755 --- a/org.fox.ttrss/src/main/res/xml/preferences.xml +++ b/org.fox.ttrss/src/main/res/xml/preferences.xml @@ -67,6 +67,12 @@ android:key="force_phone_layout" android:summary="@string/force_phone_layout_summary" android:title="@string/force_phone_layout" /> + + <SwitchPreferenceCompat + android:defaultValue="false" + android:key="window_secure_mode" + android:summary="@string/window_secure_mode_summary" + android:title="@string/window_secure_mode" /> </PreferenceCategory> <PreferenceCategory @@ -134,6 +140,7 @@ android:summary="@string/prefs_always_downsample_images_long" /> <SwitchPreferenceCompat + android:enabled="false" android:defaultValue="false" android:key="inline_video_player" android:summary="@string/prefs_inline_video_player" |