* Updated domain of One Punch Man extension
* Added newly added sources in the new website
* Fixed an issue where wrong date was displayed for chapters
* Review changes, fixed correct date not displaying in ReadBerserkManga as well
---------
Co-authored-by: MuhamedZ1 <88522251+MuhamedZ1@users.noreply.github.com>
* Support for paginated readable products API
* Simplify date handling
* Chapter status labels
* Fix type
* Handle null display_open_at value
* Additional chapter status label
* Mark GigaViewer paginated sources
* Implement requested changes from feedback
* Remove unused fields
* Use tryParse for date handling
* Remove label constants
* Remove extra whitespace
* Currently using token of a lv1 account. Will not require login anymore
Helps read most manga, manhua, manhwa. Manga/manhua/manhwa above level 1 will only be read on the web.
* Apply suggestion
* ManhwasMen: fix popular manda selectors and creator, latest manga selectors and parser, manga details parser
* manhwasmen: add alternative names in description
* manhwasmen: change .not to isNotBlank
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* Jiangzaitoon: update domain, fix blurry thumbnails
Madara was also updated to allow overriding `String.getSrcSetImage()`, not bumping.
* guard against malformed srcset candiate
* remove duplicate trim
* Add GocTruyenTranhVui
* Use jsonInstance
* Use parseAs
* Use HttpSource()
* Merge DTO files
* Using chapterListParse and loginRequired
* Fix variable
* Use toManga(), Use toChapter(), fix no chapter
* Fix Url, Works well
* Add Advanced search
* Optimize variable naming & add mangaId cache
* MangaIdCache: Add limit cache
* Apply suggestion
* Fix package declaration, format using Android Studio
* Fix names: use camel case Dto instead of DTO even if it's acronym; add S in to[S]Manga/Chapter
* Use generic ResultDto<T> to replace similar classes
* Inline the typealiases, which are used to demonstrate how to use generics
* More conventional namings
* Change manga url format; override getMangaUrl; fix chapterListParse slug which is definitely not tested; remove useless HTML parse fallback
* Use timestamp value from API instead of parsing string
* Early abort in pageListParse()
* Refactor filters; don't get an empty filter list if argument is empty, it's uselss
* Parse more manga fields from API and set initialized because all fields are filled; fix listing next page; use selectFirst()!!.text() instead of select().text()
* Use search endpoint for latest updates; the home endpoint doesn't provide genres
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* update hiperdex domain
* hiperdex: fix search
* hiperdex: use imageFromElement when search for thumbnail
* fix request when filter is applied
* fix search using more specific properties and functions
* remove unnecessary overrides
---------
Co-authored-by: Alex <WhiteBeard Helper>
The other override, MangaDig, for which this multisrc was created, was removed in #5319.
The extension stays broken and the version code is not bumped.