* 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
* FMReader: remove manga title from chaper names
* FMReader: throw exception for unreachable code
* FMReader: increase extVersionCode, comment out logs
* FMReader: retain the original futionality of chapterFromElement()
* FMReader: some final touches
* Update version while adding Manytoon and Boyslove to Madara
* Added Manytoon and Boyslove to Madara
* Update Version as new source added
* Added TheTopComic to Madara
* Modification to the Version code
* The start Remanga
* Remanga page list and branches
* Remove paid chapters from list
* Fix "chapterName" and add "Headers"
* Remanga: chapter name with dot. Correct html description
* Remanga: Fix chapters with float chapter name
* Remanga: Parse type of manga
* Filters
Co-authored-by: pavkazzz <me@pavkazzz.ru>