- 29 Oct, 2015 1 commit
-
-
Matt Perry authored
-
- 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 8 commits
-
-
Adam Barth authored
-
Adam Barth authored
Previous we dumped a stack trace. Now we produce a more sensible error.
-
Adam Barth authored
-
Adam Barth authored
This patch adds a couple print statements to explain why the first run of `flutter start` takes a while. (We need to download the APK and install it on the device.)
-
Adam Barth authored
-
Adam Barth authored
This patch improves the error handling for several arbitrary issues I encountered while experimenting with the tool this evening.
-
Adam Barth authored
This patch makes `flutter start` work without a clone of the engine git repository. Making this work pulled a relatively large refactor of how the commands interact with application packages and devices. Now commands that want to interact with application packages or devices inherit from a common base class that holds stores of those objects as members. In production, the commands download and connect to devices based on the build configuration stored on the FlutterCommandRunner. In testing, these fields are used to mock out the real application package and devices.
-
Ian Fischer authored
Also fixes some minor bugs with iOS and Android interactions.
-
- 11 Oct, 2015 2 commits
-
-
Adam Barth authored
The --install command isn't needed anymore. We automatically detect when we need to install the APK.
-
Adam Barth authored
-
- 10 Oct, 2015 1 commit
-
-
Adam Barth authored
Expose the main entry point for the tools via the library lets us run the tools from the Flutter package, which simplifies the setup for end developers because they don't need to declare a dependency on sky_tools directly.
-