3 Commits

Author SHA1 Message Date
AlphaBoom
3ecfb8529c
PixivComic: Use salt from chapter page (#6561) 2024-12-14 06:55:46 +00:00
sinkableShip
e45ee68991
Pixiv Comic: update salt (#5078)
* update salt that used for loading images

* bump extVersionCode
2024-10-28 00:20:41 +00:00
sinkableShip
2c00628e87 Add Pixiv Comic (#3199)
* 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>
2024-06-03 05:44:48 +01:00