Commit graph

100 commits

Author SHA1 Message Date
e83388b5f1 Fixed seek not working. 2014-04-13 14:24:30 +02:00
5aa6ae6ed8 Fixed next track not autoplaying on gmediarenderer. 2014-04-13 13:08:03 +02:00
2997938e18 Fixed playback to gmediarenderer.
Calling stop before play fixes the otherwise buggy playback.
2014-04-13 11:38:05 +02:00
635bdb04d3 Removed unused line. 2014-04-09 10:32:49 +02:00
9c315124e1 Changes to device names/descriptions that are displayed. 2014-02-28 11:09:23 +01:00
6cab4b4d32 Fixed playback stopping after first track of new playlist, fixed notification not showing. 2014-02-22 02:00:11 +01:00
b06d889c10 Added scrolling to current track on notification click. 2014-02-21 23:29:56 +01:00
0dc71c4025 Added fixed ordering for devices. 2014-02-20 22:04:17 +01:00
d8947fff67 Removed unused comparison feature in FileArrayAdapter (this is done server-side). 2014-02-20 21:59:20 +01:00
5f79120cc7 Fixed play/pause button status after exiting playlist during playback and reentering it. 2014-02-09 20:28:34 +01:00
b804cef68a Fixed play notification to show playlist on click. 2014-02-09 20:00:56 +01:00
2314e895d1 Removed trailing whitespaces, replaced space intendation with tabs. 2014-02-08 21:16:30 +01:00
10e5f86ecf Extracted RemotePlayService.Binder into RemotePlayServiceBinder. 2014-02-08 21:06:18 +01:00
c0146efb72 Changed RemotePlayService so that it works for multiple routes at once. 2014-02-08 20:50:26 +01:00
c02d9124ae Fixed a crash on notification tap. 2014-02-08 20:50:14 +01:00
278c2bb75a Fixed crash on screen rotation in server fragment. 2014-02-03 03:49:27 +01:00
b037a17f2a Fixed crash on screen rotation in playlist view. 2014-02-01 22:24:24 +01:00
7ace238723 Fixed list state in server tab not being restored correctly. 2014-01-05 23:37:36 +01:00
86ba981c3c Changed wifi disabled warning dialog. 2014-01-05 22:28:48 +01:00
017c8a6411 Fixed play/pause state to be correct after playlist is over. 2014-01-05 20:26:35 +01:00
c69bb01b7b Fixed play/pause state being wrong on some possible execution flows. 2014-01-05 19:53:15 +01:00
5b392f0393 Improved error reporting, show errors as toast. 2014-01-05 01:13:36 +01:00
cb65836ff4 Minor refactoring. 2014-01-04 17:56:59 +01:00
b0f124c158 Changed string.xml organization, fixed play/pause button description. 2014-01-04 17:41:44 +01:00
3589b71da6 Fixed status being polled while playback is paused. 2014-01-04 16:58:26 +01:00
7619bc174a Fixed playback not working after activity resume. 2014-01-04 15:25:11 +01:00
002934b2a1 Fixed duplicate routes being added on activity resume. 2014-01-04 03:54:13 +01:00
3b7bc513ad Changed RouteFragment to scroll to current item on clicking play button. 2014-01-03 15:43:08 +01:00
b98df87408 Fixed tracks being skipped. 2014-01-03 14:49:47 +01:00
8d48f73e07 Fixed crash if music file has not artist metadata. 2014-01-02 17:25:20 +01:00
3c0d586509 Added gradle support. 2014-01-02 05:28:20 +01:00
7f5a1f1496 Changed behaviour of 'previous' button.
Single tap restarts current item, double tap plays previous item.
2014-01-02 05:27:11 +01:00
104464713f Changed next button on last playlist item to stop playback. 2014-01-02 05:27:11 +01:00
e31747e44b Added shuffle and repeat functionality. 2014-01-02 05:27:11 +01:00
0090dbb107 Changed some strings. 2014-01-02 05:27:11 +01:00
82bb045911 Fixed server icons flickering. 2014-01-02 05:27:11 +01:00
1cbee26731 Fixed crash when playing to XBMC. 2014-01-02 05:27:11 +01:00
24e2b7c0ed Fixed crash when disabling wifi. 2014-01-02 05:27:11 +01:00
d950487610 Workaround for crash when Windows Media Player is active. 2014-01-02 05:27:10 +01:00
33c6eababa Refactored ListView mode changes into seperate methods. 2014-01-02 05:27:10 +01:00
956a16c5cc Fixed notification not showing after resuming playback. 2014-01-02 05:27:10 +01:00
6eab372680 Restore current tab if app was killed by system. 2014-01-02 05:27:10 +01:00
90cec806ae Fixed another BroadcastReceiver leak. 2014-01-02 05:27:10 +01:00
5694d45660 Fixed BroadcastReceiver being leaked on exit. 2014-01-02 05:27:10 +01:00
d2a8aeeb34 Fixed crash when exiting app during playback. 2014-01-02 05:27:10 +01:00
bb2d385460 Fixed RouteFragment to show correct empty view when showing playlist on start. 2014-01-02 05:27:10 +01:00
8bdbd40c7c Renamed "renderer" tab to "route". 2014-01-02 05:27:10 +01:00
cc2fda0166 Changed notification to always shouw route fragment. 2014-01-02 05:27:10 +01:00
8a08fb00ec Changed playlist to automatically scroll to current item in playlist on change. 2014-01-02 05:27:10 +01:00
484fbe3bdd Fixed notification being permanently updated. 2014-01-02 05:27:10 +01:00