Kore/app/src/main/java/org/xbmc/kore/ui/sections
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
..
addon Add addons search 2018-12-27 16:21:07 +00:00
audio Add fastscroll to lists with RecyclerView 2019-01-12 14:26:36 +01:00
favourites Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
file Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
hosts Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
remote Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
settings Fix lint errors/warnings 2017-12-25 12:57:26 +00:00
video Tweak movie list items 2019-03-01 21:04:20 +01:00