- 13 Mar, 2020 6 commits
-
-
Jonah Williams authored
This reverts commit 3e25e60f.
-
Jonah Williams authored
-
Jonah Williams authored
Reland of #50707
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 1bf9d6f4.
-
Christopher Fujino authored
-
- 12 Mar, 2020 7 commits
-
-
Jonah Williams authored
-
Zachary Anderson authored
-
Jonah Williams authored
Reland of #52149
-
Finn authored
-
Christopher Fujino authored
-
Dmitry Ratushnyy authored
-
Zachary Anderson authored
Revert "[flutter_tools] Update background isolates when performing hot reload/restart (#52149)" (#52476) This reverts commit edd03a1a.
-
- 11 Mar, 2020 3 commits
-
-
Jonah Williams authored
When performing a hot restart, collect isolates without an attached flutter view and send a kill signal. These must have been spawned by running main, so restarting without removing them leads to isolate duplication. When performing a hot reload, ensure that we send a reloadSources command to every isolate and not just uiIsolates.
-
Jonah Williams authored
When attempting to start an emulator in profile mode, ensure the daemon can exit gracefully
-
Emmanuel Garcia authored
-
- 10 Mar, 2020 15 commits
-
-
Jonah Williams authored
Updates VisualStudio and VisualStudioValidator to use constructors instead of global injection. Updates VisualStudio test cases to prefer FakeProcessManager Updates build_windows test to work without injected VisualStudio
-
Zachary Anderson authored
-
Zachary Anderson authored
-
Zachary Anderson authored
-
Jonah Williams authored
When the AndroidDevice checks for the current API version, it isn't handling a null response. While we can refuse to run on API levels that are unsupported, we should probably assume that a null response = lowest possible API level and allow these to run.
-
Zachary Anderson authored
-
Zachary Anderson authored
-
Jonah Williams authored
-
Jonah Williams authored
The Azure bot detection can take up to a second to determine if a client is/isn't a bot. To prevent this from slowing down all flutter commands, we can cache the results in the persistent tool state - since we don't expect the same client id to ever become a bot or stop being a bot
-
Jonah Williams authored
Previously the AdbLogReader did async setup in the StreamController.onListen callback, specifically it would query the api version and start the adb process. If the log subscription was cancelled before this setup completed, then the log output could (haven't confirmed) get added to a closed controller, causing the above state error.
-
Jenn Magder authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
This option was defaulting to on, which was tickling some benchmarks
-
- 09 Mar, 2020 1 commit
-
-
Angjie Li authored
* Support Android Chrome for Flutter Web Driver.
-
- 07 Mar, 2020 2 commits
-
-
Dan Field authored
-
- 06 Mar, 2020 6 commits
-
-
Jonah Williams authored
-
Christopher Fujino authored
-
Jonah Williams authored
This reverts commit 20bf43b9.
-
Jenn Magder authored
-
Jenn Magder authored
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-