- 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 5 commits
-
-
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.
-
Devon Carew authored
-
Adam Barth authored
Move Command subclasses into commands directory
-
Adam Barth authored
Changing Desc to match Github Desc.
-
Adam Barth authored
I'm trying to get a feel for the code by writing some simple cleanup patches.
-
- 09 Oct, 2015 5 commits
-
-
Devon Carew authored
-
Ian Fischer authored
Get iOS devices working on Mac if you specify sky-src-path.
-
Ian Fischer authored
-
Robert Martone authored
-
Adam Barth authored
Fix Flutter project template
-
- 08 Oct, 2015 1 commit
-
-
Ian Fischer authored
-
- 07 Oct, 2015 6 commits
-
-
Ian Fischer authored
Add implementation of start and stop commands for iOS.
-
Ian Fischer authored
-
Ian Fischer authored
Don’t give a scary error about not being able to run on Android if there’s no Android device connected.
-
Chinmay Garde authored
-
James Robinson authored
Forward additionalArgs in run_mojo.dart
-
Ian Fischer authored
Just log, don’t exit when the user is missing access to a command. Prevents inappropriately-failing tests.
-
- 06 Oct, 2015 11 commits
-
-
Ian Fischer authored
Just log, don’t exit when the user is missing access to a command. Prevents inappropriately-failing tests.
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
Ian Fischer authored
Beginning implementation of IOSDevice. Implements list and install.
-
Alex Fandrianto authored
In 0.0.15, additional cmdline arguments were not dropped, but now in 0.0.16, the arguments are no longer forwarded. This patchset would restore this forwarding functionality. For example, the following command is intended to pass `enable-multiprocess` to the mojo_shell. `enable-multiprocess` in 0.0.16 does not get passed along, but this patchset would allow it to once again. pub run sky_tools -v --very-verbose run_mojo \ --mojo-path $MOJO_DIR/src \ --app app.flx --android \ -- \ --enable-multiprocess
-
Devon Carew authored
-
Ian Fischer authored
Also update tests to be compatible with the presence of iOS and add tests for list and install.
-
Devon Carew authored
-
Chinmay Garde authored
-
- 05 Oct, 2015 4 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
- 01 Oct, 2015 1 commit
-
-
Ian Fischer authored
-
- 30 Sep, 2015 2 commits
-
-
Ian Fischer authored
-
Ian Fischer authored
Add listen command and basic test, and don’t do unnecessary repeated work when listening or poking the android server.
-
- 29 Sep, 2015 3 commits
-
-
Ian Fischer authored
Add optional prefix to runCommandAndStreamOutput for logs commands.
-
Ian Fischer authored
-
Ian Fischer authored
-