* fix chapter numbers in MangaLife chapter list
this commit adds the chapter regex used in MangaSee to MangaLife
before - "Chapter 0002"
after - "Chapter 2"
* update MangaLife build.gradle
increments the version number by 1
* Add Mango extension first pass
Has browse, chapters, and searching.
The api endpoint is just the whole entire library, so searching is done locally.
Requires login, so will need to view the webview first to login, then everything works as expected.
https://github.com/hkalexling/Mango/
* Added automatic authentication
* Sort based on time since there is no chapter number in the api.
* Requested changes.
- WebView works (main page + pages of individual manga)
- changed baseUrl to https://mangamutiny.org and moved https://api.mangamutiny.org to different variable
(the extension still relies on the lightweight json responses from the API for everything that isn't WebView related - the baseUrl only had to be changed for WebView to work)
- fixed pagination bug (would previously skip 21 manga after the first 21 manga, now fixed)
- Internally reworked filters to make them compatible with the WebView changes (does not affect users in any way)
* Moves World Romance Translation
- Moves World Romance Translation from Madara to WPMangaStream
- Updates date format
* Adds SISI GELAP
* Adds More Madara Sources
- Adds IsekaiScanManga (unoriginal)
- Adds MangaUS
- Adds Tsundoku Traducoes
* Increment build number
- Adds Override Code to World Romance Translation due to theme move
* Adds NoxSubs to WPMangaStream
- Adds source to generator
- Overrides SimpleDateFormat language
* Updates MMRCMS
- Removes NoxSubs
- Updates a few other url due to domain changes.
* Improve newtoki extension.
* Optimize a Id detection.
* Specify the filter default settings.
* Add Rate Limit Period Pref.
* Fix mistake about range. and default value.
* Fix bug about setDefaultValue, And pref description.
* fix bugs.
* More follow default variable.
* lazy init to rateLimitedClient as it required to access preference.
* bump up version to v1.2.21
* Follow the defaultRateLimitPeriod on load pref function
* Trying to fixes#5657 as sub string baseUrl when failed to parse uri.