mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-02-05 22:24:45 +01:00
Added path patterns to other links
Fixes bug where only google amp links open in Infinity
This commit is contained in:
parent
1fb3ba6e3f
commit
cac32b4394
@ -272,77 +272,100 @@
|
||||
|
||||
<data
|
||||
android:host="www.reddit.com"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*"/>
|
||||
<data
|
||||
android:host="reddit.com"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="www.google.com"
|
||||
android:scheme="https"
|
||||
android:pathPattern="/amp/s/amp.reddit.com/.*"/>
|
||||
android:pathPattern="/amp/s/amp.reddit.com/.*" />
|
||||
<data
|
||||
android:host="v.redd.it"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="amp.reddit.com"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="m.reddit.com"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="old.reddit.com"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="new.reddit.com"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="np.reddit.com"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="reddit.app.link"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="redd.it"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="s.reddit.com"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="click.redditmail.com"
|
||||
android:scheme="https" />
|
||||
android:scheme="https"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="www.reddit.com"
|
||||
android:scheme="http" />
|
||||
android:scheme="http"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="reddit.com"
|
||||
android:scheme="http" />
|
||||
android:scheme="http"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="amp.reddit.com"
|
||||
android:scheme="http" />
|
||||
android:scheme="http"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="m.reddit.com"
|
||||
android:scheme="http" />
|
||||
android:scheme="http"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="old.reddit.com"
|
||||
android:scheme="http" />
|
||||
android:scheme="http"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="new.reddit.com"
|
||||
android:scheme="http" />
|
||||
android:scheme="http"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="np.reddit.com"
|
||||
android:scheme="http" />
|
||||
android:scheme="http"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="reddit.app.link"
|
||||
android:scheme="http" />
|
||||
android:scheme="http"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="redd.it"
|
||||
android:scheme="http" />
|
||||
android:scheme="http"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="s.reddit.com"
|
||||
android:scheme="http" />
|
||||
android:scheme="http"
|
||||
android:pathPattern=".*" />
|
||||
<data
|
||||
android:host="click.redditmail.com"
|
||||
android:scheme="http" />
|
||||
android:scheme="http"
|
||||
android:pathPattern=".*" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
|
Loading…
x
Reference in New Issue
Block a user