diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0d06aae0..e0276c30 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,4 +8,3 @@ Checklist: - [ ] Have explicitly kept the `id` if a source's name or language were changed - [ ] Have tested the modifications by compiling and running the extension through Android Studio - [ ] Have removed `web_hi_res_512.png` when adding a new extension -- [ ] Have made sure all the icons are in png format diff --git a/lib-multisrc/anilist/build.gradle.kts b/lib-multisrc/anilist/build.gradle.kts index dc076cc3..9dce2478 100644 --- a/lib-multisrc/anilist/build.gradle.kts +++ b/lib-multisrc/anilist/build.gradle.kts @@ -2,4 +2,4 @@ plugins { id("lib-multisrc") } -baseVersionCode = 1 +baseVersionCode = 2 diff --git a/lib-multisrc/anilist/src/eu/kanade/tachiyomi/multisrc/anilist/AniListAnimeHttpSource.kt b/lib-multisrc/anilist/src/eu/kanade/tachiyomi/multisrc/anilist/AniListAnimeHttpSource.kt index 0f57cf33..a2c8780d 100644 --- a/lib-multisrc/anilist/src/eu/kanade/tachiyomi/multisrc/anilist/AniListAnimeHttpSource.kt +++ b/lib-multisrc/anilist/src/eu/kanade/tachiyomi/multisrc/anilist/AniListAnimeHttpSource.kt @@ -147,7 +147,6 @@ abstract class AniListAnimeHttpSource : AnimeHttpSource() { AniListMedia.Status.FINISHED -> SAnime.COMPLETED } thumbnail_url = media.coverImage.large - initialized = true } } diff --git a/src/en/aniplay/build.gradle b/src/en/aniplay/build.gradle index f8264495..c805affd 100644 --- a/src/en/aniplay/build.gradle +++ b/src/en/aniplay/build.gradle @@ -1,7 +1,8 @@ ext { extName = 'AniPlay' extClass = '.AniPlay' - extVersionCode = 1 + themePkg = 'anilist' + overrideVersionCode = 1 } apply from: "$rootDir/common.gradle" diff --git a/src/en/aniplay/res/drawable/ic_launcher_foreground.xml b/src/en/aniplay/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 00000000..d150c0b4 --- /dev/null +++ b/src/en/aniplay/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + diff --git a/src/en/aniplay/res/mipmap-anydpi-v26/ic_launcher.xml b/src/en/aniplay/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..7353dbd1 --- /dev/null +++ b/src/en/aniplay/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/en/aniplay/res/mipmap-anydpi-v26/ic_launcher_round.xml b/src/en/aniplay/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..7353dbd1 --- /dev/null +++ b/src/en/aniplay/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/en/aniplay/res/mipmap-hdpi/ic_launcher.png b/src/en/aniplay/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 6ddc51c3..00000000 Binary files a/src/en/aniplay/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/aniplay/res/mipmap-hdpi/ic_launcher.webp b/src/en/aniplay/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 00000000..940e0da3 Binary files /dev/null and b/src/en/aniplay/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/src/en/aniplay/res/mipmap-hdpi/ic_launcher_round.webp b/src/en/aniplay/res/mipmap-hdpi/ic_launcher_round.webp new file mode 100644 index 00000000..2387abfc Binary files /dev/null and b/src/en/aniplay/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/src/en/aniplay/res/mipmap-ldpi/ic_launcher.png b/src/en/aniplay/res/mipmap-ldpi/ic_launcher.png deleted file mode 100644 index 4a6efa49..00000000 Binary files a/src/en/aniplay/res/mipmap-ldpi/ic_launcher.png and /dev/null differ diff --git a/src/en/aniplay/res/mipmap-mdpi/ic_launcher.png b/src/en/aniplay/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index df2b3302..00000000 Binary files a/src/en/aniplay/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/aniplay/res/mipmap-mdpi/ic_launcher.webp b/src/en/aniplay/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 00000000..87d7ecc9 Binary files /dev/null and b/src/en/aniplay/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/src/en/aniplay/res/mipmap-mdpi/ic_launcher_round.webp b/src/en/aniplay/res/mipmap-mdpi/ic_launcher_round.webp new file mode 100644 index 00000000..4f02183c Binary files /dev/null and b/src/en/aniplay/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/src/en/aniplay/res/mipmap-xhdpi/ic_launcher.png b/src/en/aniplay/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 08a2c24f..00000000 Binary files a/src/en/aniplay/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/aniplay/res/mipmap-xhdpi/ic_launcher.webp b/src/en/aniplay/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 00000000..16243651 Binary files /dev/null and b/src/en/aniplay/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/src/en/aniplay/res/mipmap-xhdpi/ic_launcher_round.webp b/src/en/aniplay/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 00000000..d883f306 Binary files /dev/null and b/src/en/aniplay/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/src/en/aniplay/res/mipmap-xxhdpi/ic_launcher.png b/src/en/aniplay/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 84f2c037..00000000 Binary files a/src/en/aniplay/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/aniplay/res/mipmap-xxhdpi/ic_launcher.webp b/src/en/aniplay/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 00000000..faf5bdf2 Binary files /dev/null and b/src/en/aniplay/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/src/en/aniplay/res/mipmap-xxhdpi/ic_launcher_round.webp b/src/en/aniplay/res/mipmap-xxhdpi/ic_launcher_round.webp new file mode 100644 index 00000000..712e3abf Binary files /dev/null and b/src/en/aniplay/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/src/en/aniplay/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/aniplay/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index a16ad4dc..00000000 Binary files a/src/en/aniplay/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/aniplay/res/mipmap-xxxhdpi/ic_launcher.webp b/src/en/aniplay/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 00000000..04d7c07b Binary files /dev/null and b/src/en/aniplay/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/src/en/aniplay/res/mipmap-xxxhdpi/ic_launcher_round.webp b/src/en/aniplay/res/mipmap-xxxhdpi/ic_launcher_round.webp new file mode 100644 index 00000000..ad17c1ba Binary files /dev/null and b/src/en/aniplay/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/src/en/aniplay/res/values/ic_launcher_background.xml b/src/en/aniplay/res/values/ic_launcher_background.xml new file mode 100644 index 00000000..de1841dc --- /dev/null +++ b/src/en/aniplay/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #05010D + \ No newline at end of file diff --git a/src/en/aniplay/res/web_hi_res_512.png b/src/en/aniplay/res/web_hi_res_512.png index f56e465f..11b79914 100644 Binary files a/src/en/aniplay/res/web_hi_res_512.png and b/src/en/aniplay/res/web_hi_res_512.png differ