Removed Manga Flame(AR), added Flone Scans(EN) (#7608)
* MangaFlame(ar) to FloneScans(en) * suggested change * Update build.gradle bump reset * Update FloneScans.kt new line
This commit is contained in:
parent
1b1ef9274b
commit
86cdc76645
src
ar/mangaflame
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/ar/mangaflame
en/flonescans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/flonescans
@ -1,9 +0,0 @@
|
||||
ext {
|
||||
extName = 'Manga Flame'
|
||||
extClass = '.MangaFlame'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://mangaflame.org'
|
||||
overrideVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
Before ![]() (image error) Size: 3.4 KiB |
Binary file not shown.
Before ![]() (image error) Size: 1.8 KiB |
Binary file not shown.
Before ![]() (image error) Size: 4.4 KiB |
Binary file not shown.
Before ![]() (image error) Size: 8.1 KiB |
Binary file not shown.
Before ![]() (image error) Size: 11 KiB |
@ -1,14 +0,0 @@
|
||||
package eu.kanade.tachiyomi.extension.ar.mangaflame
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangaFlame : MangaThemesia(
|
||||
"Manga Flame",
|
||||
"https://mangaflame.org",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
||||
) {
|
||||
override val id = 1501237443119573205
|
||||
}
|
9
src/en/flonescans/build.gradle
Normal file
9
src/en/flonescans/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Flone Scans'
|
||||
extClass = '.FloneScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://sweetmanhwa.online'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/flonescans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/flonescans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 6.2 KiB |
BIN
src/en/flonescans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/flonescans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.0 KiB |
BIN
src/en/flonescans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/flonescans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 9.8 KiB |
BIN
src/en/flonescans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/flonescans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 21 KiB |
BIN
src/en/flonescans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/flonescans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 35 KiB |
@ -0,0 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.en.flonescans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class FloneScans : MangaThemesia(
|
||||
"Flone Scans",
|
||||
"https://sweetmanhwa.online",
|
||||
"en",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.ENGLISH),
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user