* 1. Add language for manga description
2. Add a custom preference to choice if show gender as text or icon
* fix code style
* revert extra formatting
* change preference into switch
* remove unused import, increase extVersionCode
* Apply suggestions from code review
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* Add TuManhwas
* Add icons
* Add isNsfw
* Fix manga title
* Move to ParsedHttpSource
* Add chapter date
* Move imgSrc to function
* Remove extra map
* Move regex to companion object
* Refactoring latestUpdatesFromElement
* Fix Baozimh
* Cleanup
* Fix author info
* Use parent request
* Bump versionID
* Update
* Update code
* Rename source to GoDa Manhua and update icon (to distinguish from the "legit" Baozi Manhua)
* Add English source
* Update
* Update
* Keep the Chinese source only for now
* Add comments to explain why the English source is not added
* Error message on old chapter keys
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* working, with webview to load page
doubt:
1. wrong episode number (using list index instead of real chapter number)
2. should we add the unavailable chapter to show or not (start with ※)
3. webview approach (slow and might get in error, too uncontrollable)
4. differentiating tags (using #) and category might bring problem sinces the added #
* check converting from response to ubytearray to image
* works fine, keep logs
* get rid of logs and another small things
* add logo
* clean forgotten things
* lint check: fix comment
* Apply suggestions from code review
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* some refactoring, rename extension name and package to Pixiv Comic
* delete unused dependency
* use serial name on model
* Apply suggestions from code review
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* prioritizing search over filter, change manga and chapter parse to just store the id, add tag interceptor in the case of tag not found
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>