Removed Manga Flame(AR), added Flone Scans(EN) ()

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

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

(image error) Size: 6.2 KiB

Binary file not shown.

After

(image error) Size: 3.0 KiB

Binary file not shown.

After

(image error) Size: 9.8 KiB

Binary file not shown.

After

(image error) Size: 21 KiB

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