4940 Commits

Author SHA1 Message Date
Chopper
163cb85833
LoadingArtist: Fix json parser (#3426)
Fix json parser
2024-07-14 14:39:16 +01:00
sinkableShip
d7c93faeb1
Add Manga Toshokan Z (#3346)
* working basic function without known problem for now

* add filter and some changes

* add logo

* Apply suggestions from code review

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

* fix bugs for manga id published by registered user and change search manga request to use api with page option instead

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-07-14 14:39:16 +01:00
Mylloon
f29eb16762
fix: Scan VF (#3395)
* fix Scan VF

* increase version code

* override function
2024-07-14 14:39:16 +01:00
mohamedotaku
a4dece2c77
update url GalaxyManga "ar" (#3419) 2024-07-14 14:39:16 +01:00
bapeey
8d5ab22c9a
HouseMangas: Rebrand to "Visor Mangas" (#3418)
Rebrand
2024-07-14 14:39:16 +01:00
Cuong M. Tran
7f87376a73
Update GalleryAdults (#3416) 2024-07-14 14:39:16 +01:00
Chopper
ce5160d32a
AquaManga: Update domain (#3414)
Update domain
2024-07-14 14:39:16 +01:00
bapeey
acaa33bc24
MangaFire: Fix volume entries (#3404)
Is like if someone deleted this on purpose
2024-07-14 14:39:16 +01:00
Chopper
d1e9584966
Union Manga: bugfix (#3391)
* Fix popularManga and detailsManga

* Cleanup

* Fix searchManga and chapter pages

* Rename and move mangaDeatilsDto

* Fix lint

* Fix available languages

* Fix latestUpdate

* Fix russian pages

* Fix getMangaUrl

* Update icons

* Remove try/catch unneeded

* Bump versionId

* Add compatibility with previous version

* Cleanup

* Refactoring getMangaUrl
2024-07-14 14:39:16 +01:00
Smol Ame
c26fee2dcd
MANGARAW+: Update domain (#3368)
* Updated domain URL, substring, and added override for thumbnails

* Added rest of `imageFromElement`

* Updated `else` with suggestion

* Use suggested `imageFromElement` lines
2024-07-14 14:39:16 +01:00
AwkwardPeak7
9b1633f28e
HentaiEra: fix 302 redirect and headers (#3403)
missed in the pr review, oops
2024-07-14 14:39:16 +01:00
Chopper
00ff44e696
Add HaremDeKira (#3402)
* Add HaremDeKira

* Remove unused import
2024-07-14 14:39:16 +01:00
Chopper
05dfff4465
Add FenixProject (#3401)
* Add FenixProject

* Add rateLimit
2024-07-14 14:39:15 +01:00
Chopper
cae812f456
Add ArgosHentai (#3398)
* Add ArgosHentai

* Remove unused import
2024-07-14 14:39:15 +01:00
Chopper
8106a2bab9
ArgosComics: bugfix (#3396)
* Update mangaSubString

* Add rateLimit and refactoring latestUpdate

* Remove unused import

* Remove isNsfw
2024-07-14 14:39:15 +01:00
KenjieDec
41e43420b5
Add HentaiEra (#3382)
* Add HentaiEra

* typo fix
2024-07-14 14:39:15 +01:00
AwkwardPeak7
76fe2af9ca
Hitomi: small refactor (#3389)
* Hitomi: small refactor

* bump

* coauthor

Co-authored-by: ZIDOUZI <53157536+ZIDOUZI@users.noreply.github.com>

* fix potential oom and optimize language query

when some sort is applied, it will already fetch correct language so no need for separate query

---------

Co-authored-by: ZIDOUZI <53157536+ZIDOUZI@users.noreply.github.com>
2024-07-14 14:39:15 +01:00
Chopper
61b0ab972d
Add LadronCorps (#3367)
* Add LadronCorps

* Cleanup

* Rename source

* Add rateLimit

* Add support for deep linking

* Fix searchManga

* Add icons

* Cleanup

* Add update_strategy

* Add chapter date

* Add status

* Fix package name

* Cleanup

* Rename function

* Cleanup

* Fix days parser

* Change to kotlinx serialization

* Resolve url paths in DTO

* Remove JSONObject

* Throws error field missing
2024-07-14 14:39:15 +01:00
nedius
270e70125c
Rewrite LibGroup to use new api (#3219)
* Rewrote LibGroup to use api instead of parsing document

* apply suggestions

* quick fixes

* change preferences variable to functions

* Make getToken sync

* safe & load token

* return new token when refreshing
2024-07-14 14:39:15 +01:00
KenjieDec
95e4d83106
Hitomi Add "Type" Filter (#3355)
* Add "Type" Filter

- Added "Type" Filter
- Popular Section: Today -> Year
- Fixed issue where manga is skipped if language is null

* Change1

* *

* Change2

- Use List instead of Set
2024-07-14 14:39:15 +01:00
bapeey
0a170de120
Noblesse Translation: update domain (#3373)
update domain
2024-07-14 14:39:15 +01:00
Smol Ame
6b77db8c62
Teamlanhlung: Update domain (#3370)
Update domain
2024-07-14 14:39:15 +01:00
bapeey
030ebd09c6
MangaFire: Fix chapter name (#3369)
fix chapter name
2024-07-14 14:39:15 +01:00
Smol Ame
b64d60e7ed
Dream Scan: Fix language locale (#3365)
Fix mishap with "br" instead of "BR"
2024-07-14 14:39:15 +01:00
AwkwardPeak7
8e28453769
LuaScans: set js cookie (#3361)
* LuaScans: set js cookie

* bump
2024-07-14 14:39:15 +01:00
AwkwardPeak7
66edae8b60
LuraToon: bypass chapter link redirect (#3359)
LuraToon: fix chapter links redirect
2024-07-14 14:39:15 +01:00
ZIDOUZI
ac3a77ef28
Akuma: Add Filters, Add Factory for specific language, Improve manga description and tags (#3351)
* 1. Add language for manga description
2. Add a custom preference to choice if show gender as text or icon

* fix code style

* revert extra formatting

* change preference into switch

* remove unused import, increase extVersionCode

* Add filter, split into specific languages

* Apply suggestions from code review

* Change Filter style, Add Filter, Add exclude syntax

* Change Code Style

* Remove RateLimit Preference, Remove Syntax Filter

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-07-14 14:39:15 +01:00
bapeey
e2d97e0860 HentaiRead: Fix images (#3343)
* Fix images

* yep
2024-06-03 05:44:48 +01:00
bapeey
ba7836b0a1 SlimeRead: Fix regex (#3350)
* fix regex

* mfw the script is minified
2024-06-03 05:44:48 +01:00
Chopper
df5abd131b Remove BlackoutScans (#3349) 2024-06-03 05:44:48 +01:00
bapeey
7d55908956 Comick: Fix dateFormat (#3342)
fix dateFormat
2024-06-03 05:44:48 +01:00
ZIDOUZI
60f5f67479 Hitomi: Add language to manga description, add a preferences to show gender (#3314)
* 1. Add language for manga description
2. Add a custom preference to choice if show gender as text or icon

* fix code style

* revert extra formatting

* change preference into switch

* remove unused import, increase extVersionCode

* Apply suggestions from code review

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-06-03 05:44:48 +01:00
Chopper
258578c413 Add Marmota (#3340) 2024-06-03 05:44:48 +01:00
Norsze
7348576150 remove Anchira (#3339) 2024-06-03 05:44:48 +01:00
Smol Ame
4dba7261af Update Flame Comics URL (#3331) 2024-06-03 05:44:48 +01:00
bapeey
8a8f22583b LuraToon: Update domain (#3330)
Coauthor for the intention

Co-authored-by: Smol Ame <155411819+Smol-Ame@users.noreply.github.com>
2024-06-03 05:44:48 +01:00
Chopper
c2ffc63cc4 DemonSect: Add interceptor (#3326)
* Add an interceptor to show a message about login

* Use pathSegments
2024-06-03 05:44:48 +01:00
Smol Ame
ed05461925 Update VortexScans URL (#3327) 2024-06-03 05:44:48 +01:00
stevenyomi
92bcce4f0d Make GoDa multisrc and add sources (#3318) 2024-06-03 05:44:48 +01:00
AwkwardPeak7
4ede181f9d Mangago: fix descrambling (#3313)
* Mangago: fix descrambling

* bump
2024-06-03 05:44:48 +01:00
GoonGooner
93d6a9b328 Add filters to Hitomi Extension (#3312)
* hitomi filters

* move filters to seperate file

* rename category filter to area filter, tag->area in parse
2024-06-03 05:44:48 +01:00
Vetle Ledaal
e277149bc5 Kai Scans: update domain (#3294)
* Kai Scans: update domain

* switch to MangaThemesiaAlt
2024-06-03 05:44:48 +01:00
Chopper
70302c2d30 Add TuManhwas (#3285)
* Add TuManhwas

* Add icons

* Add isNsfw

* Fix manga title

* Move to ParsedHttpSource

* Add chapter date

* Move imgSrc to function

* Remove extra map

* Move regex to companion object

* Refactoring latestUpdatesFromElement
2024-06-03 05:44:48 +01:00
Chopper
3402c77336 Fix Baozimh.org and rename to GoDa Manhua (#3087)
* Fix Baozimh

* Cleanup

* Fix author info

* Use parent request

* Bump versionID

* Update

* Update code
* Rename source to GoDa Manhua and update icon (to distinguish from the "legit" Baozi Manhua)
* Add English source

* Update

* Update

* Keep the Chinese source only for now

* Add comments to explain why the English source is not added

* Error message on old chapter keys

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-06-03 05:44:48 +01:00
bapeey
3310e274d5 CelestialMoon: Update domain and change theme (#3298)
update domain and theme
2024-06-03 05:44:48 +01:00
Vetle Ledaal
71ebbabdeb Guilda Tier Draw: update domain (#3293) 2024-06-03 05:44:48 +01:00
Vetle Ledaal
6892001319 Add Ghost Fansub (#3290) 2024-06-03 05:44:48 +01:00
Chopper
1e85171288 Add KomikPix (#3284) 2024-06-03 05:44:48 +01:00
AwkwardPeak7
17e79b4b79 Webtoon Hatti: update page selector (#3281) 2024-06-03 05:44:48 +01:00
Chopper
81827ef0d1 Add OtaScans (#3280) 2024-06-03 05:44:48 +01:00