- 19 Jun, 2017 3 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/10630
-
- 18 Jun, 2017 1 commit
-
-
Luke Church authored
-
- 17 Jun, 2017 3 commits
-
-
Jacob Richman authored
* move getTransformTo method from RenderBox to RenderObject. * Cleanup comment. Add slivers test.
-
Chris Bracken authored
* Revert "Make device discovery asynchronous (#10803)" This reverts commit 972be9c8. * Revert "Use Xcode instruments to list devices (#10801)" This reverts commit 37bb5f13. This is to resolve a failure that looks related to a bad install of Xcode 8.0 on our build bots and should be reinstated when the infra issue is diagnosed and resolved. Instruments worked well when this was originally landed, and on the following commit, but started failing two commits after this originally landed. Manual invocation of instruments on the build host currently results in: ``` dyld: Library not loaded: @rpath/InstrumentsAnalysisCore.framework/Versions/A/InstrumentsAnalysisCore Referenced from: /Applications/Xcode8.0.app/Contents/Developer/usr/bin/instruments Reason: image not found Abort trap: 6 ``` It appears the /Applications/Xcode8.0.app/Contents/Applications directory (which contains Instruments) is missing on the host.
-
Chris Bracken authored
Migrates DeviceDiscovery.devices and all device-specific lookup to be asynchronous.
-
- 16 Jun, 2017 21 commits
-
-
Ian Hickson authored
-
Chris Bracken authored
Eliminates the dependency on idevice_id from libimobiledevice. Instead, uses Xcode built-in functionality.
-
Ian Hickson authored
This should improve debug-time performance.
-
Seth Ladd authored
-
Chris Bracken authored
Moves all remaining calls to tools that are part of the libimobiledevice suite of tools to the IMobileDevice class. This allows for better tracking of this dependency, and easier mocking in tests.
-
xster authored
-
Todd Volkert authored
-
Yegor authored
-
Chris Bracken authored
None of these is used outside of devices.dart and being public covers up analysis warnings when they're unused.
-
Todd Volkert authored
-
Chris Bracken authored
-
Chris Bracken authored
All invocations should go via the IMobileDevice class in mac.dart.
-
-
Alexander Aprelev authored
-
Chris Bracken authored
Use a top-level getter in mac.dart rather than a static instance getter and a top-level getter in ios_workflow.dart. Makes this code consistent with how we do context lookups elsewhere.
-
Chris Bracken authored
Extract out IMobileDevice class, move class to idevice_id, ideviceinfo (and eventually other libimobiledevice tools such as iproxy) behind this interface. Add tests for the case where libimobiledevice is not installed, the case where it returns no devices, and the case where it returns device IDs.
-
xster authored
-
xster authored
* remove usages of booted * fix
-
xster authored
-
Michael Goderbauer authored
-
Todd Volkert authored
-
- 15 Jun, 2017 10 commits
-
-
Chris Bracken authored
Eliminates the need for the device/daemon code to get at the iOS/Android tooling indirectly via Doctor. In tests, we now inject the workflow objects (or mocks) directly.
-
Brian Slesinsky authored
- remove unused collector parameter - clarify a comment - inline _currentPackageTestDir
-
Chris Bracken authored
-
Chris Bracken authored
This code is unused in any test. In upcoming changes that migrate to Xcode instruments based device listing, we'll mock out the instruments output separately.
-
Todd Volkert authored
-
Todd Volkert authored
package:test does not allow main() methods to have required arguments - changing to an optional positional arguments list fixes this.
-
xster authored
* started copying stuff into cupertino page route * extracted from material page route. Ready for testing * works with button and gesture * tests and docs * review notes * review notes
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 14 Jun, 2017 2 commits