From 052a220cff715300c07e5681715b7fe97241ed5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Turcotte?= Date: Thu, 27 Jun 2019 18:49:45 -0400 Subject: - 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 --- org.fox.ttrss/src/main/res/values/strings.xml | 2 ++ org.fox.ttrss/src/main/res/xml/preferences.xml | 5 +++++ 2 files changed, 7 insertions(+) (limited to 'org.fox.ttrss/src/main/res') diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml index ae2f1cc7..f9067440 100755 --- a/org.fox.ttrss/src/main/res/values/strings.xml +++ b/org.fox.ttrss/src/main/res/values/strings.xml @@ -239,6 +239,8 @@ New articles found, reload feed to continue. Open external links with browser custom tabs (faster, used if available) Use quick preview + Always open external links + Selecting an article will automatically trigger the \'Open with…\' command Ask me every time Quick preview 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" /> +