- Configuration service
- Find service
- Movie service (incomplete)
- Person service (incomplete)
- Search service (incomplete)
- Tv service (incomplete)
- Support
/find/{id}
. - Support
/tv/{id}/credits
. - Add language support to Person service credit endpoints.
- Add special API key for testing, no need to fill in your own any longer. Just run the tests.
- Update to retrofit 1.6.0.
- Support
/person/{id}
,/person/{id}/movie_credits
,/person/{id}/tv_credits
and/person/{id}/combined_credits
. Thanks @chrisbanes!
- First Maven Central release! See the README for details.
- Limited fest dependency to test scope.
- Use secure TMDb endpoint (https://api.themoviedb.org/3). If you use tmdb-java on Android with okhttp, you should update okhttp to at least 1.5.0 to avoid SSL context issues.
- Allow
append_to_response
of supported movie endpoints toMoviesService.summary()
. Thanks @chrisbanes! - Add
MoviesService.releases()
. Thanks @chrisbanes! - Add
secure_base_url
andchange_keys
toConfiguration
. - Use retrofit 1.4.1.
- Port to retrofit.
- No longer packaged with dependencies, add them yourself as you see fit (see http://uwetrottmann.github.io/tmdb-java/).
- Releases published on GitHub.
- Do not crash on empty (e.g. "") release dates of movies.
- Switch to a maven powered build.
- New
myjson
branch which uses a custom gson library to work around https://sites.google.com/site/gson/gson-on-android.