aboutsummaryrefslogtreecommitdiff
path: root/src/github/daneren2005/dsub/service/JukeboxController.java
AgeCommit message (Expand)Author
2015-04-25Update to gradleScott Jackson
2014-06-21Use default system volume UI for cast/jukeboxScott Jackson
2014-04-26Refactor to have a separate RemoteController.updateVolume/setVolumeScott Jackson
2014-04-24Make Jukebox routes reflect volume changes correctlyScott Jackson
2014-02-21Fix crash from changing media route from separate threadScott Jackson
2014-02-19#281 Maintain state between switching from RemoteControllersScott Jackson
2014-02-18Give names to all threadsScott Jackson
2014-02-17There is no reason for DownloadService to exist as a interface, just causes p...Scott Jackson
2013-10-14Fix jukebox not being able to change positionScott Jackson
2013-08-11Only show as playing if status is returned of playingScott Jackson
2013-08-11Minor code improvementsScott Jackson
2013-08-11Stop media player setup concurrent with RemoteControl onScott Jackson
2013-08-11Just use downloadService handler to prevent startup errorScott Jackson
2013-08-11Use JukeboxController instead of JukeboxServiceScott Jackson
2013-08-08Fixes to controllersScott Jackson
2013-08-08Create JukeboxController.javadaneren2005