- 29 Oct, 2015 8 commits
-
-
Todd Volkert authored
Wait for sky server to start before starting device
-
Todd Volkert authored
Instead of just waiting for the sky server process to start before we start the activity on the device, this causes us to wait for the sky server to actually start listening on its port Fixes #141
-
Hixie authored
-
Matt Perry authored
Depend on exact version of flx package so I can make breaking changes.
-
Matt Perry authored
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
remove an unused import review comments rename st --> stack
-
- 28 Oct, 2015 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
Add a badge for AppVeyor. (TBR)
-
Hixie authored
We also have to require a newer test package, since the old one depends on a version of the analyzer that uses dart:profiler, which is gone and replaced by dart:developer.
-
- 26 Oct, 2015 2 commits
-
-
Matt Perry authored
-
Matt Perry authored
-
- 24 Oct, 2015 4 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
Increase the test timeout for the `init` test to 2 minutes (test was timing out downloading assets on appveyor).
-
Devon Carew authored
remove a runInShell arg on windows when launching pub
-
- 23 Oct, 2015 5 commits
-
-
Chinmay Garde authored
-
Nathan Kerr authored
-
Adam Barth authored
Don't rely on external shasum program to calculate sum of the APK.
-
Nathan Kerr authored
Windows has no direct way to kill a process based on port. Uses netstats and loops through the results to find the correct process to kill. Also modify Process.run for the server to runInShell if on Windows. Style nits.
-
Nathan Kerr authored
-
- 21 Oct, 2015 3 commits
-
-
Chinmay Garde authored
Avoid script snapshot creation if the --precompiled flag is set during builds
-
Devon Carew authored
-
Chinmay Garde authored
-
- 19 Oct, 2015 3 commits
-
-
Matt Perry authored
-
Matt Perry authored
Adds a --private-key option to the build command, which specifies an ECDSA private key. When this is provided along with a manifest, the manifest is prepended to the .flx package and signed with the private key. The manifest also includes a SHA-256 hash of the zipped content portion of the .flx package. This is used by the Flutter updater package, to verify that updates are from the right publisher.
-
Adam Barth authored
Fixes https://github.com/flutter/engine/issues/1613
-
- 18 Oct, 2015 1 commit
-
-
Devon Carew authored
-
- 17 Oct, 2015 1 commit
-
-
Devon Carew authored
-
- 16 Oct, 2015 1 commit
-
-
Adam Barth authored
The `run_mojo` command doesn't integrate with `FlutterCommand` and doesn't understand how to download its toolchain components ahead of time. Eventually we should teach `run_mojo` how to integrate with the `Toolchain` class, but until then, we can fix the regression by eagerly setting `ArtifactStore.packageRoot` again. Fixes https://github.com/domokit/mojo/issues/475
-
- 14 Oct, 2015 4 commits
-
-
Adam Barth authored
-
Adam Barth authored
We were checking for a pubspec.yaml too early.
-
Adam Barth authored
-
Adam Barth authored
Now we use a debuggable APK and chmod the installation directory to be world readable/writable. Fixes https://github.com/flutter/engine/issues/126
-
- 13 Oct, 2015 4 commits
-
-
Adam Barth authored
-
Adam Barth authored
Instead, just print the usage.
-
Adam Barth authored
A common use case for members of the Flutter team is to have a dependency override for the flutter package that points back into the engine src tree. We can use that override to automatically detect the engine src path, which makes the command line shorter.
-
Adam Barth authored
Instead of calling through `pub` to invoke build, this patch refactors the build command so that it can be called directly.
-
- 12 Oct, 2015 1 commit
-
-
Adam Barth authored
-