Kore/app/src/main/java/org/xbmc/kore/jsonrpc
Martijn Brekhof cb430aa20d Implemented a slideup panel with media controls and info (#320)
* The slideup panel is only displayed when something is
         playing. It starts collapsed showing the media poster
         and title of what is currently playing.

       * Media controls implemented are volume, progress, shuffle,
         repeat and play/pause for all items. Next and previous are only
         available when a music item is playing.

       * In collapsed mode the panel will display the mute button only
         if Kodi is muted. The mute button in expanded mode is always
         visible.

       * Panel is enabled by default. Users can disable the panel
         in Settings

       * Implemented listening to Player.OnPropertyChanged notifications
         to update shuffle and repeat button states.
2017-07-13 19:10:49 +01:00
..
event Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
method Fix ClassCastException when Favourites returned are empty. (#386) 2017-05-10 09:52:55 +01:00
notification Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00
type Implemented MediaProgressIndicator widget to allow for code sharing (#405) 2017-06-20 19:05:27 +01:00
ApiCallback.java fix up typo on ApiCallback.onSucess() 2015-03-16 11:33:40 -07:00
ApiException.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00: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 Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
HostConnection.java Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00