Kore/app/src/main/java/org/xbmc/kore/ui/sections/audio
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
..
AlbumInfoFragment.java Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
AlbumListFragment.java Changed sort of names and titles to be case insensitive (#411) 2017-06-23 17:29:31 +01:00
AlbumSongsListFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
ArtistDetailsFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
ArtistInfoFragment.java Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
ArtistListFragment.java Changed sort of names and titles to be case insensitive (#411) 2017-06-23 17:29:31 +01:00
AudioGenresListFragment.java Changed sort of names and titles to be case insensitive (#411) 2017-06-23 17:29:31 +01:00
MusicActivity.java Introduces BaseMediaActivity (#374) 2017-04-21 18:39:55 +01:00
MusicListFragment.java Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
MusicVideoInfoFragment.java Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
MusicVideoListFragment.java Changed sort of names and titles to be case insensitive (#411) 2017-06-23 17:29:31 +01:00
SongsListFragment.java Changed sort of names and titles to be case insensitive (#411) 2017-06-23 17:29:31 +01:00