Commit Graph

5550 Commits

Author SHA1 Message Date
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
Joki f0e75cb516
Hiveworks on hiatus support (#16228)
* Updating Hiveworks.kt to include comics on hiatus

Updating Hiveworks source to include filter for comics on hiatus

* Update build.gradle
2023-04-30 18:29:06 -03:00
trieu1994 2517247368
nettruyen domain change (#16232) 2023-04-29 20:27:21 -03:00
Slowlife 950a2ac1b4
MangaHub: Fix chapter pages not loading (#16229)
* MangaHub: Fix chapter pages not loading

* Make mangaSource nullable
2023-04-29 20:27:04 -03:00
Fathi Ahmed 406e2ddfb5
Fix arena scans duplicate pages (#16223)
* Create ArenaScans.kt

Added 'Arena Scans' src override for img selector to mitigate duplicate pages Image selector was returning 2 images for each image (img tag and the noscript img tag). So, added attribute [data-src] which is only available on img under 'readerarea' and not for noscript img. This results in returning one image per img tag.

* Update MangaThemesiaGenerator.kt
2023-04-29 20:26:55 -03:00
Eshlender 8062d2fac5
[RU]Remanga hotfix empty alt branch and sorting (#16202)
* [RU]Remanga fix empty alt branch

* clean

* change detect error domain

* global detect error domain

* clean2

* fix false positive on 304

* reversed sorting and tom priority
2023-04-29 20:26:46 -03:00
Gauthier f055c60e79
[Komga] add support for avif/heif image types (#16217)
feat(komga): add support for avif/heif image types
2023-04-28 22:52:46 -03:00
AntsyLich b1fc79fe9f
Yeet old MangaPark (#16215) 2023-04-28 22:52:38 -03:00
Slowlife 53dafc1a1b
MG Komik: Fix popular/latest manga request (#16213)
Fix MG Komik
2023-04-28 22:52:28 -03:00
seew3l 6a390b749c
LeerCapitulo: Fix index out of bound (#16211)
* Fix index

* Deobfuscating this was hard
2023-04-28 22:52:20 -03:00
beerpsi 037191ea8f
HentaiVN: bypass "captcha" (#16206)
* HentaiVN: Bypass "captcha"

* Update build.gradle
2023-04-28 22:52:13 -03:00
seew3l 2e2ca33445
Move "DragonTranslation" to MangaThemesia and add "DragonTranslation.net" to Madara (#16191)
* Add DragonTranslation (unoriginal) and remove the dead one

* Remove unused override

* DragonTranslation is alive
2023-04-28 22:52:04 -03:00
seew3l ecc9196362
Add BokugenTranslation to Madara (#16190)
Add BokugenTranslation
2023-04-28 22:51:52 -03:00
seew3l 7c2504bb1f
ScamberTraslator: Update selector (fix crash) (#16186)
Update selector
2023-04-28 22:51:43 -03:00
Alessandro Jean 661311c13b
Make AA a multilang source (#16185)
Make AA a multilang source.
2023-04-25 14:57:37 -03:00
Slowlife 621da80028
Sodsaime: Change dateFormat (#16174)
* Sodsaime: Change dateFormat

* address reviews

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-04-25 14:57:28 -03:00
Alessandro Jean ee5aad9758
Fix HTTP error 404 and No results found in Madara sources (#16184)
Fix HTTP error 404 and No results found in Madara sources.
2023-04-25 14:20:21 -03:00
mobi2002 dc9ba9e008
Toonily: fix search (#16172)
* Toonily: fix search

* use CookieInterceptor instead
2023-04-25 14:20:09 -03:00
stevenyomi 4c13f3836b
Zerobyw: update URL on all HTTP errors (#16171) 2023-04-25 14:20:00 -03:00
OncePunchedMan 6d6c4aa04f
Mangaboss: Renaming source and new icons (#16163)
* changes to code

* change icons
2023-04-25 14:19:52 -03:00
Eshlender df48c23378
[RU]Remanga merge branches (#16160)
* [RU]Remanga merge branches

* extVersionCode
2023-04-25 14:19:36 -03:00
mobi2002 61d34b9ff8
HeanCms: deeplink support & thumbnail on search (#16156)
* HeanCms: fix english string

* attempt to use thumbnail from search if available

* deep link support

* version

* suggested changes

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* lint

* attempt to use status from details response

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-04-25 14:19:26 -03:00
OncePunchedMan e1ecd8d26d
Manhwaland: Change url (#16154)
change url
2023-04-25 14:19:17 -03:00
KirinRaikage 1fe7b3cc86
Add VoirComic to Madara (#16151) 2023-04-25 14:18:58 -03:00
mobi2002 5dbf037c79
add Rmanga.app (#16131)
* new source Rmanga.app

* cleanup

* add mirror
2023-04-25 14:18:37 -03:00
mobi2002 a8773131b8
Madara version bump (#16168) 2023-04-25 00:43:03 -03:00
Alessandro Jean 8e3efc0a19
Fix the no results found in Madara sources due to a theme update (#16167)
Fix the no results found in Madara sources due to a theme update.
2023-04-24 23:06:34 -03:00
stevenyomi 2ba79a0094
Add MangaFire and create MangaReader multisrc (#16138)
* Add MangaFire.to

* Fixes
Updated 'searchMangaNextPageSelector'
Added throwing 'UnsupportedOperationException' for unused selector

* Fixed naming of filters and fixed parameter's name of minimal chapters' filter

* Fixed language parameter in query

* Clean up MangaFire filters

* Clean up MangaFire descrambler

* Create MangaReader multisrc theme

* Move MangaFire to overrides

* Refactor MangaFire for multisrc

* Update MangaReader changelog

* Remove duplicate filter entry

Co-authored-by: Druzai <70586473+Druzai@users.noreply.github.com>

---------

Co-authored-by: Druzai <g9code@yandex.ru>
Co-authored-by: Druzai <70586473+Druzai@users.noreply.github.com>
2023-04-23 19:12:26 -04:00
seew3l a6983f0ac1
ZeistManga: Update pageListSelector and Tooncubus domain (#16127)
* Update pageListSelector and update Tooncubus domain

* MangaAiLand: Remove deleted variables

* KLManhua: Remove deleted variables

* Noromax: Remove deleted variables

* ShiyuraSub: Remove deleted variables
2023-04-23 19:10:19 -04:00
Slowlife 47dd979334
MangaThemesia: Add Sodsaime (#16134) 2023-04-23 19:09:38 -04:00
mobi2002 7e37c68ba1
Comick: thumbnails (#16135) 2023-04-23 19:09:15 -04:00
stevenyomi df726a5122
Remove Haoman8 (#16145)
* Update MCCMSGenerator.kt

* Delete multisrc/overrides/mccms/haoman8 directory
2023-04-23 19:09:03 -04:00
stevenyomi 3f1137cba5
Zerobyw: update domain URL source (#16119) 2023-04-21 09:27:24 -03:00
stevenyomi 992a989ee3
DMZJ: revert to old API URL (#16118) 2023-04-21 09:27:11 -03:00
Alessandro Jean b0cc31af11
Refactor the HeanCms code a bit (#16112)
Refactor the HeanCms code a bit.
2023-04-20 15:26:15 -03:00
Alessandro Jean a4c17a3519
Fix the JSON parsing in NM (#16111)
Fix the JSON parsing in NM.
2023-04-20 15:25:43 -03:00
seew3l 459019803e
HeanCms: Fix incorrect "Latest Manga" and some thumbnails not loading (#16108)
* Fixes

* Change function name

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* Change function name

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-04-19 16:20:30 -03:00
ab2897 51d36e0cf0
Fixed buggy chapter number in MangaBuddy(MadTheme) (#16104) 2023-04-19 11:38:30 -03:00
Alessandro Jean 5c6d6a8201
Maybe fix the JPEG EXIF parsing in VIZ (#16096)
* Maybe fix the JPEG EXIF parsing in VIZ.

* Handle the common HTTP 403 case while getting the image.
2023-04-18 15:19:00 -03:00
Alessandro Jean 42abcb20b9
Fix single chapters not opening in MH (#16095)
Fix single chapters not opening in MH.
2023-04-18 15:18:47 -03:00