* Fix get mangaDetails failed for some manga, add reason for restricted manga.
* Bump version to 10
* Update src/zh/zaimanhua/src/eu/kanade/tachiyomi/extension/zh/zaimanhua/Zaimanhua.kt
Co-authored-by: zhongfly <11155705+zhongfly@users.noreply.github.com>
---------
Co-authored-by: zhongfly <11155705+zhongfly@users.noreply.github.com>
* Comick: Option cover quality
i think need some text suggestion
use cover quality served by the site by default on browse. this can save lot of bandwidth compared to original 2x-100x smaller. thats why i think can increase rate limit a little bit.
add option to choose cover quality when opening the manga
closes#9088closes#2550
* update version
* fix first vol cover, renaming
* cleaning, already default value
* applied to first vol cover as well
* change default value
* rename
* Update messages_en.properties
* Update AnimeSama
Fix description & genre by updating html tag id
* Update build.gradle
Increasing the code version number
* Adding latest items for AnimeSama
only the items available on the main page
* Fix URL on latest items
* AnimeSama: adding genre filter
Using almost the same code as FuzzyDoodle, I added the only filter available on animesama: genre
* Update AnimeSama.kt
remove lint errors
* Including code review optimization
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* Fix build error
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* Add filter support and fix the image could not be loaded error
Add dynamic Genres from manga-list.html (#genreSelect), send as repeated genre[]=<value>
Add filters: Publication (durum), Translation (ceviri), Age (yas), Content Type (icerik), Special Type (tur)
Fix WebView images by resolving Base64-encoded data-src with fallbacks
* Apply requested changes
* Update build.gradle
* Update HentaiCosplay.kt
Due to HC website changes they now had low res unrelated images appended to the list of images. They will now be excluded from the gallery.
* Update AnimeSama
Fix description & genre by updating html tag id
* Update build.gradle
Increasing the code version number
* Adding latest items for AnimeSama
only the items available on the main page
* Fix URL on latest items
* Updated domain of One Punch Man extension
* Added newly added sources in the new website
* Fixed an issue where wrong date was displayed for chapters
* Review changes, fixed correct date not displaying in ReadBerserkManga as well
---------
Co-authored-by: MuhamedZ1 <88522251+MuhamedZ1@users.noreply.github.com>
* Support for paginated readable products API
* Simplify date handling
* Chapter status labels
* Fix type
* Handle null display_open_at value
* Additional chapter status label
* Mark GigaViewer paginated sources
* Implement requested changes from feedback
* Remove unused fields
* Use tryParse for date handling
* Remove label constants
* Remove extra whitespace