Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit cde8fc1

Browse files
committed
Update ext names
1 parent 31a3450 commit cde8fc1

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.run/MadaraGenerator.run.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="MadaraGenerator" type="JetRunConfigurationType" nameIsGenerated="true">
3-
<module name="tachiyomi-extensions.multisrc.main" />
43
<option name="MAIN_CLASS_NAME" value="eu.kanade.tachiyomi.multisrc.madara.MadaraGenerator" />
4+
<module name="tachiyomi-extensions.multisrc.main" />
5+
<shortenClasspath name="NONE" />
56
<method v="2">
67
<option name="Make" enabled="true" />
78
<option name="Gradle.BeforeRunTask" enabled="true" tasks="ktFormat" externalProjectPath="$PROJECT_DIR$/multisrc" vmOptions="" scriptParameters="-Ptheme=madara" />
89
<option name="Gradle.BeforeRunTask" enabled="true" tasks="ktLint" externalProjectPath="$PROJECT_DIR$/multisrc" vmOptions="" scriptParameters="-Ptheme=madara" />
910
</method>
1011
</configuration>
11-
</component>
12+
</component>

multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/madara/MadaraGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class MadaraGenerator : ThemeSourceGenerator {
1212
override val baseVersionCode: Int = 32
1313

1414
override val sources = listOf(
15-
SingleLang("S2Manga", "https://www.s2manga.com", "en", overrideVersionCode = 2),
15+
SingleLang("S2Manga (Revived)", "https://www.s2manga.com", "en", overrideVersionCode = 2, className = "S2Manga"),
1616
)
1717

1818
companion object {

src/all/batoto/src/eu/kanade/tachiyomi/extension/all/batoto/BatoTo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ open class BatoTo(
5353
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)
5454
}
5555

56-
override val name: String = "Bato.to"
56+
override val name: String = "Bato.to (Revived)"
5757
override val baseUrl: String = getMirrorPref()!!
5858
override val id: Long = when (lang) {
5959
"zh-Hans" -> 2818874445640189582

src/all/mangadex/src/eu/kanade/tachiyomi/extension/all/mangadex/MangaDexIntl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ object MangaDexIntl {
2020
RUSSIAN,
2121
)
2222

23-
const val MANGADEX_NAME = "MangaDex"
23+
const val MANGADEX_NAME = "MangaDex (Revived)"
2424
}

src/all/mangadex/src/eu/kanade/tachiyomi/extension/all/mangadex/MdUserAgentInterceptor.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package eu.kanade.tachiyomi.extension.all.mangadex
33
import android.content.SharedPreferences
44
import okhttp3.Interceptor
55
import okhttp3.Response
6-
import java.io.IOException
76

87
/**
98
* Interceptor to set custom useragent for MangaDex

src/ko/newtoki/src/eu/kanade/tachiyomi/extension/ko/newtoki/ManaToki.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import org.jsoup.nodes.Element
1212
* ManaToki is too big to support in a Factory File., So split into separate file.
1313
*/
1414

15-
object ManaToki : NewToki("ManaToki", "comic", manaTokiPreferences) {
15+
object ManaToki : NewToki("ManaToki (Revived)", "comic", manaTokiPreferences) {
1616
// / ! DO NOT CHANGE THIS ! Only the site name changed from newtoki.
1717
override val id = MANATOKI_ID
1818

0 commit comments

Comments
 (0)