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:
Prem Kumar 2025-02-15 07:49:31 +05:30 committed by Draff
parent 1b1ef9274b
commit 86cdc76645
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
14 changed files with 21 additions and 23 deletions

View File

@ -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

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -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
}

View File

@ -0,0 +1,9 @@
ext {
extName = 'Flone Scans'
extClass = '.FloneScans'
themePkg = 'mangathemesia'
baseUrl = 'https://sweetmanhwa.online'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -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),
)