* Update build.gradle
* Adds chapter names
Now parses chapter names from website if available.
* Found an exception, added backup
Found an exception on one of the mangas not listing all chapters in chapter list. Reverted to Ch. Page Number system in case chapter title is returned empty.
* Added exception handling
Additional volume listings also appeared in the chapter-class. Added an additional filter for the correct manga and a null exception.
* Addational null handling on names just in case.
* Updated Manga Details Parse
Fixed:
-Author
-Description
-Status
* Update build.gradle
Incremented build number
* Accounted for null for status search
When status didn't appear on the page, .text threw a null error. Added "?" which I guessed means a conditional command and not a mandatory one.
* Added Artist, allowed info to be null
* Optimized when block
* ComiCake: Some cleanup work
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
* E-Hentai: Some cleanup work
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
* FoolSlide: Some cleanup work and source updates
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
* Genkan: Some cleanup work
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
The app defaults to popularManga when no sorting options are selected, so the default sort should be updated to match that behavior instead of showing 'update date'
* Add image server, /manga/ intent to mangadex
* Add pagelist getter
* fix return statement
* remove editorconfig addition
* Switch to putString?
* try as string
* Fix baseUrl issues after test.
Test succeeded after fix.
* Fix indentation, fix default
both work as they aren't in the enum
🤷
* Add language support (#845).
* Add update to tell the user to migrate.
* Renames source to distinguish between the old and new one.
* Fix missing uppercase 'Shueisha' in appName.
* Remove deprecated on old extension appName.
* Added NineManga (All)
* done latest, all and manga parse.
* Complete manga img parse
* Added TODO to change language conditions.
* Date corrections.
* Remove old icons.
* Override status and date functions in the different classes.