209 Commits

Author SHA1 Message Date
Vetle Ledaal
44a4f517d2
Remove remaining usage of network.client (#8153)
* Explicitly use `network.cloudflareClient` instead of `super.client`

... but only if the parent is `HttpSource` or `ParsedHttpSource`

* Remove use of `network.client`

... replaced with `network.cloudflareClient` or `super.client` if the
parent class sets `client` to `network.cloudflareClient` already.
2025-03-27 00:02:34 +00:00
Creepler13
98f7d48324
Iken: remove false scanlator (#8086)
* Iken Remove scanlator

* remove dto
2025-03-27 00:02:34 +00:00
Jake
d7c6574e87
MangaHub (multisrc) - Fix "API Limit Exceeded" (#8073)
* Fixed "API limit exceeded"

gonna crash out if this build failed again bc of linting

* review changes

* Review changes
2025-03-27 00:02:31 +00:00
Chopper
34b4284d7c
Add YuYu multsrc (#8080) 2025-03-27 00:02:31 +00:00
Creepler13
31d83bbfc3
Add/Fix Mangalivre + Madara change (#8062)
* Add/Fix Mangalivre + Madara change

* madara version

* add old Mangalivre id
2025-03-27 00:02:31 +00:00
Alan Tan
c986f2924c
Colamanga: add upload date to latest chapter (#7935)
* ColaMange: Update filter

* ColaMange: add date_upload

The mange chapter should used the last updated date as the date_upload for user to better predict the next new chapters date

* ColaMange: Improve date parse

* Revert bump

* ColoManga: minor update

* ColoManga: bump

* ColoManga:  add error check

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2025-03-27 00:02:31 +00:00
Jake
57e51e8ef1
Rewrite Mangabox (Mangakakalot, Manganato, Mangabat) to Allow Mirrors and CDN Fallbacks (#7915)
* Added CDN Fallback For Mangabox-based extensions

* Improved CDN testing

Now prioritizes last-worked CDNs

Seems like they "fixed" the issue by changing the alternative/backup CDNs to a single, working CDN.

* re-added the removed null check at line 68

* refactored, made fallbacks configurable

* Removed mangairo

* Added mirrors

* lint

* lint again

* final lint

* review changes, lint

* refactor, lint

* lint again 😩
2025-03-27 00:02:31 +00:00
bapeey
08c73abe63
FMReader: Fallback to absolute date if relative date fails (#7980)
* use parseAbsoluteDate as fallback

* bump

* long
2025-03-27 00:02:28 +00:00
bapeey
0f1cbebf96
MadTheme: Fetch chapters like the site (#7978)
fetch chapters like the site
2025-03-27 00:02:28 +00:00
AwkwardPeak7
060473aedf
use Preferences functions from utils (#7757)
* import all temporarily

* use `getPreferencesLazy()`

regex: lazy\s*\{\s*Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?\s*\}

* use `getPreferences()`

regex: Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?

* `getPreferences` and `getPreferencesLazy` with migration

regex to find: getPreferences\(\)\s*\.

* preferences edge cases

* run lint

* why kotlinter not add newline

* bruh

* bump

* unused import not caught by kotlinter

* review suggestions on all files

* bump after merge main

* review

* reduce usage of
2025-03-27 00:02:28 +00:00
Secozzi
d5acdde1d9
feat(en): Add NyxScans (#7883)
* feat(en): Add NyxScans

* naming

* Always use next data for page parsing

* Use functions from `utils`
2025-03-27 00:02:28 +00:00
bapeey
75dad8e026
Webtoons: Fix covers (#7848)
fix thumbnails
2025-03-27 00:02:24 +00:00
bapeey
cd28f381bf
LectorMoe(SenshiManga/Taikutsu): Filter out paid chapters and update api url (#7845)
* filter out chapters and update urls

* suscribersOnly
2025-03-27 00:02:24 +00:00
AwkwardPeak7
e2d5b6eb19
add RitharScans (#7799) 2025-03-27 00:02:24 +00:00
Jake
ffd98958ee
Mangakakalot, Manganato: Updated Domain, Selectors and Filters (#7781)
* Mangakakalot - updated domain paths

* Mangakakalot - Fixed description query and filters

Also fixed certain cases that could result in 403 when opening chapters

* Mangakakalot - Updated baseUrl

* Manganato - Updated domain, selector, and filters

Manganato essentially became an exact copy mangakakalot so all changes (except for URLs) are the same with mangakakalot

* review changes, fixed upload date

* Replaced duplicated `GET` request logic with `super.imageRequest(page)` to avoid redundancy

* review changes, moved `SimpleDateFormat` outside the function
2025-03-27 00:02:24 +00:00
Dr1ks
d910910223
LibGroup: fix chapters (#7692)
* LibGroup: fix chapters

* LibGroup: review fix

* LibGroup: review fix 2

* LibGroup: lint
2025-02-23 21:31:16 +00:00
Dr1ks
d34316685b
Grouple: small fixes (#7693)
* Grouple: error on paid chapters

* Grouple: rating fix

* Grouple: bump

* Grouple: review fix

* Grouple: authorization check
2025-02-23 21:31:15 +00:00
Cuong-Tran
6c1e55053c
Madara: Expose genresList (#7674)
* Madara: Allow ext to preload with a list of genres

Help with fork like SY which allows saving search

* fix extensions

* update the fetchSearchManga to using HttpUrlBuilder
2025-02-23 21:31:15 +00:00
Chopper
6fa43de2c5
MTL: Improves readability (#7682)
* Improves readability

* Update settings messages
2025-02-23 21:31:15 +00:00
Dr1ks
5e57723c32
Grouple: Add user token (#7617)
* Grouple: Add user token

* Grouple: Bump

* Grouple: update readmanga domain
2025-02-23 21:31:15 +00:00
Secozzi
8ae19659f0
feat(en): add manganow (#7600) 2025-02-23 21:31:15 +00:00
Secozzi
56d872d023
feat(lib-multisrc/mangareader): Rework mangareader (#7561)
* chore: move mangafire away from mangareader multisrc

* chore: rework mangareader multisrc theme

* lint(lint): lint

* fix: apply recommended fixes

* lint(lint): lint

* bump versions
2025-02-23 21:31:15 +00:00
Chopper
11d6ca37c3
Snowmtl: Add support to Google Translator (#7558)
* Add support to Google Translator

* Remove Request.Builder

* Remove unused code

* Refatoring

* Replace the hashmap with the when statement

* Improves readability

* Remove site color and add text outline
2025-02-23 21:31:14 +00:00
Chopper
643376e8a0
Snowmlt: Add support to arabic (#7514)
* Add support to arabic

* Refatoring
2025-02-23 21:31:14 +00:00
Chopper
0505a26934
MachineTranslations & Snowmtl: Fix the regex in the translator engine and add font size settings (#7465)
* Fix the regex in the translator engine and add font size settings

* Remove extra lines

* Remove rateLimit

* Remove init pref

* Use lazy statement in the snowmtl client

* Relax the exception and show pages without dialog

* Fix the translator's bad formatted response for some cases

* Change listener return to false

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

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2025-02-23 21:31:14 +00:00
Vetle Ledaal
b6ed7ac63b
Madara: fix status with spaces (#7474) 2025-02-23 21:31:14 +00:00
AwkwardPeak7
0658c1926c
revert kotlin 2.1.0 and deps for now (#7468)
generated serializers seem to be missing in final apk, need further investigation
2025-02-23 21:31:11 +00:00
AwkwardPeak7
2e45708568
fix lint 2025-02-23 21:30:42 +00:00
Chopper
3403b7a0ec
Retsu: Fix search manga selector (#7456)
Fix search manga url selector
2025-02-23 21:30:42 +00:00
Vetle Ledaal
9a44b80cb5
Coffee Manga: use correct chapter pages URL (#7444)
* Coffee Manga: use correct chapter pages URL

* simplify
2025-02-23 21:30:41 +00:00
SonoPG
701b46e29a
MangaWorld: Fix MWCookie requirement (#7319)
* Create ShittyRedirectionInterceptor.kt

* Add redirection interceptor

* Update version code

* Don't be lazy

* Avoid NullPointerExceptions when searching for MWCookie

* Update MangaWorld.kt with new name for interceptor

* Rename class and store regex somewhere else

* Check for content-type instead of header and return res correctly

* Use .contains to not fail on longer types

* Revert "vary" method to check for the JS challenge

The "text/html" method breaks way too easily, the response.headers["vary"] just works fine.
2025-02-23 21:26:49 +00:00
spicemace
7722a6e458
Kemono fix search pages (#7279)
* Kemono fix search pages

* Update build.gradle.kts

* Update Kemono.kt
2025-02-23 21:26:49 +00:00
dngonz
5fd5b76527
MadTheme: Fix chapter client (#7361)
fix and try to limit api calls
2025-02-23 21:26:49 +00:00
Vetle Ledaal
4500fc3584
Colamanga: fix keyType not found (#7352) 2025-02-23 21:26:49 +00:00
Chopper
8057b3f55a
EZmanga: Migrate theme (#7330)
Migrate theme
2025-02-23 21:26:49 +00:00
Vetle Ledaal
c15852943e
Remove named capture groups from most extensions (#7328)
* remove named capture group (simple)

* remove named capture group (spot checks)
2025-02-23 21:26:49 +00:00
dngonz
3f86aa1c40
Madtheme: fix chapters fetching (#7270)
* add chapters fetch preferences

* bump

* remove fetching preferences and call both enpoints

* remove const

* fix
2025-02-23 21:26:48 +00:00
dngonz
936a7f1fde
MadTheme: Enhance chapter parse (#7214)
enhance chapter parse
2025-02-23 21:26:48 +00:00
dngonz
efc7e0f088
Madara: fix authors and/or status (#7242)
* fix authors and status

* fix chapter order for nocturnesummer
2025-02-23 21:26:48 +00:00
Aurel
c4a3d0c39e
Madara: Improve French relative date parsing (#7161)
Enhance date parsing for "jour" format in Madara library
2025-02-23 21:26:48 +00:00
Chopper
f9996f5921
Crystal: Fix image loading (#7200)
* Crystal: Fix image loading

* Merge Etoshore into CrystalComics
2025-02-23 21:26:48 +00:00
Chopper
7ae3695832
Snowmtl: Fix json serializer (#7168)
* Fix json serializer

* Fix lint
2025-01-18 20:14:01 +00:00
Chopper
49efe333db
SlimeReadTheme: Fix pagination and add scan id (#7152)
Fix pagination and add scan id
2025-01-18 20:13:58 +00:00
Aurel
e86d2a850b
Fix: Improved date parsing for Keyoapp sites (#7140)
* Fix: Improve date parsing for ReaperScans, StarboundScans, and other Keyoapp sites & fix wrong dates time

* Update version codes

* Update lib-multisrc/keyoapp/src/eu/kanade/tachiyomi/multisrc/keyoapp/Keyoapp.kt

CamelCase

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

* Fix: Downgrade override version codes for ReaperScans and StarboundScans

* Fix: Standardize date selector variable naming

* Fix: Correct date format in AstralManga extension

* Fix: enhance relative date parsing & add support for french

* Revert Madara file for another PR and update astralmanga version

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2025-01-18 20:13:58 +00:00
AwkwardPeak7
a837998ad8
remove mangalife & mangasee 2025-01-18 20:13:54 +00:00
dngonz
91b1c3e65e
Keyoapp: extract manga details selectors (#7076)
* extract manga details selectors

* no bump
2025-01-18 20:13:08 +00:00
Chopper
580b2b1b16
Move snowmlt to lib-multisrc and add Solarmtl (#7054)
* Move snowmlt to lib-multisrc

* Fix snowmtl

* Remove assets from src
2025-01-18 20:13:05 +00:00
Dr1ks
677d9d17c0
Mintmanga: Fix image loading (#7030)
* Mintmanga: Fix image loading

* Mintmanga: update

* Grouple: bump

* Mintmanga: fix
2025-01-18 20:13:05 +00:00
AwkwardPeak7
075bcde304
bump keyoapp 2025-01-18 20:13:05 +00:00
dngonz
f8bafa79ee
Keyoapp: Fix manga details (#6985)
* fix manga details

* change also description select
2025-01-18 20:13:05 +00:00