diff --git a/src/ar/mangaflame/build.gradle b/src/ar/mangaflame/build.gradle deleted file mode 100644 index 322925d3f..000000000 --- a/src/ar/mangaflame/build.gradle +++ /dev/null @@ -1,9 +0,0 @@ -ext { - extName = 'Manga Flame' - extClass = '.MangaFlame' - themePkg = 'mangathemesia' - baseUrl = 'https://mangaflame.org' - overrideVersionCode = 3 -} - -apply from: "$rootDir/common.gradle" diff --git a/src/ar/mangaflame/res/mipmap-hdpi/ic_launcher.png b/src/ar/mangaflame/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 7627606f8..000000000 Binary files a/src/ar/mangaflame/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/src/ar/mangaflame/res/mipmap-mdpi/ic_launcher.png b/src/ar/mangaflame/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index a53da608e..000000000 Binary files a/src/ar/mangaflame/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/src/ar/mangaflame/res/mipmap-xhdpi/ic_launcher.png b/src/ar/mangaflame/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 7776121fb..000000000 Binary files a/src/ar/mangaflame/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/src/ar/mangaflame/res/mipmap-xxhdpi/ic_launcher.png b/src/ar/mangaflame/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 33b39a271..000000000 Binary files a/src/ar/mangaflame/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/ar/mangaflame/res/mipmap-xxxhdpi/ic_launcher.png b/src/ar/mangaflame/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 06ba77c17..000000000 Binary files a/src/ar/mangaflame/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/ar/mangaflame/src/eu/kanade/tachiyomi/extension/ar/mangaflame/MangaFlame.kt b/src/ar/mangaflame/src/eu/kanade/tachiyomi/extension/ar/mangaflame/MangaFlame.kt deleted file mode 100644 index 212b5c0e0..000000000 --- a/src/ar/mangaflame/src/eu/kanade/tachiyomi/extension/ar/mangaflame/MangaFlame.kt +++ /dev/null @@ -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 -} diff --git a/src/en/flonescans/build.gradle b/src/en/flonescans/build.gradle new file mode 100644 index 000000000..efccd02ba --- /dev/null +++ b/src/en/flonescans/build.gradle @@ -0,0 +1,9 @@ +ext { + extName = 'Flone Scans' + extClass = '.FloneScans' + themePkg = 'mangathemesia' + baseUrl = 'https://sweetmanhwa.online' + overrideVersionCode = 0 +} + +apply from: "$rootDir/common.gradle" diff --git a/src/en/flonescans/res/mipmap-hdpi/ic_launcher.png b/src/en/flonescans/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..0701119c0 Binary files /dev/null and b/src/en/flonescans/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/flonescans/res/mipmap-mdpi/ic_launcher.png b/src/en/flonescans/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..9af64c7eb Binary files /dev/null and b/src/en/flonescans/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/flonescans/res/mipmap-xhdpi/ic_launcher.png b/src/en/flonescans/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..2711396d6 Binary files /dev/null and b/src/en/flonescans/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/flonescans/res/mipmap-xxhdpi/ic_launcher.png b/src/en/flonescans/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..7180cc57b Binary files /dev/null and b/src/en/flonescans/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/flonescans/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/flonescans/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..914f176bb Binary files /dev/null and b/src/en/flonescans/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/flonescans/src/eu/kanade/tachiyomi/extension/en/flonescans/FloneScans.kt b/src/en/flonescans/src/eu/kanade/tachiyomi/extension/en/flonescans/FloneScans.kt new file mode 100644 index 000000000..12df73cf4 --- /dev/null +++ b/src/en/flonescans/src/eu/kanade/tachiyomi/extension/en/flonescans/FloneScans.kt @@ -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), +)