Kore/app/src
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
..
androidTest Implemented integration tests for the control pad (#476) 2017-10-24 19:36:38 +01:00
instrumentationTest Refactored integration tests to use robolectric (#302) 2016-11-08 11:43:10 +00:00
main Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
test unit test IDE execution improvements (#463) 2017-10-01 12:34:45 +01:00
testUtils Implemented integration tests for the control pad (#476) 2017-10-24 19:36:38 +01:00