COMMITS
/ packages/flutter_tools/test/general.shard/ios/devices_test.dart May 7, 2022
J
Remove custom `unawaited`, prefer `dart:async` version (#103212)
Jenn Magder committed
April 27, 2022
A
add missing trailing commas in list/set/map literals (#102585)
Alexandre Ardhuin committed
April 12, 2022
J
Disallow `flutter run`-ing on 32-bit development devices (#97339)
Jenn Magder committed
October 19, 2021
J
Migrate xcdevice and ios devices to null safety (#92056)
Jenn Magder committed
October 15, 2021
J
Revert "Migrate xcdevice and ios devices to null safety (#91704)" (#91912)
Jenn Magder committed
J
Migrate xcdevice and ios devices to null safety (#91704)
Jenn Magder committed
October 8, 2021
I
Enable avoid_redundant_argument_values lint (#91409) (#91462)
Ian Hickson committed
Z
Revert "Enable avoid_redundant_argument_values lint (#91409)" (#91461)
Zachary Anderson committed
I
Enable avoid_redundant_argument_values lint (#91409)
Ian Hickson committed
August 16, 2021
J
Rename IOSDeviceInterface to IOSDeviceConnectionInterface (#88144)
Jenn Magder committed
July 8, 2021
A
code formatting (#85783)
Alexandre Ardhuin committed
June 23, 2021
B
adds build number of ios device in flutter devices command (#84512)
Balvinder Singh Gambhir committed
May 13, 2021
J
[flutter_tools] remove mocks from devices test (#82369)
Jonah Williams committed
May 12, 2021
A
use throwsXxx instead of throwsA(isA<Xxx>()) (#82328)
Alexandre Ardhuin committed
April 14, 2021
J
Pull XCDevice out of xcode.dart (#80324)
Jenn Magder committed
April 8, 2021
J
Migrate fake_process_manager to null safety (#80018)
Jenn Magder committed
April 6, 2021
J
[flutter_tools] migrate cache to null safety (#79864)
Jonah Williams committed
April 1, 2021
J
Fix device_port_forwarder file name typo (#79481)
Jenn Magder committed
March 31, 2021
J
[flutter_tools] split application package factory dependencies (#79461)
Jonah Williams committed
March 24, 2021
J
Migrate device_port_forwarder to null safety (#78949)
Jenn Magder committed
February 18, 2021
J
Adopt FakeProcess, remove MockProcess (#76276)
Jenn Magder committed
February 11, 2021
J
Remove dead mock classes (#75757)
Jenn Magder committed
January 27, 2021
J
[flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832)
Jonah Williams committed
October 30, 2020
J
[flutter_tools] remove fallback discovery and observatory timeout (#68756)
Jonah Williams committed
October 3, 2020
J
[flutter_tools] flutter logs no longer requires supported device (#66696)
Jonah Williams committed
September 30, 2020
J
Replace MockArtifacts with Artifacts.test() (#67012)
Jenn Magder committed
J
Replace MockCache with Cache.test() (#66946)
Jenn Magder committed
J
Replace MockFile with memory file system files (#66941)
Jenn Magder committed
July 28, 2020
J
Allow hyphens in iOS UDIDs (#62225)
Jenn Magder committed
July 20, 2020
J
Inject iproxy into context (#61762)
Jenn Magder committed
June 29, 2020
J
Fix daemon device discovery crash when Xcode isn't installed (#60546)
Jenn Magder committed
June 26, 2020
J
Use ephemeral ports for iOS port forwarding (#60381)
Jenn Magder committed
June 18, 2020
J
Clean up PollingDeviceDiscovery dispose (#59709)
Jenn Magder committed
June 9, 2020
C
[flutter_tools] Fix slow ios_device_start_prebuilt_test (#59026)
Christopher Fujino committed
June 8, 2020
J
[flutter_tools] only restrict devices based on arch + buildMode, not emulator status (#58887)
Jonah Williams committed
June 1, 2020
J
Change iOS device discovery from polling to long-running observation (#58137)
Jenn Magder committed
May 29, 2020
J
Detect USB/network interface from iOS devices (#58257)
Jenn Magder committed
May 6, 2020
Z
[flutter_tools] Restore base/platform.dart (#56410)
Zachary Anderson committed
April 10, 2020
C
[flutter_tools] Remove fromPlatform from tests (#54152)
Christopher Fujino committed
March 27, 2020
J
[flutter tools] rewrite launch non-prebuilt app tests (#53351)
Jonah Williams committed
J
[flutter_tools] update iOS deploy tests for best practices (#53343)
Jonah Williams committed
March 24, 2020
J
Remove IMobileDevice from globals, hoist to XCDevice constructor (#53144)
Jenn Magder committed
March 20, 2020
J
[flutter_tools] split logger test and create log reader testing interface (#52934)
Jonah Williams committed
March 19, 2020
J
[flutter_tools] split isSupportedForProject test into new file (#52911)
Jonah Williams committed
J
[flutter_tools] refactor ios install/uninstall to new file (#52891)
Jonah Williams committed
J
[flutter_tools] refactor iOS tests for Device.startApp into new file (#52854)
Jonah Williams committed
March 18, 2020
C
Cleanup ios devices (#52568)
Christopher Fujino committed
J
[flutter_tools] refactor the IOSDevicePortForwarder and move tests out of devices_test.dart (#52772)
Jonah Williams committed
March 17, 2020
G
Added the "trace-whitelist" flag to run. (#52556)
gaaclarke committed
March 12, 2020
C
move iosworkflow to globals (#52444)
Christopher Fujino committed