feat: allow partial urls
This commit is contained in:
parent
116de6324e
commit
38d68a7976
13 changed files with 360 additions and 463 deletions
|
@ -394,11 +394,10 @@
|
|||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<!-- Support both schemes -->
|
||||
<data android:host="add-repo"/>
|
||||
<data android:scheme="tachiyomi"/>
|
||||
<data android:host="add-repo"/>
|
||||
<data android:scheme="aniyomi"/>
|
||||
<data android:host="add-repo"/>
|
||||
<data android:scheme="novelyomi"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue