- 04 Feb, 2016 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
- 03 Feb, 2016 5 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
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
- 02 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 01 Feb, 2016 2 commits
-
-
Collin Jackson authored
-
Devon Carew authored
-
- 31 Jan, 2016 2 commits
-
-
Devon Carew authored
fixed sub-process stdout parsing; added todos
-
Devon Carew authored
-
- 29 Jan, 2016 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Kris Giesing authored
-
- 28 Jan, 2016 7 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
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()
-
Devon Carew authored
-
- 27 Jan, 2016 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Jason Simmons authored
Also fix a bug where the trace command may capture the wrong file if multiple trace file paths are in the Android log buffer. Previously we found a lower bound timestamp for the trace path log by running the date command on the device and parsing the result on the host. This could yield an inaccurate result if the device and host are using different time zones. The command will now obtain the most recent timestamp in the device's time format by running logcat.
-
- 26 Jan, 2016 4 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
- 25 Jan, 2016 5 commits
-
-
Adam Barth authored
Xcodebuild produces a lot of output that isn't relevant to developers. We should hide it by default.
-
Devon Carew authored
-
Adam Barth authored
We now check that you've got an "ios" directory and that you have the proper version of Xcode.
-
Matt Perry authored
Also improve the error message a bit if a download fails.
-
Seth Ladd authored
-
- 24 Jan, 2016 1 commit
-
-
Ian Hickson authored
-
- 22 Jan, 2016 3 commits
-
-
Eric Seidel authored
Turns out linux does have an ideviceinstaller package however it doesn't contain idevice_id or any of the other tools we use. Furthermore we don't have xcrun or the rest of xcode on linux so we can't manipulate simulators either. No sense in printing out a warning that ios isn't supported every time on linux, so I wrapped that block in osx only. @chinmaygarde @devoncarew
-
Devon Carew authored
remove device type specific checks
-
Matt Perry authored
Third-party libraries can now provide their own mojo services. They do so by adding a config.yaml file to their pub package which contains - a list of service names and java classes which handles that service's registration. - a list of pre-built .jar files to statically link with the app's shell when building the app.
-
- 21 Jan, 2016 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
-