* 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