Kore/app/src/main/java/org/xbmc/kore/ui/widgets
Martijn Brekhof e2c39e35ba Redesigned playing movies on device running Kore
* Implemented a new widget "fabspeeddial"
   * Provides user with two options to play the media item. One
     option to play the item on Kodi, one to play it on the remote.
   * Replaced deprecated FAB button from
     com.melnykov:floatingactionbutton:1.3.0 with the FAB button from
     the design library
   * Implemented a busy indicator (pulsate) when fab button is clicked
     and JSON  API method is still pending
   * Added a setting to allow the user to disable local playback and
     revert back to the old behaviour
* Refactored AbstractFragmentInfo
   * Replaced RelativeLayout by CoordinatorLayout to support
     hiding/showing the FAB button when scrolling
   * Replaced the tree view observer to fade out art view when scrolling
     with a behavior for the CoordinaterLayout
* Removed empty theme file for v19
* Refactored HostConnection to allow new activities to attach its
  callbacks to any pending ApiMethod. This is required to support device
  configuration changes.
2018-02-09 11:23:52 +00:00
..
fabspeeddial Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
ControlPad.java Refactored applying tint color on control pad (#505) 2018-01-26 14:06:12 +00:00
HighlightButton.java Fixed removing highlight on < v21 devices (#502) 2018-01-16 20:13:48 +00:00
MediaProgressIndicator.java Widgets use ButterKnife now and implement all View constructors. (#424) 2017-07-25 19:34:53 +01:00
NowPlayingPanel.java Improved usability for NowPlayingPanel (#432) 2017-08-14 15:37:30 +01:00
RepeatModeButton.java Fixed tinting on pre-lollipop devices for custom widgets (#481) 2017-11-16 18:17:19 +00:00
VolumeLevelIndicator.java Use hardware volume keys from anywhere inside Kore (#453) 2017-10-08 19:48:00 +01:00