-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
0cd91c3
commit e2c39e3
Showing
32 changed files
with
1,225 additions
and
887 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.