From 1fb3ba6e3fa57904bdde486d5f6bb793be788f71 Mon Sep 17 00:00:00 2001 From: andrewrasch Date: Tue, 21 Sep 2021 22:10:38 -0400 Subject: Update link handling for amp and v.redd.it Added manifest entries for google.com amp links (reddit only) and v.redd.it. Updated handling of google amp links in LinkResolverActivity. --- app/src/main/AndroidManifest.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 78090f43..f17f60e8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -276,6 +276,13 @@ + + -- cgit v1.2.3 From cac32b4394c6b924ff44e06da3e190520cb8cd48 Mon Sep 17 00:00:00 2001 From: andrewrasch Date: Wed, 22 Sep 2021 01:00:53 -0400 Subject: Added path patterns to other links Fixes bug where only google amp links open in Infinity --- app/src/main/AndroidManifest.xml | 71 ++++++++++++++++++++++++++-------------- 1 file changed, 47 insertions(+), 24 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f17f60e8..e709293f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -272,77 +272,100 @@ + android:scheme="https" + android:pathPattern=".*"/> + android:scheme="https" + android:pathPattern=".*" /> + android:pathPattern="/amp/s/amp.reddit.com/.*" /> + android:scheme="https" + android:pathPattern=".*" /> + android:scheme="https" + android:pathPattern=".*" /> + android:scheme="https" + android:pathPattern=".*" /> + android:scheme="https" + android:pathPattern=".*" /> + android:scheme="https" + android:pathPattern=".*" /> + android:scheme="https" + android:pathPattern=".*" /> + android:scheme="https" + android:pathPattern=".*" /> + android:scheme="https" + android:pathPattern=".*" /> + android:scheme="https" + android:pathPattern=".*" /> + android:scheme="https" + android:pathPattern=".*" /> + android:scheme="http" + android:pathPattern=".*" /> + android:scheme="http" + android:pathPattern=".*" /> + android:scheme="http" + android:pathPattern=".*" /> + android:scheme="http" + android:pathPattern=".*" /> + android:scheme="http" + android:pathPattern=".*" /> + android:scheme="http" + android:pathPattern=".*" /> + android:scheme="http" + android:pathPattern=".*" /> + android:scheme="http" + android:pathPattern=".*" /> + android:scheme="http" + android:pathPattern=".*" /> + android:scheme="http" + android:pathPattern=".*" /> + android:scheme="http" + android:pathPattern=".*" />