1963 Commits

Author SHA1 Message Date
dragon-masterk
809848ab33
Drake Scans: Add option to hide paid chapters (#11504)
* added support for paid chapter filtering

* updated extension version correctly

* using config screen correctly with orginal theme class

* Update src/en/drakescans/src/eu/kanade/tachiyomi/extension/en/drakescans/DrakeScans.kt

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2025-11-22 22:18:44 +00:00
Vacbo
9128e25848
AsuraScans: add auth and premium support (#11339)
* AsuraScans: add auth and premium support

* Fix: satisfy ktlint whitespace

* refactor(asurascans): simplify auth to WebView-only cookie sync

- Remove WebView Activity and AndroidManifest
- Remove manual cookie/token paste preference
- Fix infinite loop crash with header guard
- Fix authentication detection for WebView cookies
- Simplify authInterceptor by removing inverted logic
- Update error messages and preference labels
2025-11-22 22:18:44 +00:00
Creepler13
68ab4021dd
Flamecomics: Fix popular/Search (#11501)
Exclude Novels
2025-11-22 22:18:44 +00:00
Cuong-Tran
2dac04f01b
AllPornComic: Fix popular/latest (#11496)
Fix popular/latest
2025-11-22 22:18:44 +00:00
Shirogane
a913bed9af
Hentai2Read: Handle invalid filter states (#11456)
Changes to be committed:
	modified:   src/en/hentai2read/build.gradle
	modified:   src/en/hentai2read/src/eu/kanade/tachiyomi/extension/en/hentai2read/Hentai2Read.kt

 Fixed two critical issues causing internal server errors:
  1. Added safe array access in TagSearchMode filter to prevent ArrayIndexOutOfBoundsException
  2. Added safe array access in UriPartFilter.toUriPart() to prevent NullPointerException

 Both fixes use Kotlin's getOrNull/getOrElse methods to handle invalid filter state values gracefully.
2025-11-22 22:18:44 +00:00
bapeey
25a4651aa5
Atsumaru: Fix popular and latest tabs (#11422)
fix popular and latest
2025-11-22 22:18:44 +00:00
AwkwardPeak7
4c7f5d6a37
Fix potential crash when fetching filters (#11419)
* Comicklive: fix crash on filters

* Kagane: fix crash on filters
2025-11-22 22:18:44 +00:00
mrtear
399f44d219
Add NyraScans (#11385)
nyrascans
2025-11-22 22:17:52 +00:00
AwkwardPeak7
b26e4829de
Dynasty: sort by "Best Match" by default & update covers (#11359)
* update tags & covers

* sort by best match by default

* update covers
2025-11-22 22:17:52 +00:00
AwkwardPeak7
05817f38c2
MangaTaro: fix type tag and count views (#11358)
* remove post type from genres

seems to always be manga

* count views

* lint and bump

* add type if others not in tags

* set
2025-11-22 22:17:52 +00:00
AwkwardPeak7
cd528cde6a
MangaTaro: handle days in relative date parsing (#11325) 2025-11-22 22:17:52 +00:00
Kirill Kvit
dc20771476
Flame comics: Update data classes to match updated API responses (#11299)
* Update data classes to match updated API responses

* Update class name to correspond its usage

* Remove fallback string
2025-11-22 22:17:52 +00:00
AwkwardPeak7
5f6e00499a
MangaTaro: unescape title & get thumbnail directly (#11273)
* MangaTaro: use `_embed` on /wp-json/ endpoint

- saves a network call to get thumbnail

* unescape entities
2025-11-22 22:17:52 +00:00
AwkwardPeak7
afbbe6991f
Kagane: use site's chapter numbers & cache filters in network cache (#11248)
* Kagane: chapter number from site

* Kagane: fetch and cache filters in network cache
2025-11-22 22:17:49 +00:00
AwkwardPeak7
2b394c8c38
MangaTaro: fix chapter name (#11246) 2025-11-22 22:17:49 +00:00
bapeey
77b4ea1261
Atsumaru: Update status values (#11236)
update status values
2025-11-22 22:17:49 +00:00
Cuong-Tran
0aca7c467c
Kagane: Fix image loading, add more filters, fix NSFW (#11224)
* Kagane: Fix image loading

* Kagane: Add content-rating filter

Close #11158

* Kagane: Add Sources filter

* Kagane: Add Genres/Tags filter

* Kagane: Add Scanlations

* refactor

* fetching image URL from challenge

* fetching image URL from challenge

* enable scanlations for browsing

* fetch genres, tags & sources list

* Using `Filter.Sort`

---------

Co-authored-by: kana-shii <79055104+kana-shii@users.noreply.github.com>
2025-11-22 22:17:49 +00:00
Riiise
7e5b58bb5c
Fixed YakshaComics 403 error (#11220)
fixed YakshaComics 403 error
2025-11-22 22:17:49 +00:00
Vetle Ledaal
a98f720ff3
Remove dead sources (#11188)
* Remove Kanjiku

* Remove DAYcomics.me

* Remove Catharsis Fantasy
2025-11-22 22:17:48 +00:00
AwkwardPeak7
3968208d9c
add Mangataro (#11177)
* Mangataro

* Refactor: Simplify search payload creation

- Use a custom serializer for search filter parameters.
- Remove redundant `.toJsonString()` calls for each filter.
- Update filter classes to use appropriate data types (Int, Int?, String?) instead of just Strings, improving type safety.
- Change `firstInstanceOrNull` to `firstInstance` for non-nullable filters.

* Refactor: Move deeplink handler

Move the deeplink handler function to a more logical position after the search parsing logic.

* MangaTaro: Implement new search method

- Add a new text search method that uses a different API endpoint. This provides more relevant results but ignores filters.
- Add a filter option to toggle between the new search and the old filter-based search.
- Exclude novels from appearing in search results and manga details.
2025-11-22 22:17:48 +00:00
Fioren
fe130d5aa8
Webtoonxyz: Fix thumbnail blurred image (#11167)
fix thumb
2025-11-22 22:17:48 +00:00
Cuong-Tran
6824183cf1
Hiperdex: add regex to clean title (#11163)
* feat(Hiperdex): add preferences to remove title regex

* feat(Hiperdex): add preferences to remove title regex

* add original title to description

* make companion

* custom regex verification

* verify regex

* Revert "Revert "switch to checkbox""

This reverts commit 491fd17282fad18a04b3ff1570784954fde2703f.

* add real-time validation for custom regex input & update summary on change

* Fix version

* Also clean title while browsing/searching
2025-11-22 22:17:48 +00:00
Cuong-Tran
ad03299e49
MangaDistrict: custom title regex (#11161)
* feat(MangaDistrict): only set chapter date got from page-list if it still has NEW tag

* feat(MangaDistrict): Add custom title regex & remove the cleaning from browsing

* verify regex

* switch to checkbox

* refactor: remove redundant methods for popular and latest manga elements

* update summary after edit

* validate custom regex on edit

* refactor: simplify regex validation logic

* refactor: improve null safety in afterTextChanged method

* Revert "refactor: remove redundant methods for popular and latest manga elements"

This reverts commit dfc0e643aaa5330d48edf07204db10dd29a24c35.

* Add back cleaning title for browsing/searching

* clear date from preference

* small refactor
2025-11-22 22:17:48 +00:00
SupremeDeity
141b80aa19
Add WeebDex (#11113)
* Add WeebDex

* fixes and add scanlator info

* add placeholder icons

* Refactoring with reviewed changes

* minor refactoring to fix build

* Url and Chapter title fixes

fix: Add manga URL correctly.
feat: Improve chapter title format by including volume and chapter numbers, and a "Oneshot" fallback.
fix: An issue where oneshot chapters show Chapter null

* Remove extraneous json field
2025-11-22 22:17:48 +00:00
SupremeDeity
99dde3ca4d
Add Zazamanga (#11166)
* Add Zazamanga

* Add icons and do fixes
2025-11-22 22:17:48 +00:00
Luqman
bacd296e4e
Manga Demon: filter ads, loosen & separate thumbnail ratelimit (#11144)
* Manga Demon: filter ads, loosen ratelimit

* Manga Demon: separate thumbnail ratelimit
2025-11-22 22:17:48 +00:00
Smol Ame
adb0b65b64
Remove ManhuaManhwa (#11140) 2025-11-22 22:17:48 +00:00
Smol Ame
3cb189632d
Remove Aurora Scans (EN) (#11134) 2025-11-22 22:17:48 +00:00
Vetle Ledaal
d2878c5670
Remove some dead sources (#11133)
* Remove Manhwafull

* Remove Mangahasu

* Remove MangaScans

* Remove MyShojo

* Remove Iris Scans

* Remove Constellar Scans

* Remove King of Scans

* Remove 1st-Kiss Manga.net

* Remove Banana Manga

* Remove Todaymic

* Remove Comicsekai

* Remove KataKomik

* Remove Komik Lovers

* Remove Mangakyo

* Remove MangaYu

* Remove Tenshi.id

* Remove TukangKomik

* Remove YuraManga

* Remove Pojok Manga

* Remove Scan-Manga

* Remove Valkyrie Scan

* Remove Starbound Scans

* Remove Manga Rock Team

* Remove Tres Daos Net
2025-11-22 22:17:36 +00:00
mrtear
d1bed69ada
Add KaizenScan (#11126)
kaizenscan
2025-11-22 22:16:26 +00:00
mrtear
652a56fdc6
Add EvaScans (#11125)
evascans
2025-11-22 22:16:26 +00:00
Trevor Paley
880b04047e
K Manga: implement "latest" support (#11100)
K-Manga: implement "latest" support
2025-11-22 22:16:25 +00:00
manti
f85c52aa38
Add RestScans (#11055)
add restscans
2025-11-22 22:16:25 +00:00
dngonz
f5bc644071
Kagane: Fix search and chapters index (#11011)
* fix search and chapters index

* bump

* Update src/en/kagane/src/eu/kanade/tachiyomi/extension/en/kagane/Kagane.kt

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2025-11-22 22:16:25 +00:00
Hemal Kothapalli
24d5d8920b
Fix sana scans search and downloading (#11024)
* Sana Scans: fix search filtering and chapter page order

- normalize search queries in Sana Scans so catalog results filter properly
- sort chapter images using the site-provided order field in the shared Iken multisrc

* Sana Scans: additional changes to meet checklist

* implement changes from reviewer

* fix iken base version

* fix errors in autometed testing
2025-11-22 22:16:25 +00:00
bapeey
4007461062
Atsumaru: Fix covers (#11046)
fix covers
2025-11-22 22:16:25 +00:00
dngonz
4e8f7db34f
Kagane: page count check (#11002)
* fix small condition

* bump
2025-11-22 22:16:25 +00:00
dngonz
4ac7d3559c
Kagane: Fix MissingFieldException Error (#10981)
* fix dto and small fixes

* bump

* fix authors

* remove unused code and fix review comment

* fix lint

* fix lintx2 :(
2025-11-22 22:16:25 +00:00
Smol Ame
9282d65dd8
Vortex Scans: Fix HTTP 500 error appearing on certain entries (#10997)
* Vortex Scans: Bump versionCode

* Vortex Scans: Add fetch override

* Vortex Scans: Remove unnecessary fetchMangaDetails override

---------

Co-authored-by: AwkwardPeak7 <48650614+awkwardpeak7@users.noreply.github.com>
2025-11-22 22:16:25 +00:00
Riiise
914c609279
Add YakshaComics Extension (#10965)
* Add YakshaComics Extension

* changed isNsfw to false/set overrideVersionCode to 0
2025-11-22 22:16:25 +00:00
Julio Reigen
93f2816776
RezoScans: Update domain and theme (#10937)
* fix: RezoScans

* fix: lint

* Update version id

* update versionId
2025-11-22 22:16:25 +00:00
Trevor Paley
a8daf1f8ec
Add BookWalker Global (#10846)
* Add BookWalker Global extension

* Add option to configure opening login page in webview

* BookWalker: clean up code, remove PREF_TRY_OPEN_LOGIN_WEBVIEW
2025-11-22 22:16:24 +00:00
Prem Kumar
08ead06187
Rage Scans: Exclude Paid chapters (#10945)
* Exclude locked chapters for Rage Scans

* lint
2025-11-22 22:16:24 +00:00
dngonz
f2b1f92502
Kagane: FIx search and added data saver (#10904)
* fix search

* fix open in webview

* add data saver feature

* bump

* fix popular and latest filter
2025-11-22 22:16:24 +00:00
Luqman
92a0ada358
Keyoapp: tweak selector; Asmodeus Scans: filter novel,fix info (#10870)
* Asmodeus Scans: filter novel, add/fix genres

* Keyoapp: fix n tweak genre,type selector

- previous type selector was mistakenly named genre
- make genre selector val
- tweak the genre selector to exclude manga status from genre

* fix

* tweak description
2025-11-22 22:15:59 +00:00
dngonz
22f0293165
Webcomics: Fix no results found (#10871)
fix extension
2025-11-22 22:15:59 +00:00
Luqman
3b0eb9a789
Iken: update popular manga; Aurora Scans: fix browse (#10811) 2025-11-22 22:15:59 +00:00
Luqman
948decf018
MangaGeko: Fix Chapter numbers when logged in (#10854) 2025-11-22 22:15:59 +00:00
dngonz
e533814cc9
Kagane: Fix chapters error and search (#10819)
* fix extension

* modify url

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

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2025-11-22 22:15:59 +00:00
Luqman
1b0b8e103f
Ken Scans: fix browse, site changing theme (#10851)
* Ken Scans: fix browse, site changing theme

* Update src/en/kenscans/src/eu/kanade/tachiyomi/extension/en/kenscans/KenScans.kt

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

* Update src/en/kenscans/src/eu/kanade/tachiyomi/extension/en/kenscans/KenScans.kt

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

* cleaning import

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2025-11-22 22:15:59 +00:00