mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 12:47:26 +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
|
<data
|
||||||
android:host="www.reddit.com"
|
android:host="www.reddit.com"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*"/>
|
||||||
<data
|
<data
|
||||||
android:host="reddit.com"
|
android:host="reddit.com"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="www.google.com"
|
android:host="www.google.com"
|
||||||
android:scheme="https"
|
android:scheme="https"
|
||||||
android:pathPattern="/amp/s/amp.reddit.com/.*"/>
|
android:pathPattern="/amp/s/amp.reddit.com/.*" />
|
||||||
<data
|
<data
|
||||||
android:host="v.redd.it"
|
android:host="v.redd.it"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="amp.reddit.com"
|
android:host="amp.reddit.com"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="m.reddit.com"
|
android:host="m.reddit.com"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="old.reddit.com"
|
android:host="old.reddit.com"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="new.reddit.com"
|
android:host="new.reddit.com"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="np.reddit.com"
|
android:host="np.reddit.com"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="reddit.app.link"
|
android:host="reddit.app.link"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="redd.it"
|
android:host="redd.it"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="s.reddit.com"
|
android:host="s.reddit.com"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="click.redditmail.com"
|
android:host="click.redditmail.com"
|
||||||
android:scheme="https" />
|
android:scheme="https"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="www.reddit.com"
|
android:host="www.reddit.com"
|
||||||
android:scheme="http" />
|
android:scheme="http"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="reddit.com"
|
android:host="reddit.com"
|
||||||
android:scheme="http" />
|
android:scheme="http"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="amp.reddit.com"
|
android:host="amp.reddit.com"
|
||||||
android:scheme="http" />
|
android:scheme="http"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="m.reddit.com"
|
android:host="m.reddit.com"
|
||||||
android:scheme="http" />
|
android:scheme="http"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="old.reddit.com"
|
android:host="old.reddit.com"
|
||||||
android:scheme="http" />
|
android:scheme="http"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="new.reddit.com"
|
android:host="new.reddit.com"
|
||||||
android:scheme="http" />
|
android:scheme="http"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="np.reddit.com"
|
android:host="np.reddit.com"
|
||||||
android:scheme="http" />
|
android:scheme="http"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="reddit.app.link"
|
android:host="reddit.app.link"
|
||||||
android:scheme="http" />
|
android:scheme="http"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="redd.it"
|
android:host="redd.it"
|
||||||
android:scheme="http" />
|
android:scheme="http"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="s.reddit.com"
|
android:host="s.reddit.com"
|
||||||
android:scheme="http" />
|
android:scheme="http"
|
||||||
|
android:pathPattern=".*" />
|
||||||
<data
|
<data
|
||||||
android:host="click.redditmail.com"
|
android:host="click.redditmail.com"
|
||||||
android:scheme="http" />
|
android:scheme="http"
|
||||||
|
android:pathPattern=".*" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
|
Loading…
Reference in New Issue
Block a user