Kore/app/src/main/java/org/xbmc/kore
Martijn Brekhof cdbdd98d6a Implemented showing playlists even when not playing (#618)
Implemented showing a music/video/picture playlist in PlaylistFragment even
when playback has stopped but the playlist is still available on Kodi.
The playlist is now only cleared if the Playlist.OnClear event is received
from Kodi.

As the pictures playlist does not support moving/removing items this has
been disabled for the pictures playlist only.

Added a new package org.xbmc.kore.host.actions to hold all Callable's that
we use to handle complex interactions with Kodi that use multiple JSON RPC
calls.

Fixed issue in HostConnectionObserver in method notifySomethingIsPlaying
where hostState.lastGetItemResult.label might not be set.

Reduced calling (force)refreshPlaylist considerably as it should now be
handled by the playlist observer.
2019-03-30 11:08:58 +00:00
..
eventclient Enable manual configuration of https (#338) 2017-01-27 15:17:39 +00:00
host Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
jsonrpc Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
provider Added option to sort by last played (#340) 2017-01-30 19:03:16 +00:00
service Use standard media style notifications 2019-03-21 19:54:01 +01:00
ui Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
utils Support local play when Kodi requires authentication 2018-09-27 03:12:45 +02:00
Settings.java Added movie ratings to movie listview items (#613) 2019-02-26 20:08:46 +00:00