- 21 Jun, 2017 11 commits
-
-
Jason Simmons authored
-
Jason Simmons authored
-
Jason Simmons authored
-
P.Y. Laligand authored
-
Devon Carew authored
-
Seth Ladd authored
-
Jacob Richman authored
* Revert "Revert "Change all ocurrences of '$runtimeType#$hashCode' to use the idAndType method. (#10871)" (#10880)" This reverts commit ceb814aa.
-
Alan authored
-
jcollins-g authored
-
Jacob Richman authored
Revert "Change all ocurrences of '$runtimeType#$hashCode' to use the idAndType method. (#10871)" (#10880) This reverts commit d46e208b.
-
Jacob Richman authored
* Change all instances of '$runtimeType#$hashCode' to use the describeIdentity method. The describeIdentity method generates a shorter description with a consistent length consisting of the runtime type and the a 5 hex character long truncated version of the hash code.
-
- 20 Jun, 2017 13 commits
-
-
Michael Goderbauer authored
-
Brian Slesinsky authored
(The Flutter plugin will use this to update the UI with test progress.)
-
Michael Goderbauer authored
Going forward, Android support libraries are published on maven (instead of bundling them with the SDK). Many plugins depend on these. To avoid requiring plugin users to add the maven repository to their app this change adds the repository to the template for `flutter create`. This also bumps the support-annotations dependency to 25.4.0 (which also requires the new maven repository).
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/10541
-
jcollins-g authored
* Add version information to dartdoc footer * Add final to variable declaration * Drop toString()
-
Michael Goderbauer authored
Remaining known issues are #10831 and #10830.
-
Chris Bracken authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/10703
-
Ian Hickson authored
Introduce CompositedTransformTarget and CompositedTransformFollower widgets, corresponding render objects, and corresponding layers. Adjust the way text fields work to use this. Various changes I needed to debug the issues that came up.
-
Hans Muller authored
-
Seth Ladd authored
* send channel name as a custom dimension * tweaks from review * remove unused import
-
Devon Carew authored
-
Ian Hickson authored
-
- 19 Jun, 2017 7 commits
-
-
Chris Bracken authored
Replace use of ideviceinfo in devicelab tests with Xcode instruments lookup.
-
Chris Bracken authored
This libimobiledevice tool is no longer used anywhere in the flutter_tools codebase.
-
Chris Bracken authored
This reverts commit b2909a24. This resubmits the following patches: 1. Use Xcode instruments to list devices (#10801) Eliminates the dependency on idevice_id from libimobiledevice. Instead, uses Xcode built-in functionality. 2. Make device discovery asynchronous (#10803) Migrates DeviceDiscovery.devices and all device-specific lookup to be asynchronous.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/10681
-
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 5 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.
-