Commit graph

153 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
65c5e0e793 Added launcher icon. 2014-05-03 17:42:56 +02:00
229764ecde Bumped version to 0.6.0. 2014-05-02 00:29:00 +02:00
5ca26af0e4 Merged 'localroute' project. 2014-05-02 00:23:12 +02:00
7eba914165 Removed unneeded files. 2014-05-02 00:12:23 +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
bdef179b7d Cleaned build.gradle. 2014-05-01 17:42:22 +02:00
5d62f9a02c Updated build.gradle. 2014-04-28 09:14:35 +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
91719cf885 Updated build instructions. 2014-04-27 15:17:15 +02:00
b5bd217f70 Removed unused icon. 2014-04-27 14:53:49 +02:00
86b4f3ad03 Added default drawables for folders and for files without icons. 2014-04-27 13:36:37 +02:00
5ec9cb2271 Removed prebuilt libraries, using 4thline.org maven repository instead. 2014-04-23 20:38:45 +02:00
10101ed224 Fixed possible crash on startup. 2014-04-21 18:38:25 +02:00
0ea2493f1d Bumped version to 0.5.3. 2014-04-13 14:47:55 +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
86b6179ad0 Bumped version to 0.5.2. 2014-02-20 22:11:55 +01:00
f36bf6cb27 Slight adjustments to readme. 2014-02-20 22:10:43 +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
bf427811c6 Updated description in readme. 2014-02-20 17:17:45 +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
8b9359ba4f Bumped version to 0.5.1 2014-01-07 11:11:35 +01:00
7ace238723 Fixed list state in server tab not being restored correctly. 2014-01-05 23:37:36 +01:00