summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-11-30 04:29:36 +0300
committerAndrew Dolgov <[email protected]>2015-11-30 04:29:36 +0300
commit5205be67eb02330bcce2c9d6388d5a2d8c1d814e (patch)
treec4ccb3d6acbc5dfbadf34141e4cf87cebf08a2e9 /org.fox.ttrss/src/main/res/xml
parent4b09961a303173eed338a3ef9f6974d2f932e120 (diff)
wip: add a dialog for opening link w/ chrome tabs or normally
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml11
1 files changed, 11 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 e8fcdcb6..c9ffd79b 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -156,6 +156,17 @@
android:summary="@string/prefs_enable_fab_long"
android:title="@string/prefs_enable_fab" />
</PreferenceCategory>
+ <PreferenceCategory android:title="Opening links" >
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="false"
+ android:key="enable_custom_tabs"
+ android:summary="Open external links with Chrome custom tabs (faster, used if available)"
+ android:title="Use quick preview" />
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="false"
+ android:key="custom_tabs_ask_always"
+ android:title="Ask me every time" />
+ </PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >
<ListPreference
android:defaultValue="250"