Kore/app/src/main/java/org/xbmc/kore/ui
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
..
animators Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
behaviors Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
generic 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
sections Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
viewgroups Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
views Added movie ratings to movie listview items (#613) 2019-02-26 20:08:46 +00:00
widgets Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
AbstractAdditionalInfoFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
AbstractCursorListFragment.java Fixed clearing focus on search view 2018-09-09 14:09:59 +01:00
AbstractFragment.java Refactored AbstractFragment to not depend on AbstractInfoFragment (#487) 2017-12-05 09:58:55 +00:00
AbstractInfoFragment.java Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
AbstractListFragment.java Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
AbstractTabsFragment.java Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00
BaseActivity.java Use hardware volume keys from anywhere inside Kore (#453) 2017-10-08 19:48:00 +01:00
BaseMediaActivity.java Add addons search 2018-12-27 16:21:07 +00:00
OnBackPressedListener.java Switch PVR fragments to using tabs instead of a menu for navigation 2015-11-28 18:19:44 +00:00
RecyclerViewCursorAdapter.java Add fastscroll to lists with RecyclerView 2019-01-12 14:26:36 +01:00