* 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
* Currently using token of a lv1 account. Will not require login anymore
Helps read most manga, manhua, manhwa. Manga/manhua/manhwa above level 1 will only be read on the web.
* Apply suggestion