* 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
* Add Viz Shonen Jump.
* Update User Agent.
* Switch to AndroidX dependency.
* Add support to premium chapters if logged in (#1)
* Fix some parsing issues, works with premium chapters
* Slight code reuse reduction
* CacheControl force network and simplify parsing for Viz
* Hide locked chapters when not logged in
Co-authored-by: Unlocked <10186337+TheUnlocked@users.noreply.github.com>
* MangaMutiny - JsonNull fix
Some thumbnails and manga descriptions aren't maintained by the website.
This results in avoidable errors. Fixed with this commit.
* MangaMutiny - Increment extension version number
* Adding source Manga Mutiny
Webview doesn't work. Reason: it's an HttpSource based on an undocumented API - it's not based on web scraping
Credit:
- the concept for the Filter was taken from the MangaPark extension and changed to fit the circumstances
- the JsonObject extension function stems from stackoverflow
* MangaMutiny - multiple fixes
Moved mangamutiny to /src/en
removed "open" from class
changed if condition
* KSBD: initial files
* KSBD: code reached working state
* delete logging commands
* clean book manga titles
* KSBD: throw an Exception when user tries to search
* KSBD: add alternative code for search
* KSBD: return an empty response when user searches
* fix chapter order
* address linting warnings
* KSBD: use okhttp insted of Jsoup.connect()
* KSBD: replace fetchMangaDetails() with explicit wite
* KSBD: fix linting so the code compiles
* KSBD: use okhttp insted of Jsoup.connect(), again
* Fixed MangaPark filtering
Fixed MangaPark filtering as requested in #3361.
Added additional sort options (views last 365/180/90 days).
Improved filter URLs by omitting empty/default URL parameters.
* Added 8 genre to MangaPark filter
All available GenreFilter are in sync with what you can filter for on the MangaPark website.
* more descriptive error message pointing user to details page
* Minor code quality improvements, cleared out unusued latestUpdate
functions
* bump up ext ver