- 30 Oct, 2020 1 commit
-
-
Jonah Williams authored
The flutter run failures are cause by the application occasionally taking a long time to start up. This caused the ios fallback discovery to kick in, which will always fail if the application hasn't started. Solution: remove the iOS fallback discovery and wait up to 30 seconds. This has not proven to reduce the flakes, but it does at least remove one error case and removes code that will no longer work without the mDNS fallback.
-
- 03 Oct, 2020 1 commit
-
-
Jonah Williams authored
Flutter logs should not attempt to filter the device list based on the current project, because it does not require a current project. Also fix disabled polling test Fixes #47996 Fixes #63550
-
- 30 Sep, 2020 3 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
Jenn Magder authored
-
- 28 Jul, 2020 1 commit
-
-
Jenn Magder authored
-
- 20 Jul, 2020 1 commit
-
-
Jenn Magder authored
-
- 29 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 26 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 18 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 09 Jun, 2020 1 commit
-
-
Christopher Fujino 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
-
- 01 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 29 May, 2020 1 commit
-
-
Jenn Magder authored
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 10 Apr, 2020 1 commit
-
-
Christopher Fujino authored
-
- 27 Mar, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 24 Mar, 2020 1 commit
-
-
Jenn Magder authored
* Convert ios_device_logger_test.dart to testWithoutContext * Remove IMobileDevice from globals, hoist to XCDevice constructor
-
- 20 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 19 Mar, 2020 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 18 Mar, 2020 2 commits
-
-
Christopher Fujino authored
-
Jonah Williams authored
[flutter_tools] refactor the IOSDevicePortForwarder and move tests out of devices_test.dart (#52772) Updates the IOSDevicePortForwarder to no longer depend on context, or on an IOSDevice instance. Instead, it receives all necessary configuration through the constructor. Moves the IOSDevicePortForwarder to a separate file.
-
- 17 Mar, 2020 1 commit
-
-
gaaclarke authored
-
- 12 Mar, 2020 1 commit
-
-
Christopher Fujino authored
-
- 03 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 25 Feb, 2020 2 commits
-
-
Zachary Anderson authored
-
Christopher Fujino authored
-
- 14 Feb, 2020 1 commit
-
-
Zachary Anderson authored
-
- 06 Feb, 2020 4 commits
-
-
Jonah Williams authored
-
Jenn Magder authored
-
Jenn Magder authored
This reverts commit 3aa7a800.
-
Jenn Magder authored
-
- 05 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 29 Jan, 2020 1 commit
-
-
Jenn Magder authored
-
- 27 Jan, 2020 1 commit
-
-
Dan Field 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 1 commit
-
-
Alexandre Ardhuin authored
-