Commit Graph

5439 Commits

Author SHA1 Message Date
ObserverOfTime 9c47c86c21
KingsOfDarkness: update manga selector (#16558) 2023-05-26 16:48:39 -04:00
Rolando Lecca d444cb1365
Fix ScamberTraslator (#16559)
Fix Scamber
2023-05-26 16:48:31 -04:00
stevenyomi ef6318301b
DMZJ: add error message (#16579) 2023-05-26 16:48:10 -04:00
Rolando Lecca 573eb96799
MangaTigre: Fix omakes (#16499)
Fix omakes
2023-05-19 12:40:48 -04:00
KirinRaikage 260633c923
MangaKawaii: Fix CDN URL (#16504)
MangaKawaii: Fix MangaKawaii CDN URL
2023-05-19 12:40:37 -04:00
KirinRaikage 3cb1d605d1
Add Manga-FR source (#16503) 2023-05-19 12:40:27 -04:00
MeLoseAgain c6722d44b0
Add Komikchan ID (#16408)
Add Komik Chan
2023-05-19 06:17:00 -04:00
Sapphire 4dec208489
Adding a new source (FMTEAM) (#16342)
Co-authored-by: Saïd Boudjenane <said.boudjenane@protonmail.ch>
2023-05-19 06:16:16 -04:00
stevenyomi ef6c1015d9
WNACG: auto update domains (#16436)
* WNACG: auto update domains

* mark updated if unchanged

* Dedupe

* Fix

* Reorder parameters
2023-05-19 06:15:56 -04:00
stevenyomi cd35641f37
Jinman Tiantang: ID search & auto update domains (#16437)
* Jinman Tiantang: ID search & auto update domains

* Dedupe

* Non-null

* Reorder parameters
2023-05-19 06:15:45 -04:00
Rolando Lecca 3091cd6fdc
Add new source "MangaTigre" (#16444)
* Add MangaTigre

* Keep title

* Add more genres to manga

* Use StringBuilder for create description

* Minor changes
2023-05-19 06:15:31 -04:00
Secozzi 57c5e0c896
Mangapill: Add referer header (#16486)
* Add referer header

* Update src/en/mangapill/src/eu/kanade/tachiyomi/extension/en/mangapill/MangaPill.kt

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Update src/en/mangapill/src/eu/kanade/tachiyomi/extension/en/mangapill/MangaPill.kt

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Update MangaPill.kt

slight move

---------

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2023-05-19 06:15:14 -04:00
anenasa 62897219ff
Manwa: Fix NPE in mangaDetailsParse() (#16474) 2023-05-17 22:52:05 -04:00
AwkwardPeak7 961772439c
po2: fix potential data-image urls (#16471) 2023-05-17 22:51:52 -04:00
Rolando Lecca 2c0e9ee6a7
VCPVMP: Fix images don't load (#16470)
* Fix images

* .
2023-05-17 22:51:27 -04:00
Rolando Lecca 756875f488
LectorManga: Fix no pages found (#16463)
Fix
2023-05-17 22:51:13 -04:00
Rolando Lecca 93c1b19a89
TMO: Use correct headers to redirect to reading page (#16454)
Use correct headers
2023-05-17 22:50:32 -04:00
Ivan Iskandar ceedb73104
MangaDex: Fix popular-latest (#16435) 2023-05-14 09:00:12 -04:00
Rolando Lecca a07303a9da
TMO and LectorManga: Remove paginated mode for load chapter's images and fix TMO (#16343)
* Remove paginated mode

* Use 'contains' instead 'endsWith'

* Clean

* Set rateLimit in 8

* Revert "Set rateLimit in 8"

This reverts commit 82a4cf73e2954c765e2c9b11e4e20b1a1d6a8312.

* Change default rateLimit

* Remove hardcoded UserAgent

* Fix duplicated images

---------

Co-authored-by: Rolando Lecca <90949336+seew3l@users.noreply.github.com>
2023-05-13 22:42:50 -04:00
Eshlender cdbd0ae256
[RU]LibGroup fix image autoserver (#16409) 2023-05-13 22:40:39 -04:00
Slowlife 5807bebf6c
MangaHub: clear api key cookie (#16417) 2023-05-13 22:40:23 -04:00
AntsyLich 816f406e0e
Update KomikLab urls (#16419) 2023-05-13 22:39:41 -04:00
stevenyomi 24147b6556
DMZJ: tweak page list parsing and remove special lists (#16427)
* remove special lists

* use kotlin class for tags

* adjust page list

* bump version

* tweak preference summary
2023-05-13 22:39:03 -04:00
lord-ne ce08808666
[VizShonenJump] Add URL intent for series and chapter links (#16398)
VizShonenJump: Open links in extension
2023-05-11 09:59:00 -04:00
Slowlife ca87da67a3
MangaHub: Make chapter nullable in dto (#16407)
* MangaHub: Make chapter nullable in dto

* Deal with newlines
2023-05-11 09:58:41 -04:00
Slowlife 18aed05f89
Manhua SY: Fix chapter pages and latest/popular manhua (#16376)
* Manhua SY: Fix chapter pages and latest/popular manhua

* reformat
2023-05-10 09:44:20 -04:00
mobi2002 54417b98ca
Asura: attempt to find new url (#16350)
* Asura Scans: attempt to find new url

* bump

* store slugMap in SharedPreference

* use `MutableMap.getOrPut()`

* use existing instance of json

* fix no page on Asura Tr

* Don't use rng slug to for search

* retry ci

* use dbSlug as key

permaSlug could end up causing problems when a user migrates to update the url as the extension would still end up using the storedSlug from the Map instead of the more updated one from db.

* attempt to make search better

their search is really dogshit
`player who returned 10000 years later` doesn't work while `player who returned 10 000 years later` works

* suggested changes

* remove initialized check in `fetchMangaDetails`

ddos time

* fix deep links

* use updated slug for WebView

* make sure random user-agent is applied
2023-05-10 09:43:40 -04:00
RGFRv2 2f67ec0d6b
Bentomanga fix "No results found" (#16279)
* Update selectors paths

* Update extVersionCode

* Change title & thumbnail paths
2023-05-10 09:42:22 -04:00
are-are-are 2f2aaaee45
Update domain hentaivn (#16390)
update domain hentaivn
2023-05-10 09:42:04 -04:00
are-are-are 9d353588a3
Update domain hencb (#16391)
update hencb
2023-05-10 09:41:04 -04:00
Slowlife 169a8dfbe4
MangaHub: Add getting API Key back (#16392) 2023-05-10 09:40:49 -04:00
stevenyomi 628a076e32
MangaFire: parse chapter dates (#16395)
* MangaFire: parse chapter dates

* ignore relative dates
2023-05-10 09:40:15 -04:00
Daniel Gonzalez ba11a1c543
MangaFreak: fix search function (#16396) 2023-05-10 09:39:59 -04:00
Slowlife b506c12037
Madara: Add Doodmanga (#16334) 2023-05-06 11:17:48 -03:00
Sapphire 66f2736378
Sushi-Scan chapter loading fix + new icon (#16328)
New icon + fixing some chapters not loading because using HTTP instead of HTTPS

Co-authored-by: Saïd Boudjenane <said.boudjenane@protonmail.ch>
2023-05-06 11:17:37 -03:00
seew3l 2ce3cb6483
BokugenTranslation: Fix unable to connect and add ratelimit (#16322)
* Fix

* Change ratelimit

* Lint
2023-05-06 11:17:30 -03:00
seew3l 9c64f03b27
TuMangaOnline: Fix chapter images don't load and no pages found for some chapters (#16317)
* Open WebView before load a chapter image

* Move to Interceptor

* Add function to redirect to read page (fix no pages found)
2023-05-06 11:17:21 -03:00
seew3l 7303f8eae3
Manga Crab: Add ratelimit (#16311)
Add ratelimit
2023-05-06 11:17:13 -03:00
Eshlender 4f32f6e8ed
[RU]Remanga fix lastEx (why deploy the find in the past commit) (#16298) 2023-05-06 11:17:05 -03:00
SirVer 1d5418f3b9
Suwayomi (Tachidesk): Implement pagination, sorting, tag-based filtering (#16252)
* Tachidesk: Implement pagination

* Added pagination to improve performance on large libraries
* Route `popular` functions through `search`
  * Avoids significant code duplication

* * Implemented sorting

* Can now sort by title, author/artist, date added, no. of chapters
* Issues with unread chapters and date updated
  * Server doesn't seem to return a last updated time
  * Server returns unread regardless of local read status

* * Added "All" category

* Added a category that shows all manga across all categories
* Removed "toggle global search" button (now redundant)
  * Search now more intuitive as a result

* * Added tag-based filtering

* * Stop using reflection to get the property to sort by
* Comment cleanup
2023-05-06 11:16:51 -03:00
mobi2002 04ce9fcb0f
fix 404 on some Madara Sources (#16272) 2023-05-03 14:30:32 -04:00
seew3l 2ee1fccbce
Move TecnoScan from MangaThemesia to Madara (#16266)
Move TecnoScan to Madara
2023-05-03 14:29:55 -04:00
seew3l 8fa1c03f9a
ManhwaLatino: Update selector (#16257)
Update selector
2023-05-03 14:29:46 -04:00
Eshlender 68e60e2508
[RU]Remanga fix sorting tome 10+ and exmanga chapter individual branches (#16259)
* [RU]Remanga fix sorting tome 10+

* fix detect last exmanga chapter individual branches

* alt selector for alt free servers

* just hidden content

* WebView = 🌎
2023-05-03 14:29:30 -04:00
Do Duc Trung a28bb61b63
Update TruyenQQ domain (#16239)
* Update TruyenQQ domain

* Update TruyenQQ.kt
2023-04-30 20:37:27 -03:00
seew3l 16c6766c4b
Remove "LeerCapitulo" due to cat-and-mouse game (#16255)
* Remove LeerCapitulo

* Add to REMOVED_SOURCES.md
2023-04-30 20:37:15 -03:00
Eshlender b7b77a7299
[RU]Remanga change exManga chapters redirect (#16247)
* [RU]Remanga change exManga chapters redirect

* extVersionCode
2023-04-30 18:29:48 -03:00
AntsyLich e55fb1a7fe
Webnovel updates (#16246)
Add On Hiatus status and update cycle to description
2023-04-30 18:29:40 -03:00
seew3l 2e68fc15f6
Fix LeerCapitulo (#16245)
* Fix

* Apply requested changes

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Remove unused import

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Change delimiter

---------

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2023-04-30 18:29:22 -03:00
Nguyen Duy Bach 03b25466be
chore: update HentaiVN domain to mirror domain (#16233)
chore: update domain to mirror domain
2023-04-30 18:29:14 -03:00