* Update MangaDoom.kt
Change manga order (First is recent)
Use chapter number from URL
* Update build.gradle
Co-authored-by: Myst <1592048+Mystou@users.noreply.github.com>
* Start on the schlock mercenary extension
* Start on the new schlock mercenary plugin. Worked on getting books
* Current progress
move resoure files to correct position
get book and chapter fetching mostly working
fix extension name
* Remove log debug messages and fix chapter selection issue
* got pages working
* fix chapter selector to not select subchapter divisons
* re organize functions
* format code
* remove logging statement
* MangaFast: ignore unparseable dates
MangaFast introduced the concept of teaser chapters and just placeholders for upcoming chapters. These do not have a proper date and previously led to a ParseException.
* MangaFast: use more precise chapterListSelector
* MangaFast: bump version
* Update NANI? Scans extension to use their API
* Fix "Open in Browser" for NANI? Scans extension
* Add search intent for NANI? Scans extension
* Save chapter url as combination of titleId and chapterId
* Share single instance of SimpleDateFormat
* Set thumbnail_url on popularMangaParse() and latestUpdatesParse() using new method and share single instance of SimpleDateFormat
* Bump versionId
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
- fixed Genre parsing (website renamed "genres" to "tags" in their json responses)
- corrected chapter release year parsing
- increased manga list fetch size from 20 to 21 to make requests that are almost indistinguishable from requests the real website makes (only URI parameter order differs)
- split Genre filter into Genre and Format filter to be more in line with what the website offers
- updated Genre/Format filter content
- implemented new way to process URI query parameters (first collect them in a mutable list, then add them to the URI)
- added author/artist search (and prepared for scanlator search, although that feature doesn't work yet even on the website)
* Fix comicpunch chapters/pages.
* Be a bit safer when grabbing urls
* Fix placeholder checking on last chapter
* Simplify and fix pages
Previous commit was broken, should work now.
* Remove useless override/import