Kore/app/src/main/java/org/xbmc/kore/ui/sections/video
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
..
AllCastActivity.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
MovieInfoFragment.java Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
MovieListFragment.java Added option to show/hide watched indicator in movies and TV shows list 2017-06-23 19:50:46 +01:00
MoviesActivity.java Introduces BaseMediaActivity (#374) 2017-04-21 18:39:55 +01:00
PVRActivity.java Introduces BaseMediaActivity (#374) 2017-04-21 18:39:55 +01:00
PVRChannelEPGListFragment.java Apply markup to PVR text views; addresses #191 (#474) 2017-10-20 14:15:59 +01:00
PVRChannelsListFragment.java Apply markup to PVR text views; addresses #191 (#474) 2017-10-20 14:15:59 +01:00
PVRListFragment.java Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
PVRRecordingsListFragment.java Apply markup to PVR text views; addresses #191 (#474) 2017-10-20 14:15:59 +01:00
TVShowEpisodeInfoFragment.java Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
TVShowEpisodeListFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
TVShowInfoFragment.java Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
TVShowListFragment.java Add progress bar to tv shows list, similar to the one present in the seasons list 2017-08-30 19:32:01 +01:00
TVShowProgressFragment.java Fixed lint errors (#491) 2017-12-22 18:20:41 +00:00
TVShowsActivity.java Introduces BaseMediaActivity (#374) 2017-04-21 18:39:55 +01:00