* MangaDex: remove empty tag, fix genre typo
- remove empty tag caused by null/empty publicationDemographic/other from nonGenres if its null/empty
- fix typo genre uuid
* better method removing empty tag
Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>
* revert pt-br changes
Changing it to pt-br instead of pt-BR changed the id of the source and made the Mangadex in Brazilian Portuguese to be separed from the other Brazilian extensions (that uses pt-BR as lang)
Co-Authored-By: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Update build.gradle
* String updates to support standard HTTPS in MD@H node selection
* Code updates to only use nodes with standard HTTPS in MD@H node selection
* Update build.grade to indicate new version
* fix preferences and langs
* low md@home to refresh host sooner
* add content rating by default preferences(defaults to safe and suggestive)
* throw error for page list parsing instead of trying to continue
* clean up string
Co-authored-by: Riztard <riyanluqman@gmail.com>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
Co-authored-by: fourquestionmarksokay <83817943+fourquestionmarksokay@users.noreply.github.com>
* initial v5 stuff
* more v5 stuff
* slight changes
* add search
* clean up search some
* change athome parsing
clean up filters
* add Status options for search
* update to use batch author endpoint
* add more filters
* small fixes
* more fixes
* change error message
* Add Nekopost V.1.2.1
* Fix genre not shown
* Change Icons
* Rename monthMap -> monthList
* Change from getter to normal declaration
* Rename getUrlWithoutDomainFromFullUrl to getMangaOrChapterAlias
* Fix duplicate title
* Fix unable to search by Genre tag
* Change Genre and Status from Enum to Pairs
* Minor changes
* Fix next page not loaded when previous page has no new title
* Fix offset not reset
* Change most of extension to API-based
* Fix bug where some chapter uses legacy url format
* Update build.gradle
* Update to use with new UI and API
* Kkmh (#1)
* Fixed fetching popular and latest manga for KKMH
* Changed Searching and filtering to use the API for KKMH
* Chapter lists are now properly called and now show upload date
* Pages are properly called. Code cleanup. Extension properly works
Co-authored-by: Raymond Wang <rywang@email.wm.edu>
* Converted to HttpSource. More code cleanup.
Co-authored-by: Raymond Wang <rywang@email.wm.edu>