summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorJean-François Turcotte <[email protected]>2019-06-27 18:49:45 -0400
committerJean-François Turcotte <[email protected]>2019-06-27 18:49:45 -0400
commit052a220cff715300c07e5681715b7fe97241ed5a (patch)
tree6f72d4c1b35ca1dce47838ce0d43c2027324f9e0 /org.fox.ttrss/src/main/res/xml/preferences.xml
parent9d2d7d528e55657f16406831cf4c2f99f2caf914 (diff)
- Added a new preference "Always open external links" that changes the default behavior of selecting an article
- Activating this preference will make it so that the "Open with..." command is invoked directly when selecting an article, instead of opening the default detail view - The long-press menu on articles remain usable and unchanged
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml5
1 files changed, 5 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 bf893468..7a05b18a 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -148,6 +148,11 @@
android:defaultValue="true"
android:key="custom_tabs_ask_always"
android:title="@string/ask_me_every_time" />
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="false"
+ android:key="always_open_uri"
+ android:summary="@string/prefs_always_open_uri_summary"
+ android:title="@string/prefs_always_open_uri" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >
<ListPreference