- 02 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Feb, 2016 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
- 26 Feb, 2016 4 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Yegor Jbanov authored
flutter start's method of finding devices to run the app on is not suitable for flutter drive. This commit also refactors several tool services to allow mocking in unit tests.
-
Devon Carew authored
-
- 24 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 22 Feb, 2016 2 commits
-
-
Devon Carew authored
-
Chinmay Garde authored
-
- 20 Feb, 2016 2 commits
-
-
yjbanov authored
Runs a test app and a driver test simultaneously, then stops the app. Usage: ``` flutter drive --target=/path/to/test/app.dart ``` This command will look for `/path/to/test/app_test.dart` by convention. We will expand into other ways of discovering tests in the future.
-
Chinmay Garde authored
-
- 17 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 16 Feb, 2016 1 commit
-
-
Adam Barth authored
This removes a step that can cause trouble. Fixes #1904
-
- 15 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 14 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Feb, 2016 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
- 10 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 09 Feb, 2016 1 commit
-
-
Matt Perry authored
Previously we'd always stop org.domokit.sky.shell. If an AndroidManifest.xml exists, we'll use the activity specified in there instead.
-
- 03 Feb, 2016 2 commits
-
-
Matt Perry authored
flutter start no longer depends on a pre-built SkyShell.apk. It builds a new one, as long as an AndroidManifest.xml exists. We rebuild the .apk every time either AndroidManifest.xml or flutter.yaml changes.
-
Devon Carew authored
-
- 02 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 01 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 31 Jan, 2016 1 commit
-
-
Devon Carew authored
fixed sub-process stdout parsing; added todos
-
- 28 Jan, 2016 3 commits
-
-
Devon Carew authored
-
Jason Simmons authored
Add a --full-restart flag to the start command that controls whether we stop the application process SkyActivity now allows reloading application Dart code within an existing activity. If a SkyActivity instance is already running, then passing --no-full-restart will restart the Dart code without killing and restarting the SkyShell application. (full-restart will remain the default until the engine that supports this is rolled out) Also remove the obsolete --poke flag
-
Devon Carew authored
rename to printTrace(), printStatus(), and printError()
-
- 22 Jan, 2016 1 commit
-
-
Devon Carew authored
remove device type specific checks
-
- 21 Jan, 2016 2 commits
-
-
Devon Carew authored
-
Eric Seidel authored
Was failing when starting in the iOS Simulator @chinmaygarde
-
- 20 Jan, 2016 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
fix an issue where errors were printed twice
-
- 15 Jan, 2016 2 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
- 13 Jan, 2016 1 commit
-
-
Seth Ladd authored
-
- 05 Jan, 2016 1 commit
-
-
Devon Carew authored
-
- 29 Dec, 2015 1 commit
-
-
Ian Hickson authored
Fixes #1034, at least for start and listen.
-
- 03 Dec, 2015 1 commit
-
-
Eric Seidel authored
iOS takes a different codepath and will need more work. @chinmaygarde
-