9390 Commits

Author SHA1 Message Date
Aurel
b9dd8b2de4
Fix PoseidonScans missing premium chapters and volume detection (#10389)
* feat(PoseidonScans): enhance chapter filtering logic for premium chapters & add Volume parsing

* Correct indentation

* refactor(PoseidonScans): fix reviews
2025-10-02 23:59:09 +01:00
manti
a999e665de
Quantum Scans/Toon: Redesign (#10368)
* Quantum Toon Redesign

* separate dto

* fix genre and robust page parsing

* rsc: 1

* try block
2025-10-02 23:59:09 +01:00
manti
eb51001d0a
Add Kirascans (#10378)
* Add Kirascans

* rm checks
2025-10-02 23:59:09 +01:00
bapeey
9dcb904c21
LectorJPG: Update theme (#10367)
* update theme

* update logo

* review changes
2025-10-02 23:59:09 +01:00
stevenyomi
df9da07535
Update Komiic (#10376)
- Refresh token automatically
- Refactor requests
- Fetch genres from website
- Tweak chapter list
2025-10-02 23:59:09 +01:00
renovate[bot]
3e65d19929
Update dependency com.android.tools.build:gradle to v8.13.0 (#10385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-02 23:59:08 +01:00
zhongfly
105e329c47
Zaimanhua: add genre filter & check token expiration (#10357)
* Zaimanhua: make comments list immutable

* Zaimanhua: add genre filter

Also refactors the ranking filter to allow disabling it.

* Zaimanhua: check JWT token expiration

* Zaimanhua: use parseAs functions from utils

* misc
2025-10-02 23:59:08 +01:00
Ananda Umamil
0fae25ac43
fix(Madara): preserve the capitalization of tags and genres (#10353)
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2025-10-02 23:59:08 +01:00
Luqman
08cf9260e8
ReYume: fix issue from changing site theme (#10279) 2025-10-02 23:59:08 +01:00
stevenyomi
9113f87e1e
Strip all AGP version data from APKs (#10355) 2025-10-02 23:59:08 +01:00
renovate[bot]
321cfbee03
Update dependency com.android.tools.build:gradle to v8.12.2 (#10343)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-02 23:59:08 +01:00
stevenyomi
3e14b9b697
Fix Dm5 chapters and pages (#10341)
* Fix Dm5 chapters and pages

* desktop user agent

* clear more cookies

* clear all cookies
2025-10-02 23:59:08 +01:00
zhongfly
14b5edc771
Zaimanhua: Improve comment rendering (#10340)
- Better text layout and spacing for comments.
- Ensure the generated image is not too short, to avoid being displayed as a double-page spread.
2025-10-02 23:59:08 +01:00
Chopper
314b8f3848
FenixManhwas: Redesign (#10336) 2025-10-02 23:59:08 +01:00
manti
0defe7773b
Add Wearehunger (#10329) 2025-10-02 23:59:08 +01:00
manti
a62e17736c
Add RDScans (#10327) 2025-10-02 23:59:08 +01:00
manti
efe09f539b
Fix Philiascans (#10322) 2025-10-02 23:59:08 +01:00
Alan Tan
79bdda34b2
Goda (baozimhorg): Update api url (#10299)
* baozimhorg: Update api url

* baozimhorg: fix unparseable date

* baozimhorg: version bump

* baozimhorg: fix some chapter is missing

api v3 return different result depending if there is origin or not

* baozimhorg: cleanup

* baozimhorg: update parseDate function

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* baozimhorg: update parseDate function

* Update headers

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2025-10-02 23:59:08 +01:00
solkaz
b6bce67308
smbc: add extension for smbc-comics.com (#10192)
* smbc: add extension for smbc-comics.com

Adds an extension for Saturday Morning Breakfast Comics

* hiveworks: remove references to Saturday Morning Breakfast Comics

Removes code that was made to handle reading SMBC specifically. If a
user still has the comic in the Hiveworks extension, they'll get a
warning to migrate to the SMBC extension.
2025-10-02 23:59:08 +01:00
stevenyomi
804fd752e8
Fix versionId being deleted in index 2025-10-02 23:59:08 +01:00
tanaka-shizuku3
af70c4b12c
Sixmh: Fix search (#10331)
* Sixmh: Fix search

* Add comment

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2025-10-02 23:59:08 +01:00
tanaka-shizuku3
ef7a5f6faa
Dm5: Add mirror selection in preference (#10330)
* Dm5: Add mirror selection in preference

* Add MIRROR_PREF constant
2025-10-02 23:59:08 +01:00
zhongfly
6c255f4658
Zaimanhua: Fix login check & add chapter comments (#10328)
* Zaimanhua: fix login check

When the token expires, accessing restricted chapters still returns errno=0. Therefore, the approach has been changed to check whether canRead is false.

* Zaimanhua: Use constants for preference keys

* Zaimanhua: Add chapter comments

This commit adds a feature to display comments at the end of each chapter.

- Added a new `CommentDataDto` and a custom `LastStringFromArrayListSerializer` to handle the comment data structure.
- Implemented a `commentsInterceptor` to fetch and render comments as an image.
- Added a preference option to enable/disable chapter comments.
- Updated `fetchPageList` to include the comment page if the preference is enabled.
- Modified `imageRequest` to handle comment page requests.
- Added helper functions `chapterCommentsUrl` and `parseChapterComments`.

* Zaimanhua: tag image requests
2025-10-02 23:59:08 +01:00
Romain
e49d76ff14
fix(ScanManga): fix regex expression (#10326)
Fix regex expression
Added some error to easily pinpoint where it fails when it fails.

Closes #10317
2025-10-02 23:59:08 +01:00
SupKelelawar
196b76805c
KomikindoID: fix next page (#10312)
* KomikindoID: next page problem (#10301)

* Update build.gradle
2025-10-02 23:59:08 +01:00
Chopper
7dea021357
MachineTranslations: Add font settings (#10307)
* Add font settings

* Bump version

* Fix utf-8

* Add open fonts

* Fix lint

* Update messages

* Fix filename

* Remove distinctBy
2025-10-02 23:59:08 +01:00
Hualiang
f990ba581a
BiliManga: use markdown in description (#10304)
use markdown in description
2025-10-02 23:59:08 +01:00
are-are-are
76c7d2a0a7
MiMiHentai: Update search support exclude tag and remove 'yaoi' tag from Latest/Popular page (#10277)
* Update search and Remove yaoi tag from latest and popular page

People suggest removing this tag from newest and most popular pages and support to remove the tag when the web allows it

* Update pageListParse & PageListDto
2025-10-02 23:59:08 +01:00
stevenyomi
0d51803f91
Reinstate versionId field in index.json (#10293)
* Reinstate versionId field in index.json

* address deprecation
2025-10-02 23:59:08 +01:00
stevenyomi
b59f8b5c53
Ikiru: fix chapter order (#10272) 2025-10-02 23:59:04 +01:00
stevenyomi
c514b4fc04
Fix Roumanwu (#10271) 2025-10-02 23:59:04 +01:00
tanaka-shizuku3
c6bad74c45
Add Tongli (#10263) 2025-10-02 23:59:04 +01:00
Luqman
8fe8ca4fd1
Ikiru: rewrite for new site (#10249) 2025-10-02 23:59:04 +01:00
stevenyomi
c796e33925
Iqiyi/Tencent/Dongman: set desktop UA, move to zh-Hans (#10266) 2025-10-02 23:59:04 +01:00
tanaka-shizuku3
c74fe07813
MMLook: Fix search of Dumanwu (#10265) 2025-10-02 23:59:04 +01:00
Genzales6
d1fe20ff09
Cartel de Manhwas - fixed the Search results problem (#10257) 2025-10-02 23:59:04 +01:00
stevenyomi
c0e22429bb
Remove Bilibili Manga and Kuaikanmanhua (#10255) 2025-10-02 23:59:04 +01:00
stevenyomi
0e9e55b945
Use source().asResponseBody() to fix MIME to avoid extra memory load (#10254) 2025-10-02 23:59:04 +01:00
stevenyomi
f50bec002b
Use CipherSource to decrypt responses by streaming (#10253) 2025-10-02 23:59:04 +01:00
morallkat
e4cd4833e0
zh/boylove: add manga region filter (#10252) 2025-10-02 23:59:04 +01:00
stevenyomi
b57f7d72d4
MangaDex: remove MD@Home reporting (#10250) 2025-10-02 23:59:04 +01:00
stevenyomi
8acd1707ae
Remove DMZJ (#10248) 2025-10-02 23:59:04 +01:00
Hiirbaf
70df8cbfa9
Batcave: Add Genres (#10237) 2025-10-02 23:59:04 +01:00
Romain
eb480815e8
Invinciblescans: Trial and error the file extension of images. (#10207) 2025-10-02 23:59:04 +01:00
renovate[bot]
a4babea523
Update dependency com.android.tools.build:gradle to v8.12.1 (#10260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-02 23:59:04 +01:00
Chopper
1c8cd221fd
Add Monsure (#10241) 2025-10-02 23:59:02 +01:00
Chopper
00ec365e30
Add MRYaoi (#10240) 2025-10-02 23:59:02 +01:00
Chopper
41a275917d
MachineTranslations: Fix bad fragments and settings (#10239)
* Fix bad fragments and settings

* Bump version

* Use keiyoushi.utils.parseAs

* Avoid replacing default settings
2025-10-02 23:59:02 +01:00
Luqman
8059156500
CosmicScans.id: update domain, fix chapter date (#10233) 2025-10-02 23:59:02 +01:00
Luqman
24a6a88c46
KomikIndoID: update domain, fix browse pages (#10232) 2025-10-02 23:59:02 +01:00