Move Kiutaku from en to all (#4755)

This commit is contained in:
Tran M. Cuong 2024-08-26 18:25:03 +07:00 committed by Draff
parent bbd983389a
commit 08c07a08dd
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
9 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name=".en.kiutaku.KiutakuUrlActivity"
android:name=".all.kiutaku.KiutakuUrlActivity"
android:excludeFromRecents="true"
android:exported="true"
android:theme="@android:style/Theme.NoDisplay">

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,4 +1,4 @@
package eu.kanade.tachiyomi.extension.en.kiutaku
package eu.kanade.tachiyomi.extension.all.kiutaku
import eu.kanade.tachiyomi.network.GET
import eu.kanade.tachiyomi.network.asObservableSuccess
@ -24,7 +24,9 @@ class Kiutaku : ParsedHttpSource() {
override val baseUrl = "https://kiutaku.com"
override val lang = "en"
override val lang = "all"
override val id = 3040035304874076216
override val supportsLatest = true

View File

@ -1,4 +1,4 @@
package eu.kanade.tachiyomi.extension.en.kiutaku
package eu.kanade.tachiyomi.extension.all.kiutaku
import android.app.Activity
import android.content.ActivityNotFoundException