summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-07-30 07:30:28 +0300
committerAndrew Dolgov <[email protected]>2019-07-30 07:30:28 +0300
commit350564c5c01a6d77cda26a4d7c2db72470799676 (patch)
treefcc2d26b8874e2824f58663b57642a3797cab016 /org.fox.ttrss/src/main/res/xml
parent5488be3c587274888b54fb09acee09b740e03f6a (diff)
parent43d9869fdb89cdbcdec15fa4dc7f1e6a5de8fa93 (diff)
Merge branch 'master' of git.fakecake.org:tt-rss-android
Diffstat (limited to 'org.fox.ttrss/src/main/res/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