* Expand tag search to 5 pages as 3 are not enough for HentaiFox
* Make launchIO protected instead of private
* Add Top Rated, Most Faved, Most Fapped, Most Downloaded search
* Update versioning
* Address comments
* Move sidebar categories to a map
* Fetch csrf token from tags page
* Move launchIO back to private as it is no longer needed
* Clean position of csrf functions
* Use map with key lookup for popular categories
* DoujinDesu : Fix and Add Some Feature
Add some New Filter
- Author Filter
- Character Filter
Add some Detail in MangaDetail
- Author
- Group
- Series / Serialization
Fix or Modified some Selector
- Title Selector
- Page Selector
- Author Selector
- Character Selector
- Series Selector
- Group Selector
Change Language from En to Id on Filter Tab and Change BaseUrl tab
* Change Filter Header
* Lint for Filter Group
* Apply suggestion
* Apply suggestion
* Update src/id/doujindesu/src/eu/kanade/tachiyomi/extension/id/doujindesu/DoujinDesu.kt
Thanks to vetleledaal
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
* Apply suggestion
* Lint
* Update Status Selector
Thanks to AwkwardPeak7
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* Apply suggestion
* Apply suggestion
Thanks to AwkwardPeak7
* Make description is not null
* Forget to change desc lang to id
---------
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* mangadex: add option to use source language for title
closes#5747
* use 'extension' instead of 'source' for variable names & translations
* simplify title selection
* Improved chapter list parsing
Uses a more generic method of getting chapter information that resolves compatibility issues caused by sites that use a paginated version of the GigaViewer chapter list
* Increment GigaViewer base version code
* KadoComi (Comic Walker) extension
Initial working commit for KadoComi (Comic Walker)
* Cleanup
* Clean up duplicate code
* Remove unnecessary dependencies from build.gradle
* Use book cover for thumbnail if available
* Additional code clean up
* Convert to using DTOs
* Remove unnecessary fragment handling
Fragment isn't sent to the server, so it's not necessary to do any handling here
* Use fragment from URL
* Fix author/artist names
* Fix thumbnails
Default of bookCover was interfering with thumbnail determination logic
* Implement changes from feedback
* Remove unneeded data keyword