- 15 Oct, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit d962c8f2.
-
- 14 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 13 Oct, 2020 1 commit
-
-
Jonah Williams authored
Remove "This is taking a long time" progress timeout and TimeoutConfiguration.
-
- 05 Oct, 2020 1 commit
-
-
Jonah Williams authored
Cleans up some undocumented classes and re-organizes the AndroidDevices class to avoid the need for the static testing only member. Adds a script for tracking globals.
-
- 15 Jun, 2020 1 commit
-
-
duzenko authored
-
- 08 Jun, 2020 1 commit
-
-
Jonah Williams authored
instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target. This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
-
- 20 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 19 May, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit 602d8baf.
-
Jonah Williams authored
-
- 14 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 25 Mar, 2020 3 commits
-
-
xster authored
-
Jenn Magder authored
Revert "Let flutter attach find the service port by looking through old logs again (#53153)" (#53282) This reverts commit 0c5ffdc9.
-
xster authored
-
- 19 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 18 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 17 Mar, 2020 1 commit
-
-
gaaclarke authored
-
- 13 Mar, 2020 3 commits
-
-
Jonah Williams authored
This reverts commit 9186dfc3.
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 1bf9d6f4.
-
- 12 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 10 Mar, 2020 2 commits
-
-
Zachary Anderson authored
-
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.
-
- 06 Mar, 2020 1 commit
-
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-
- 04 Mar, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-
Flutter GitHub Bot authored
-
- 28 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-
Zachary Anderson authored
-
- 27 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit f1cd47ef.
-
Zachary Anderson authored
-
- 05 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 03 Feb, 2020 1 commit
-
-
Zachary Anderson authored
-
- 29 Jan, 2020 1 commit
-
-
Terry Lucas authored
* Fix parameter to adb to be _package.id instead of package._launchActivity.
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 24 Jan, 2020 1 commit
-
-
Jason Simmons authored
-
- 17 Jan, 2020 1 commit
-
-
Anthony authored
[a11y] Make sure RenderFractionalTranslation updates its semantics after the translation field is set (#48985)
-
- 16 Jan, 2020 2 commits
-
-
Jonah Williams authored
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 Dec, 2019 1 commit
-
-
Zachary Anderson authored
-