Kore/app/src/main/java/org/xbmc/kore/ui/widgets
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
..
fabspeeddial Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
ControlPad.java Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
HighlightButton.java Fixed removing highlight on < v21 devices (#502) 2018-01-16 20:13:48 +00:00
MediaProgressIndicator.java Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
NowPlayingPanel.java Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
PlaylistsBar.java Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
RepeatModeButton.java Fixed tinting on pre-lollipop devices for custom widgets (#481) 2017-11-16 18:17:19 +00:00
VolumeLevelIndicator.java Fix NPE on volume change by not unbinding the controls in the Volume Level Indicator too soon 2018-07-04 20:54:12 +02:00