MovieDB is an offline movie database android application.
Nathan van Beelen 624b514daa Also hide the view dividers | 6 years ago | |
---|---|---|
app | 6 years ago | |
fastlane | 6 years ago | |
gradle | 6 years ago | |
.gitignore | 6 years ago | |
COPYING | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 6 years ago | |
build.gradle | 6 years ago | |
gradle.properties | 6 years ago | |
gradlew | 7 years ago | |
gradlew.bat | 7 years ago | |
settings.gradle | 6 years ago |
MovieDB is an offline movie database android application. The movies are requested from themoviedb.org, the database (called 'saved' in the application) is offline.
Get it on F-Droid!
From version 2.0.0 onwards MovieDB makes use of Semver.
This application can be compiled in android studio.
If you rather compile it in command line with gradle, go to the project directory:
Debug mode:
./gradlew assembleDebug
or ./gradlew installDebug
to install the application on your phone.
Release mode:
./gradlew assembleRelease
MovieDB is licensed under the GPL, version 3. A copy of the license is included here.
The data that is provided by the API is not licensed under the GPL but rather holds copyright from the user that uploaded said content.
If you have anything you want to add or improve please do so! I am far from perfect, so there's probably a lot that I've missed or that could be done better.
git checkout -b my-new-feature/improvement
git commit -m 'Add some feature/improvement
git push origin my-new-feature/improvement