Fix delegated sources trying to always open in SY, even with links SY doesnt support

This commit is contained in:
Jobobby04 2020-10-26 14:53:48 -04:00
parent 05269c557d
commit 105302aa7b

View File

@ -278,29 +278,27 @@
<!-- HBrowse --> <!-- HBrowse -->
<data <data
android:host="www.hbrowse.com" android:host="www.hbrowse.com"
android:pathPrefix="/"
android:scheme="http" /> android:scheme="http" />
<data <data
android:host="www.hbrowse.com" android:host="www.hbrowse.com"
android:pathPrefix="/"
android:scheme="https" /> android:scheme="https" />
<!-- MangaDex --> <!-- MangaDex -->
<data <data
android:host="mangadex.org" android:host="mangadex.org"
android:pathPattern="\/(title|manga)\/" android:pathPattern="/(title|manga)/..*"
android:scheme="http" /> android:scheme="http" />
<data <data
android:host="mangadex.org" android:host="mangadex.org"
android:pathPattern="\/(title|manga)\/" android:pathPattern="/(title|manga)/..*"
android:scheme="https" /> android:scheme="https" />
<data <data
android:host="www.mangadex.org" android:host="www.mangadex.org"
android:pathPattern="\/(title|manga)\/" android:pathPattern="/(title|manga)/..*"
android:scheme="http" /> android:scheme="http" />
<data <data
android:host="www.mangadex.org" android:host="www.mangadex.org"
android:pathPattern="\/(title|manga)\/" android:pathPattern="/(title|manga)/..*"
android:scheme="https" /> android:scheme="https" />
</intent-filter> </intent-filter>
</activity> </activity>