Checklist:
- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions
- [x] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [ ] Added the `isNsfw = true` flag in `build.gradle` when appropriate
- [ ] Have not changed source names
- [ ] Have explicitly kept the `id` if a source's name or language were changed
- [x] Have tested the modifications by compiling and running the extension through Android Studio
- [ ] Have removed `web_hi_res_512.png` when adding a new extension
- [ ] Have made sure all the icons are in png format
Reviewed-on: #1019
Co-authored-by: WebDitto <webditto@proton.me>
Co-committed-by: WebDitto <webditto@proton.me>
Checklist:
- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions
- [x] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [x] Added the `isNsfw = true` flag in `build.gradle` when appropriate
- [x] Have not changed source names
- [ ] Have explicitly kept the `id` if a source's name or language were changed
- [x] Have tested the modifications by compiling and running the extension through Android Studio
- [ ] Have removed `web_hi_res_512.png` when adding a new extension
- [x] Have made sure all the icons are in png format
Co-authored-by: Arkai1 <codinsanemobile@gmail.com>
Reviewed-on: #1008
Co-authored-by: Ghost <>
Co-committed-by: Ghost <>
* Fixed the episode number problem for animepahe
* Changed hianime domain to hianime.bz
* Bump AnimePahe extVersionCode to 30 for improved episode sorting and numbering
* Update HiAnime.kt
* Changed streaming community domain
* Bumped to 6
---------
Co-authored-by: GraveEaterMadison <GraveEaterMadison@users.noreply.github.com>
* new source: NewGrounds
* add icons
* add search and search filters
* display toast when Adult Content was filtered (login required)
* better sorting filter; let user adjust description
* if playlist available treat as series
* make sure anime is part of series (not playlist or collection)
* remove hi_res image
* remove unnecessary comment
* add NSFW flag
* simplify episode url extraction
* adjust stats summary in description
* use baseUrl in Referer header
* eliminate the need for restart after changing preferences
* Fixed the episode number problem for animepahe
* Changed hianime domain to hianime.bz
* Bump AnimePahe extVersionCode to 30 for improved episode sorting and numbering
* Update HiAnime.kt
---------
Co-authored-by: GraveEaterMadison <GraveEaterMadison@users.noreply.github.com>