Contributions are welcome when they are focused, tested, and limited to sources maintained in this repository.
This repo currently keeps only MSR-maintained extensions:
src/hi/toonstreamsrc/hi/animedubhindisrc/hi/moviebox
Do not re-add a large unrelated extension set. New sources should be added one by one after they are checked and tested.
- Kotlin/Android basics
- Aniyomi extension API basics
- OkHttp/JSoup or JSON API parsing
- A working local Gradle environment
Run the smallest useful check for the extension you changed:
./gradlew --no-daemon :src:hi:<module>:compileDebugKotlinFor APK testing:
./gradlew --no-daemon :src:hi:<module>:assembleDebug- The change is limited to one source unless shared code is truly needed.
- Version code is bumped when behavior changes.
- Search, details, episode list, and video playback were checked.
- Existing user-updatable package/signature behavior is preserved.
- No unrelated generated files or local build output are committed.