From 43b9abd6ee455158553fbbc70df3c27eedd22b21 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 10 Oct 2021 21:51:10 +0800 Subject: New option: Link Handler. Removed option: Open Link In App. --- app/src/main/res/values/arrays.xml | 12 ++++++++++++ app/src/main/res/values/strings.xml | 7 +++++-- 2 files changed, 17 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index ffe31f93..6f74d814 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -542,4 +542,16 @@ 200 + + @string/settings_link_handler_value_external_browser + @string/settings_link_handler_value_custom_tab + @string/settings_link_handler_value_internal_browser + + + + 0 + 1 + 2 + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f791a313..042fe4fa 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -365,7 +365,7 @@ Gestures & Buttons Save Scrolled Position in HOME Browse new posts after refreshing in HOME (Front Page, sort type: Best) - Open Link In App + Link Handler Video Video Autoplay Mute Autoplaying Videos @@ -610,6 +610,9 @@ App Lock Timeout Enable folding phone support Default Playback Speed + External Browser + Custom Tab + Internal Browser Cannot get the link @@ -1148,7 +1151,7 @@ Exclude this user Exclude this flair Contain this flair - Exclude Domain + Exclude this domain Suggest Title Failed to suggest a title -- cgit v1.2.3