Kore/app/src/main/java/org/xbmc/kore/ui/sections/video
Martijn Brekhof b0e6d329f3 Fixed lint errors (#491)
Lint is complaining about the new launcher icons in 'res/mipmap-anydpi-v26'
are not in PNG format. These are now defined in XML and lint is probably
not aware of the new XML format for API v26 and higher.

This also fixes usage of "android:layout_marginEnd". Which is only
supported from API v17.

Added running lintFullRelease to travis-CI build.
2017-12-22 18:20:41 +00:00
..
AllCastActivity.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
MovieInfoFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
MovieListFragment.java Added option to show/hide watched indicator in movies and TV shows list 2017-06-23 19:50:46 +01:00
MoviesActivity.java Introduces BaseMediaActivity (#374) 2017-04-21 18:39:55 +01:00
PVRActivity.java Introduces BaseMediaActivity (#374) 2017-04-21 18:39:55 +01:00
PVRChannelEPGListFragment.java Apply markup to PVR text views; addresses #191 (#474) 2017-10-20 14:15:59 +01:00
PVRChannelsListFragment.java Apply markup to PVR text views; addresses #191 (#474) 2017-10-20 14:15:59 +01:00
PVRListFragment.java Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
PVRRecordingsListFragment.java Apply markup to PVR text views; addresses #191 (#474) 2017-10-20 14:15:59 +01:00
TVShowEpisodeInfoFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
TVShowEpisodeListFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
TVShowInfoFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
TVShowListFragment.java Add progress bar to tv shows list, similar to the one present in the seasons list 2017-08-30 19:32:01 +01:00
TVShowProgressFragment.java Fixed lint errors (#491) 2017-12-22 18:20:41 +00:00
TVShowsActivity.java Introduces BaseMediaActivity (#374) 2017-04-21 18:39:55 +01:00