Kore/app/src/main/java/org/xbmc/kore/jsonrpc
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
..
event Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
method Fix PVR bottom bar shortcut behaviour 2018-10-27 20:53:15 +02:00
notification Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
type Fix NPE reported on Google Play, occurring in RemoteFragment.SetNowPlayingInfo, because the ListType.ItemsAll might be null after a call to Player.GetItem 2017-12-04 10:16:35 +00:00
ApiCallback.java fix up typo on ApiCallback.onSucess() 2015-03-16 11:33:40 -07:00
ApiException.java Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
ApiFuture.java Simplify sharing intent handling 2018-04-24 13:36:35 +02:00
ApiList.java Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
ApiMethod.java Added support for pausing when phone in call 2016-01-30 17:32:00 +02:00
ApiNotification.java Add support for handling Player.OnResume event through TCP 2018-05-04 21:10:06 +02:00
HostConnection.java Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00