- 25 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 21 Mar, 2016 2 commits
-
-
Chinmay Garde authored
All artifacts for iOS are universal.
-
Devon Carew authored
-
- 17 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 14 Mar, 2016 3 commits
-
-
Hixie authored
-
Adam Barth authored
Instead, require an AndroidManifest.xml and always build an APK. Fixes #2517
-
Ian Hickson authored
-
- 11 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 10 Mar, 2016 1 commit
-
-
Eric Seidel authored
Previously we were ignoring the return code and continuing. @devoncarew
-
- 04 Mar, 2016 1 commit
-
-
Steve Messick authored
-
- 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
-