Kore/app/src/main/java/org/xbmc/kore/service/library
Martijn Brekhof 1cb77876be Implemented testing actionbar state (#382)
* Added JSON datafiles for TV shows and music videos
   * Implemented instrumentations tests for MoviesActivity, MusicActivity,
     TVShowActivity, and AddonsActivity.
   * Moved RestoreSearchQueryViewPagerTest to music package as it uses
     the MusicActivity
   * Moved RestoreSearchQueryListFragmentTest to movies packages as it
     uses the MoviesActivity
   * Added scripts to get JSON data for music videos, addons, and TV shows
   * Added sequence diagram for BaseMediaActivity to clarify new setup
   * Refactored BaseMediaActivity to comply with diagram
   * Refactored SyncMusicVideos and SyncTVShows so we can use the same code
     for adding test data as we use for adding real data.
   * Removed unused StringBuffer and synchronize block in MockTcpServer
2017-04-29 16:08:15 +01:00
..
LibrarySyncService.java Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
SyncItem.java Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
SyncMovies.java Implemented recursion fix for movies and tv shows (#283) 2016-09-26 18:31:22 +01:00
SyncMusic.java Implemented sorting on disc number in AlbumDetailsFragment (#310) 2016-11-08 19:57:05 +00:00
SyncMusicVideos.java Implemented testing actionbar state (#382) 2017-04-29 16:08:15 +01:00
SyncOrchestrator.java Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
SyncTVShows.java Implemented testing actionbar state (#382) 2017-04-29 16:08:15 +01:00
SyncUtils.java Added option to sort by last played (#340) 2017-01-30 19:03:16 +00:00