* smbc: add extension for smbc-comics.com
Adds an extension for Saturday Morning Breakfast Comics
* hiveworks: remove references to Saturday Morning Breakfast Comics
Removes code that was made to handle reading SMBC specifically. If a
user still has the comic in the Hiveworks extension, they'll get a
warning to migrate to the SMBC extension.
* Zaimanhua: fix login check
When the token expires, accessing restricted chapters still returns errno=0. Therefore, the approach has been changed to check whether canRead is false.
* Zaimanhua: Use constants for preference keys
* Zaimanhua: Add chapter comments
This commit adds a feature to display comments at the end of each chapter.
- Added a new `CommentDataDto` and a custom `LastStringFromArrayListSerializer` to handle the comment data structure.
- Implemented a `commentsInterceptor` to fetch and render comments as an image.
- Added a preference option to enable/disable chapter comments.
- Updated `fetchPageList` to include the comment page if the preference is enabled.
- Modified `imageRequest` to handle comment page requests.
- Added helper functions `chapterCommentsUrl` and `parseChapterComments`.
* Zaimanhua: tag image requests
* Update search and Remove yaoi tag from latest and popular page
People suggest removing this tag from newest and most popular pages and support to remove the tag when the web allows it
* Update pageListParse & PageListDto
* Add support for Spanish and Italian
* Bump version
* Fix translator switch
* Add more options for font size
* Fix prefs
* Fix font size default
* Add support for translating manga details
* Add toptoon.net
* Use HttpSource
* Use parseAs from core
* Use SimpleDateFormat.tryParse
* Use fragment for search query
* Add "lock emoji" comment
* Use plain class for dto
* Fix MangaDto
* Fix ThumbnailDto
* Fix name
* Fix extName
* Update comment
* Add Invincible ComicsVf
Closes#9956
* Added Icon
* Final details
* Apply recomandations
* Delete src/fr/invinciblecomics/.gitignore
* Set the version to 1 in build.gradle
* Name with some caps
Comick: separate thumbnail rate limit, parse cover tweak
now that the thumbnail images on browse is using the small version we can make it use lower rate limit and separate from ch image rate limit
tweaking the parse cover to do better at handling "." after "#" in the thumbnail url