From 052a220cff715300c07e5681715b7fe97241ed5a Mon Sep 17 00:00:00 2001 From: Jean-François Turcotte 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 ++ 1 file changed, 2 insertions(+) (limited to 'org.fox.ttrss/src/main/res/values/strings.xml') 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 -- cgit v1.2.3-54-g00ecf From 5daa199c653b5d3d8cbb48bcc7c8fe9766b1dcf0 Mon Sep 17 00:00:00 2001 From: Jean-François Turcotte Date: Fri, 28 Jun 2019 08:04:53 -0400 Subject: Changed preference/summary wording --- org.fox.ttrss/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org.fox.ttrss/src/main/res/values/strings.xml') diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml index f9067440..094494e4 100755 --- a/org.fox.ttrss/src/main/res/values/strings.xml +++ b/org.fox.ttrss/src/main/res/values/strings.xml @@ -239,8 +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 + Always open in web browser + Open articles directly in your web browser, instead of going to the detail view Ask me every time Quick preview -- cgit v1.2.3-54-g00ecf From 06de00ce42be70002e5f0eaaf44123658599197a Mon Sep 17 00:00:00 2001 From: Jean-François Turcotte Date: Fri, 28 Jun 2019 08:17:59 -0400 Subject: Shortened preference further --- org.fox.ttrss/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org.fox.ttrss/src/main/res/values/strings.xml') diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml index 094494e4..e9d38e70 100755 --- a/org.fox.ttrss/src/main/res/values/strings.xml +++ b/org.fox.ttrss/src/main/res/values/strings.xml @@ -239,7 +239,7 @@ New articles found, reload feed to continue. Open external links with browser custom tabs (faster, used if available) Use quick preview - Always open in web browser + Always open in browser Open articles directly in your web browser, instead of going to the detail view Ask me every time -- cgit v1.2.3-54-g00ecf