-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
app/src/main/java/com/github/sdp/mediato/api/themoviedb/models/TMDBMovie.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adressing my previous comment ! I suggested some other changes to make the code a bit cleaner but once that's done it would be ok for approval :)
app/src/main/java/com/github/sdp/mediato/model/media/Media.java
Outdated
Show resolved
Hide resolved
app/src/test/java/com/github/sdp/mediato/api/themoviedb/TMDBApiTest.java
Show resolved
Hide resolved
app/src/test/java/com/github/sdp/mediato/api/themoviedb/TMDBApiTest.java
Show resolved
Hide resolved
Code Climate has analyzed commit 08c4801 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 73.5% (80% is the threshold). This pull request will bring the total coverage in the repository to 60.4% (10.6% change). View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job with the viewModel and the adapters ! I'm glad the API is working now. I see you also adressed most of my change requests. As we discussed previously, given the fact that we need to urgently merge, this would be an intermediary PR so we would expect another one that tests the feature more thoroughly and adresses the comment about the tests.
This PR will allow to directly have the image from the Media class, instead of the url provided until now.