12 Commits

Author SHA1 Message Date
Matt Perry
cfa5b8191f Remove old methods from Activity mojom interface after they were moved.
This is part 3 of my 3 part change to add the udpater sky package.
2015-10-01 12:10:54 -04:00
Matt Perry
3266b147cf Implement working UpdateTask in Dart
Dart code now supports the full flow that the C++ code used to: version check,
download, replace app bundle. Bonus: the Dart code is much easier to follow,
thanks to async/await!

This is part 2 of a 3-part change. The first part added new mojom
interfaces, PathService and UpdateService, to the sky_services package.
2015-09-30 18:13:11 -04:00
Matt Perry
325a309c6d Add new mojom interfaces PathService and UpdateService.
These will be used by the updater package.
2015-09-30 14:28:49 -04:00
James Robinson
8a15072435 Updates for change in Mojom dart enum generation 2015-09-24 10:35:20 -07:00
Andrew Wilson
38be8f6e8d Persist immersiveness. 2015-08-31 14:31:25 -07:00
Adam Barth
13355a99b0 Add SetRequestedOrientation to Activity service
Fixes #743
2015-08-21 12:49:49 -07:00
Adam Barth
2419fcf86b Add haptic and aural feedback service
And use the service in mine_digger to notify the user when they flag a bomb.
2015-08-14 12:46:04 -07:00
Adam Barth
1cc0d73211 Add support for immersive mode on Android
Fixes #512
2015-08-11 10:13:34 -07:00
Eric Seidel
2d53f7f04b Add getCacheDir and getFilesDir to Activity.mojom
I'll use them in Fitness App in a follow-up patch.

@abarth
2015-08-07 12:48:19 -07:00
John McCutchan
44c883a340 Add DartPackage annotation 2015-07-30 14:19:09 -07:00
Eric Seidel
3db7d96a65 Guard TaskDescription with API version 21 2015-07-16 14:09:08 -07:00
Collin Jackson
a64559ab70 After running filter-branch, move root directory into sky/ 2015-07-16 11:54:25 -07:00