* 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
* madokami support
* removed extra deps
* actually respect the no wildcard req
* address code review comments, minor readability fixes
* madokami kind of inconsistent with link texts
* oops forgot to delete
* address additional comment, better manga detail requesting
* remove dep that is now a common dep
* oops, account for raws / non-english manga
* changed en -> all, but couldn't figure out if lang was changeable
* Revert "changed en -> all, but couldn't figure out if lang was changeable"
This reverts commit 82ccd61f0ee4cea10a9063d602509022e2d5f62b.