Anime TV! is a small app that allows you to watch your favorite anime shows on your android device.
It has a very low memory footprint and works off the Anime1 server. The app scrapes the site and provides a pleasant mobile anime viewing experience. Unlike other apps, this does not contain any ads and is distributed for free. Currently, this app is not available in the app store but you can build your apk file and install on your device.
You need to have gradle installed in order to install the app
OS X & Linux:
./gradlew assembleRelease
Windows:
gradlew.bat assembleRelease
The output apk will be in /app/build/outputs/apk/release
.
Transfer the apk to your device and install it to use the application.
In order to run tests you need to have gradle installed.
OS X & Linux:
./gradlew test
Windows:
gradlew.bat test
Currently, only the scraper package has got unit tests. If you would like to write the unit tests for the animetv package, start an issue.
- Fork it (https://github.com/GnikDroy/AnimeTV/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Gnik - [email protected]
Distributed under the MIT license. See LICENSE
for more information.