* 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>