mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-15 05:27:28 +01:00
Add chinese track website "bangumi" (#2032)
* copy from shikimori and change parmater * add login activity * fix * login sucess * search * add... * auth fix * save status * revert shikimori * fix oauth error * add bangumi info * update read chapter index * refersh token * remove outdate file * drop comment * change icon * drop search result which type not comic * fix bind logic * set status * add ep status * format code * disable cache for `collection` api
This commit is contained in:
@@ -75,6 +75,20 @@
|
||||
android:scheme="tachiyomi" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".ui.setting.BangumiLoginActivity"
|
||||
android:label="Bangumi">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="bangumi-auth"
|
||||
android:scheme="tachiyomi" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".extension.util.ExtensionInstallActivity"
|
||||
|
||||
Reference in New Issue
Block a user