Commit graph

119 commits

Author SHA1 Message Date
105bb9de94 Formatting fixes.
- add braces to if/for
- indent with tabs instead of spaces
- remove trailing whitespaces
2014-05-05 16:30:54 +02:00
59df28b2bd Properly fix #5 (missing import), formatting. 2014-05-04 17:49:11 +02:00
9bc05b12f5 Improve wifi handling part two.
If a route is removed, RouteFragment goes into deviceListMode. This change
makes it go back into playlistMode if the route set in MediaRouterPlayService
is added again.
2014-05-04 13:54:33 +02:00
34137c051e Improve wifi-handling part one.
If a route is removed, the notification is also removed. This re-creates the notification
if the route is added again.
2014-05-04 13:54:20 +02:00
6960fc0c18 Fixes #5 2014-05-04 13:04:52 +02:00
1e2b56b4e5 Fix scroll to current after notification click when RouteFragment was killed. 2014-05-04 12:55:20 +02:00
cd60c3c66a Fixed play service stopping if PlayFragment is unBound. 2014-05-04 12:22:38 +02:00
55bb705ac0 Fixed potential crash during app start. 2014-05-04 11:58:43 +02:00
5ca26af0e4 Merged 'localroute' project. 2014-05-02 00:23:12 +02:00
c4317782e4 Added option to auto-enable wifi on start. 2014-05-01 21:49:03 +02:00
e90039e7e8 Added option to pause playback on incoming call (enabled by default). 2014-05-01 20:55:06 +02:00
38815cae34 Added back button to preferences ActionBar for honeycomb and later. 2014-05-01 20:34:54 +02:00
57f5d65e30 Fixed crash on wifi disable. 2014-05-01 18:56:54 +02:00
3fc1f9f925 Fixed crash on app kill. 2014-05-01 18:51:05 +02:00
a861c1a81f Added preferences with "Contact Developer" option. 2014-05-01 18:46:30 +02:00
5747680e6a Fixed MediaRouterPlayService being killed on screen rotate. 2014-04-28 09:13:34 +02:00
b016780fca Removed unneeded indirection. 2014-04-28 00:49:53 +02:00
86b4f3ad03 Added default drawables for folders and for files without icons. 2014-04-27 13:36:37 +02:00
10101ed224 Fixed possible crash on startup. 2014-04-21 18:38:25 +02:00
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