* --> Add new features
* now you can switch in the extension setting between :
-show new Mangas
or
-show new chapter
* link manga status to tachiyomi native manga status
* add additional information to description
- manga start date
- manga end Date
- manga Alternative information
* --> moved formattedDatePattern in a constant in the class
* --> change formattedDatePattern with SimpleDateFormat in a constant in the class so the extension can work with API level < 26
* --> change formattedDatePattern with SimpleDateFormat in a constant in the class so the extension can work with API level < 26
--> add some information "that the story it not add yet" when there is no description provided by the Scanlator team
* --> increment extVersionCode by 1 instead of 3
- Update kotlinter
- Opt in to serialization API to avoid IDE warnings
- Replace some deprecated OkHttp function usages
- Remove some unnecessary Android version checks/targets
* Revert "Update Gmanga.kt (#5497)"
This reverts commit e3d01c9844.
* Fix app crashing for users with Android API 7 and below
* Fix latest page not working due to some items having no thumbnail
Co-authored-by: ellpatron <ell.patron91@gmail.com>
* Initial commit of GMANGA
* Enable text search
* Implement search filters
* Fix bug unable to render pages of non-webp chapters
* Replace default user-agent with a more generic one
* Add preference to select picking most viewed scan or just show all
* Implement rate limiting to avoid IP ban
* Translate messages to Arabic
* Split functionality to different files