Commit graph

188 commits

Author SHA1 Message Date
Adam Baker
b474a6533b Add extra dependency needed for non IDE builds 2018-06-20 21:05:52 +01:00
Adam Baker
4501cdd14a Add a delay after starting a new track when we won't move onto the next track. Fixes #1 2018-06-20 18:09:30 +01:00
Adam Baker
b27be9ee66 Update gradle from version 3.3 to 4.4 2018-06-20 14:52:16 +01:00
Adam Baker
4e3dc8980b Update to newer version of cling, fixes #5 2017-06-11 14:24:51 +01:00
Adam Baker
7a33b529e0 Add a clear playlist option. Fixes #2 2016-05-30 19:43:27 +01:00
Adam Baker
a086c082f5 Add context menu to play list that allows move track up / down
and remove track from playlist
2016-05-29 16:10:58 +01:00
Adam Baker
e31a0caa76 Add an About menu 2016-05-21 22:44:25 +01:00
Adam Baker
c14e3d077c Add Toasts that appear on volume change 2016-01-03 20:03:52 +00:00
Adam Baker
c7f481d5ba Fix possible null pointer dereference in triggerSearch() 2016-01-03 13:40:15 +00:00
Adam Baker
97551357ec Update cling version 2016-01-03 13:36:12 +00:00
Adam Baker
0c8489683e Add a menu option to trigger a device search 2016-01-03 10:15:53 +00:00
Adam Baker
911686f0b7 Add context menu to media items to allow appending to rather than replacing playlist 2015-07-30 21:23:51 +01:00
Adam Baker
ba381244c9 Enable fast scrolling for the server list 2015-05-06 23:08:26 +01:00
Adam Baker
dc293bdd22 Updates to make it build with Android Studio 1.2 2015-05-06 23:07:21 +01:00
1ca89e580a Merge pull request #10 from JonnyJD/gradle
use Gradle Wrapper for build
2014-10-01 18:35:22 +03:00
Johannes Dewender
141af45d53 add gradle wrapper 2014-10-01 16:34:25 +02:00
357fc5e2f1 Fixed lint warnings. 2014-05-14 23:27:20 +02:00
87ad67ca82 Formatting fixes. 2014-05-14 17:24:51 +02:00
6b1fa69b82 Use relative parent directory for Preferences. 2014-05-14 14:59:54 +02:00
48b2fad57c Removed duplicate line. 2014-05-12 17:25:31 +02:00
80d897ba36 Hopefully fixed crash in RemotePlayService#sendMessage, minor refactoring. 2014-05-12 16:08:41 +02:00
17fe44e203 Bumped version to 1.0.2. 2014-05-11 22:02:22 +02:00
de8cc9e435 Fixed server sorting to use friendly name instead of display string. 2014-05-11 22:01:45 +02:00
8186a48d1e Refactoring and extra logging in MediaRouterPlayService. 2014-05-11 14:06:26 +02:00
499390b679 Added screenshots for 7" tablet (thanks Darryl). 2014-05-11 11:10:13 +02:00
9b53986380 Fixed build.gradle to allow signed release builds. 2014-05-10 22:01:21 +02:00
126e79a2b5 Sort routes by name. 2014-05-10 14:58:12 +02:00
1b9e2f0e49 In debug builds, append "(Debug)" to provided route names. 2014-05-10 14:41:13 +02:00
44064c25de Fixed crash when route is added. 2014-05-10 12:33:00 +02:00
263028c42a Bumped version to 1.0.1. 2014-05-09 20:16:37 +02:00
6517b5002b Fixed crash when opening settings for the first time. 2014-05-09 20:14:47 +02:00
e745270f56 Added link to play store, F-Droid badge. 2014-05-09 02:29:10 +02:00
a833c4e079 Added screenshots. 2014-05-09 01:20:13 +02:00
44ed80da0e Bumped version to 1.0.0 2014-05-05 19:53:22 +02:00
7b2d42d640 Changed project structure to use default gradle file layout. 2014-05-05 16:50:58 +02:00
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