- 07 Nov, 2015 2 commits
-
-
Adam Barth authored
Rather than using the Flutter unit tests to test FLX, we can just test FLX directly. Also, clean up the dependencies in the pubspec to match the code.
-
Adam Barth authored
Using local paths ensures that each package sees each other package at HEAD.
-
- 06 Nov, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
- 04 Nov, 2015 5 commits
-
-
Adam Barth authored
-
Matt Perry authored
-
Matt Perry authored
This means we no longer depend on the dart 1.13 beta SDK.
-
Matt Perry authored
Add a test for signing/verifying with a random generated key pair.
-
Adam Barth authored
-
- 03 Nov, 2015 1 commit
-
-
Adam Barth authored
-
- 02 Nov, 2015 1 commit
-
-
Adam Barth authored
-
- 29 Oct, 2015 1 commit
-
-
Hixie authored
sky_engine is now at 0.0.45 sky_services is now at 0.0.45 flx is now at 0.0.4 flutter is now at 0.0.15 flutter_sprites is now at 0.0.12
-
- 28 Oct, 2015 2 commits
-
-
Hixie authored
sky_engine is now at 0.0.44 sky_services is now at 0.0.44 flx is now at 0.0.3 flutter is now at 0.0.14 flutter_sprites is now at 0.0.11
-
Matt Perry authored
-
- 26 Oct, 2015 1 commit
-
-
Matt Perry authored
This changes flutter's updater package to depend on and use the new flx package. I also did a little cleanup of the Bundle interface.
-
- 21 Oct, 2015 3 commits
-
-
Matt Perry authored
-
Matt Perry authored
This will be shared by sky/updater and flutter_tools. Currently bundle.dart and signing.dart are unmodified copies of the files from updater and flutter_tools, respectively. This is so future changes are easier to see.
-
Adam Barth authored
-
- 19 Oct, 2015 1 commit
-
-
Matt Perry authored
Adds a step to the updater to verify that the new .flx package is signed and untampered. Each .flx contains a signed manifest file. The manifest contains a SHA-256 hash of the .flx contents. See bundle.dart for a description of the new .flx format.
-
- 12 Oct, 2015 1 commit
-
-
Adam Barth authored
We can build Fitness again now that playfair has been updated to account for the package:flutter rename.
-
- 10 Oct, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
- 30 Sep, 2015 2 commits
-
-
Matt Perry authored
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.
-
Adam Barth authored
-
- 23 Sep, 2015 1 commit
-
-
Matt Perry authored
This adds a new placeholder dart package updater in sky/packages. This is built into a snapshot and compiled into the Sky engine binary using the same mechanism as the Dart isolate. I also added a SkyHeadless class, similar to SkyView, used for running Dart code without a view.
-