* Fix
- Removed "Pages" filter — They don't work
- Added "Other Tags" filter
- Added Filter limit warning
- Fixed problem on tags with spaces ( e.g. bxg brxxsts )
* Extension version: 2 -> 3
* typo fix
* Change line endings, make prefrence default
- Line endings: CRLF -> LF
- Iconified Tag Preference -> Iconified Tag is default
* Missing space
* Fix1
* Change
* Change2
* Change3
- Removed override for fetchChapterList and provide implementation in chapterListParse
- Filter out empty tags ( For example: user can put 2 commas together )
* Change4
Moved Date Format to Class val
* try catch for date parse
* Update Akuma.kt
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* working basic function without known problem for now
* add filter and some changes
* add logo
* Apply suggestions from code review
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* fix bugs for manga id published by registered user and change search manga request to use api with page option instead
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* Updated domain URL, substring, and added override for thumbnails
* Added rest of `imageFromElement`
* Updated `else` with suggestion
* Use suggested `imageFromElement` lines
* Hitomi: small refactor
* bump
* coauthor
Co-authored-by: ZIDOUZI <53157536+ZIDOUZI@users.noreply.github.com>
* fix potential oom and optimize language query
when some sort is applied, it will already fetch correct language so no need for separate query
---------
Co-authored-by: ZIDOUZI <53157536+ZIDOUZI@users.noreply.github.com>
* Rewrote LibGroup to use api instead of parsing document
* apply suggestions
* quick fixes
* change preferences variable to functions
* Make getToken sync
* safe & load token
* return new token when refreshing
* Add "Type" Filter
- Added "Type" Filter
- Popular Section: Today -> Year
- Fixed issue where manga is skipped if language is null
* Change1
* *
* Change2
- Use List instead of Set
* 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
* Add filter, split into specific languages
* Apply suggestions from code review
* Change Filter style, Add Filter, Add exclude syntax
* Change Code Style
* Remove RateLimit Preference, Remove Syntax Filter
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* 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>