Rackus(PMScans): Migrate theme and rebranding (#5311)
* Migrate theme * Rebranding
|
@ -1,9 +1,9 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'PMScans'
|
extName = 'Rackus'
|
||||||
extClass = '.PMScans'
|
extClass = '.Rackus'
|
||||||
themePkg = 'madara'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://rackusreads.com'
|
baseUrl = 'https://rackusreads.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 7
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 17 KiB |
|
@ -1,15 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.en.pmscans
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
import java.text.SimpleDateFormat
|
|
||||||
import java.util.Locale
|
|
||||||
|
|
||||||
class PMScans : Madara(
|
|
||||||
"PMScans",
|
|
||||||
"https://rackusreads.com",
|
|
||||||
"en",
|
|
||||||
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
|
||||||
) {
|
|
||||||
override val versionId = 2
|
|
||||||
override val useNewChapterEndpoint = true
|
|
||||||
}
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.en.pmscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class Rackus : MangaThemesia(
|
||||||
|
"Rackus",
|
||||||
|
"https://rackusreads.com",
|
||||||
|
"en",
|
||||||
|
) {
|
||||||
|
override val versionId = 3
|
||||||
|
}
|