Kore/app
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
..
src Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00
.gitignore First dump 2015-01-14 11:12:47 +00:00
build.gradle Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00
proguard-rules.pro Update proguard rules to consider new JmDNS library 2016-12-20 09:54:31 +00:00
proguardTest-rules.pro Refactored integration tests to use robolectric (#302) 2016-11-08 11:43:10 +00:00