MovieDB is an offline movie database android application.

Nathan van Beelen 163f2e0116 Change version number for new release 6 years ago
app 163f2e0116 Change version number for new release 6 years ago
docs 9b1df046aa Downscale images to fit better in the readme 7 years ago
gradle 7ed412583f Bumping Gradle version 6 years ago
.gitignore 18d316c29d Added the API-key 7 years ago
LICENSE 9ab9c047b2 Initial commit 7 years ago
README.md 26f8eb2d88 Add F-Droid link to README 7 years ago
build.gradle 59ad8ab56d Add all project files to repository 7 years ago
gradle.properties 59ad8ab56d Add all project files to repository 7 years ago
gradlew 59ad8ab56d Add all project files to repository 7 years ago
gradlew.bat 59ad8ab56d Add all project files to repository 7 years ago
settings.gradle 59ad8ab56d Add all project files to repository 7 years ago

README.md

MovieDB

MovieDB is an offline movie database android application. The movies are requested from themoviedb.org, the database (called 'lists' in the application) is offline.

  • Get it on F-Droid!
  • Soon available on Google Play

Build instructions

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

License

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.

Contributing

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.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature/improvement
  3. Commit your changes: git commit -m 'Add some feature/improvement
  4. Push to the branch: git push origin my-new-feature/improvement
  5. Submit a pull request! :D

Application screenshots

All movies All series Watched List Detailed movie Detailed actor