From abec79690976ed5a74658f67c5f9d7394dbea285 Mon Sep 17 00:00:00 2001 From: Raphael Boullay Date: Thu, 4 Dec 2025 10:27:20 +0100 Subject: [PATCH 01/10] New app: Kotatsu Redo 9.5.2 --- metadata/io.github.kotatsuredo.kotatsu.yml | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 metadata/io.github.kotatsuredo.kotatsu.yml diff --git a/metadata/io.github.kotatsuredo.kotatsu.yml b/metadata/io.github.kotatsuredo.kotatsu.yml new file mode 100644 index 00000000000..9dba46fd0a1 --- /dev/null +++ b/metadata/io.github.kotatsuredo.kotatsu.yml @@ -0,0 +1,56 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Reading + - Multimedia +License: GPL-3.0-or-later +AuthorName: Clq +WebSite: https://github.com/Kotatsu-Redo/Kotatsu-Redo +SourceCode: https://github.com/Kotatsu-Redo/Kotatsu-Redo +IssueTracker: https://github.com/Kotatsu-Redo/Kotatsu-Redo/issues +Changelog: https://github.com/Kotatsu-Redo/Kotatsu-Redo/releases + +Name: Kotatsu-Redo + +# Short one-line description (recommended) +Summary: Manga reader with 800+ sources focused on maintaining existing features and sources of Kotatsu. + +# Full description (important for users!) +Description: |- + Free and open-source manga reader for Android with built-in online content sources. + The main goal of the fork is to maintain existing features and sources. + + Features: + * Online manga catalogues with 800+ manga sources + * Search manga by name, genres and more filters + * Favorites organized by user-defined categories + * Reading history, bookmarks and incognito mode + * Download manga and read offline (CBZ archives supported) + * Material You UI optimized for phones, tablets and desktop + * Webtoon-optimized reader with gesture support + * Notifications about new chapters with updates feed + * Integration with Shikimori, AniList, MyAnimeList, Kitsu + * Password/fingerprint protection + +RepoType: git +Repo: https://github.com/Kotatsu-Redo/Kotatsu-Redo.git + +Builds: + - versionName: 9.5.2 + versionCode: 1081 + commit: 9.5.2 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + prebuild: sed -i -e '/com.google.gms/d' build.gradle + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags ^[0-9.]+$ + +# Current version info (recommended) +CurrentVersion: 9.5.2 +CurrentVersionCode: 1081 \ No newline at end of file -- GitLab From 1a064d15b93da62eeaa8a1e4fce6cd584c3c6c98 Mon Sep 17 00:00:00 2001 From: Raphael Boullay Date: Thu, 4 Dec 2025 12:39:01 +0100 Subject: [PATCH 02/10] Delete comments --- metadata/io.github.kotatsuredo.kotatsu.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/metadata/io.github.kotatsuredo.kotatsu.yml b/metadata/io.github.kotatsuredo.kotatsu.yml index 9dba46fd0a1..a970f8d4eb5 100644 --- a/metadata/io.github.kotatsuredo.kotatsu.yml +++ b/metadata/io.github.kotatsuredo.kotatsu.yml @@ -12,10 +12,8 @@ Changelog: https://github.com/Kotatsu-Redo/Kotatsu-Redo/releases Name: Kotatsu-Redo -# Short one-line description (recommended) Summary: Manga reader with 800+ sources focused on maintaining existing features and sources of Kotatsu. -# Full description (important for users!) Description: |- Free and open-source manga reader for Android with built-in online content sources. The main goal of the fork is to maintain existing features and sources. @@ -51,6 +49,5 @@ Builds: AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ -# Current version info (recommended) CurrentVersion: 9.5.2 CurrentVersionCode: 1081 \ No newline at end of file -- GitLab From 9ff12b42d64c1be037c7e5e18010fa090f41c9e3 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Thu, 4 Dec 2025 12:18:12 +0000 Subject: [PATCH 03/10] Apply 4 suggestion(s) to 1 file(s) Co-authored-by: linsui <2873532-linsui@users.noreply.gitlab.com> --- metadata/io.github.kotatsuredo.kotatsu.yml | 26 +--------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/metadata/io.github.kotatsuredo.kotatsu.yml b/metadata/io.github.kotatsuredo.kotatsu.yml index a970f8d4eb5..7e37c3a11dd 100644 --- a/metadata/io.github.kotatsuredo.kotatsu.yml +++ b/metadata/io.github.kotatsuredo.kotatsu.yml @@ -10,25 +10,6 @@ SourceCode: https://github.com/Kotatsu-Redo/Kotatsu-Redo IssueTracker: https://github.com/Kotatsu-Redo/Kotatsu-Redo/issues Changelog: https://github.com/Kotatsu-Redo/Kotatsu-Redo/releases -Name: Kotatsu-Redo - -Summary: Manga reader with 800+ sources focused on maintaining existing features and sources of Kotatsu. - -Description: |- - Free and open-source manga reader for Android with built-in online content sources. - The main goal of the fork is to maintain existing features and sources. - - Features: - * Online manga catalogues with 800+ manga sources - * Search manga by name, genres and more filters - * Favorites organized by user-defined categories - * Reading history, bookmarks and incognito mode - * Download manga and read offline (CBZ archives supported) - * Material You UI optimized for phones, tablets and desktop - * Webtoon-optimized reader with gesture support - * Notifications about new chapters with updates feed - * Integration with Shikimori, AniList, MyAnimeList, Kitsu - * Password/fingerprint protection RepoType: git Repo: https://github.com/Kotatsu-Redo/Kotatsu-Redo.git @@ -38,16 +19,11 @@ Builds: versionCode: 1081 commit: 9.5.2 subdir: app - sudo: - - apt-get update - - apt-get install -y openjdk-17-jdk-headless - - update-alternatives --auto java gradle: - yes prebuild: sed -i -e '/com.google.gms/d' build.gradle AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ - CurrentVersion: 9.5.2 -CurrentVersionCode: 1081 \ No newline at end of file +CurrentVersionCode: 1081 -- GitLab From 1a1acd61179cdce88ce838ef384d2156f65de845 Mon Sep 17 00:00:00 2001 From: Raphael Boullay Date: Tue, 9 Dec 2025 16:45:24 +0000 Subject: [PATCH 04/10] Edit io.github.kotatsuredo.kotatsu.yml --- metadata/io.github.kotatsuredo.kotatsu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.kotatsuredo.kotatsu.yml b/metadata/io.github.kotatsuredo.kotatsu.yml index 7e37c3a11dd..48151db419a 100644 --- a/metadata/io.github.kotatsuredo.kotatsu.yml +++ b/metadata/io.github.kotatsuredo.kotatsu.yml @@ -15,8 +15,8 @@ RepoType: git Repo: https://github.com/Kotatsu-Redo/Kotatsu-Redo.git Builds: - - versionName: 9.5.2 - versionCode: 1081 + - versionName: 9.5.3 + versionCode: 1084 commit: 9.5.2 subdir: app gradle: -- GitLab From 8bbb97cc7746b41d5b5b59e9f8553289238f874a Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 9 Dec 2025 17:06:13 +0000 Subject: [PATCH 05/10] Apply 2 suggestion(s) to 1 file(s) --- metadata/io.github.kotatsuredo.kotatsu.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata/io.github.kotatsuredo.kotatsu.yml b/metadata/io.github.kotatsuredo.kotatsu.yml index 48151db419a..9a8262ba2fc 100644 --- a/metadata/io.github.kotatsuredo.kotatsu.yml +++ b/metadata/io.github.kotatsuredo.kotatsu.yml @@ -17,7 +17,7 @@ Repo: https://github.com/Kotatsu-Redo/Kotatsu-Redo.git Builds: - versionName: 9.5.3 versionCode: 1084 - commit: 9.5.2 + commit: 8b00e2470742ab7d701c13187e61c8261467974a subdir: app gradle: - yes @@ -25,5 +25,5 @@ Builds: AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 9.5.2 -CurrentVersionCode: 1081 +CurrentVersion: 9.5.3 +CurrentVersionCode: 1084 -- GitLab From fdab2c7862823e6551fcbb90b62a55ebeb44bd6a Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Thu, 11 Dec 2025 10:30:43 +0000 Subject: [PATCH 06/10] fix lint --- metadata/io.github.kotatsuredo.kotatsu.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata/io.github.kotatsuredo.kotatsu.yml b/metadata/io.github.kotatsuredo.kotatsu.yml index 9a8262ba2fc..9f03b3b064d 100644 --- a/metadata/io.github.kotatsuredo.kotatsu.yml +++ b/metadata/io.github.kotatsuredo.kotatsu.yml @@ -1,8 +1,8 @@ AntiFeatures: - NonFreeNet Categories: - - Reading - Multimedia + - Reading License: GPL-3.0-or-later AuthorName: Clq WebSite: https://github.com/Kotatsu-Redo/Kotatsu-Redo @@ -10,7 +10,6 @@ SourceCode: https://github.com/Kotatsu-Redo/Kotatsu-Redo IssueTracker: https://github.com/Kotatsu-Redo/Kotatsu-Redo/issues Changelog: https://github.com/Kotatsu-Redo/Kotatsu-Redo/releases - RepoType: git Repo: https://github.com/Kotatsu-Redo/Kotatsu-Redo.git -- GitLab From cb56400d10704907a6fd76a166da9cbff12eb701 Mon Sep 17 00:00:00 2001 From: Raphael Boullay Date: Sun, 14 Dec 2025 10:33:06 +0000 Subject: [PATCH 07/10] Edit io.github.kotatsuredo.kotatsu.yml --- metadata/io.github.kotatsuredo.kotatsu.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata/io.github.kotatsuredo.kotatsu.yml b/metadata/io.github.kotatsuredo.kotatsu.yml index 9f03b3b064d..551354b612e 100644 --- a/metadata/io.github.kotatsuredo.kotatsu.yml +++ b/metadata/io.github.kotatsuredo.kotatsu.yml @@ -14,9 +14,9 @@ RepoType: git Repo: https://github.com/Kotatsu-Redo/Kotatsu-Redo.git Builds: - - versionName: 9.5.3 - versionCode: 1084 - commit: 8b00e2470742ab7d701c13187e61c8261467974a + - versionName: 9.5.4 + versionCode: 1088 + commit: 7703e15cc77d39229873411e8ab632f1ec18f437 subdir: app gradle: - yes @@ -24,5 +24,5 @@ Builds: AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 9.5.3 -CurrentVersionCode: 1084 +CurrentVersion: 9.5.4 +CurrentVersionCode: 1088 -- GitLab From 537ec26d549665659dc7a53c20a88aeef6a0827d Mon Sep 17 00:00:00 2001 From: Raphael Boullay Date: Sun, 14 Dec 2025 20:11:21 +0000 Subject: [PATCH 08/10] Edit io.github.kotatsuredo.kotatsu.yml --- metadata/io.github.kotatsuredo.kotatsu.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata/io.github.kotatsuredo.kotatsu.yml b/metadata/io.github.kotatsuredo.kotatsu.yml index 551354b612e..d211db4ca82 100644 --- a/metadata/io.github.kotatsuredo.kotatsu.yml +++ b/metadata/io.github.kotatsuredo.kotatsu.yml @@ -14,9 +14,9 @@ RepoType: git Repo: https://github.com/Kotatsu-Redo/Kotatsu-Redo.git Builds: - - versionName: 9.5.4 - versionCode: 1088 - commit: 7703e15cc77d39229873411e8ab632f1ec18f437 + - versionName: 9.5.5 + versionCode: 1090 + commit: 3134536b8664dbb2246c99e869f8f24014322374 subdir: app gradle: - yes @@ -24,5 +24,5 @@ Builds: AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 9.5.4 -CurrentVersionCode: 1088 +CurrentVersion: 9.5.5 +CurrentVersionCode: 1090 -- GitLab From e8bac436ee117d19d88e959ee0eb8816a714f422 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Wed, 17 Dec 2025 13:20:08 +0000 Subject: [PATCH 09/10] test repro --- metadata/io.github.kotatsuredo.kotatsu.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata/io.github.kotatsuredo.kotatsu.yml b/metadata/io.github.kotatsuredo.kotatsu.yml index d211db4ca82..240664dc445 100644 --- a/metadata/io.github.kotatsuredo.kotatsu.yml +++ b/metadata/io.github.kotatsuredo.kotatsu.yml @@ -12,6 +12,7 @@ Changelog: https://github.com/Kotatsu-Redo/Kotatsu-Redo/releases RepoType: git Repo: https://github.com/Kotatsu-Redo/Kotatsu-Redo.git +Binaries: https://github.com/Kotatsu-Redo/Kotatsu-Redo/releases/download/%v/app-release.apk Builds: - versionName: 9.5.5 @@ -22,6 +23,8 @@ Builds: - yes prebuild: sed -i -e '/com.google.gms/d' build.gradle +AllowedAPKSigningKeys: ffd9c991066407693cf46e469feadb888d33fbb2fba77ea379b0ca12a35c661a + AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ CurrentVersion: 9.5.5 -- GitLab From b059080bc4ca7637db09b35f0738f41229aa4062 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Wed, 17 Dec 2025 13:40:20 +0000 Subject: [PATCH 10/10] Apply 3 suggestion(s) to 1 file(s) --- metadata/io.github.kotatsuredo.kotatsu.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/metadata/io.github.kotatsuredo.kotatsu.yml b/metadata/io.github.kotatsuredo.kotatsu.yml index 240664dc445..7904c3ba5c4 100644 --- a/metadata/io.github.kotatsuredo.kotatsu.yml +++ b/metadata/io.github.kotatsuredo.kotatsu.yml @@ -10,6 +10,8 @@ SourceCode: https://github.com/Kotatsu-Redo/Kotatsu-Redo IssueTracker: https://github.com/Kotatsu-Redo/Kotatsu-Redo/issues Changelog: https://github.com/Kotatsu-Redo/Kotatsu-Redo/releases +AutoName: Kotatsu-Redo + RepoType: git Repo: https://github.com/Kotatsu-Redo/Kotatsu-Redo.git Binaries: https://github.com/Kotatsu-Redo/Kotatsu-Redo/releases/download/%v/app-release.apk @@ -21,11 +23,15 @@ Builds: subdir: app gradle: - yes + srclibs: + - reproducible-apk-tools@v0.3.0 prebuild: sed -i -e '/com.google.gms/d' build.gradle + postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$ + 'assets/isrgrootx1.pem' AllowedAPKSigningKeys: ffd9c991066407693cf46e469feadb888d33fbb2fba77ea379b0ca12a35c661a -AutoUpdateMode: Version %v +AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]+$ CurrentVersion: 9.5.5 CurrentVersionCode: 1090 -- GitLab