- 30 Jun, 2017 7 commits
-
-
Chris Bracken authored
* Only one call to createSnapshot exists, and it's in the same library. * Eliminate conditional logic around the presence of depfilePath, the only existing call always passes a non-null depfilePath.
-
xster authored
* Output verbose cocoapods output when pod install has an error or if flutter build/run is in -v * remove repeated stdout
-
Hans Muller authored
-
Sarah Zakarias authored
-
Jacob Richman authored
-
Brian Slesinsky authored
This adds a way to run only a subset of the tests. (The new flags do the same thing as 'pub run test'.)
-
xster authored
-
- 29 Jun, 2017 10 commits
-
-
Alexander Aprelev authored
-
Devon Carew authored
* increase the timeout for service discovery * remove the timeout for discovering service ports
-
xster authored
-
Hans Muller authored
-
Hans Muller authored
-
Michael Thomsen authored
Remove terminating semicolons; they are causing an "code inspection warning" in Android Studio: ``` This inspection reports redundant semicolon (';') token which is not required in Kotlin and may be removed. ```
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
- 28 Jun, 2017 3 commits
-
-
Ian Hickson authored
-
xster authored
* Guess sign with the first certificate when multiple are available in machine mode * review
-
Chris Bracken authored
In the case where the CocoaPods 'pod install' step fails, emit its stdout to provide any potentially-useful error messages to the user.
-
- 27 Jun, 2017 9 commits
-
-
Ian Hickson authored
-
Todd Volkert authored
This reverts commit b800654a.
-
Todd Volkert authored
This time, do so in Travis' sudo-enabled environment, which is said to be less prone to networking issues. It also means we'll run in an env with 7.5GB of RAM instead of 4GB or RAM (at the cost of about 45 seconds of extra boot-up time). https://github.com/flutter/flutter/issues/10940
-
Ian Hickson authored
This reverts commit aa904a58.
-
Todd Volkert authored
Fixes #10940
-
Jacob Richman authored
* Switch existings tests to use equalsIgnoringHashCodes and add more tests.
-
Jacob Richman authored
* Use defaultTargetPlatform instead of Platform.operatingSystem for ImageProvider. Add convenience helper to make it easier to display a short string for an enums value. * Add comment linking to issue.
-
Alexander Aprelev authored
-
Yegor authored
-
- 26 Jun, 2017 10 commits
-
-
Chris Bracken authored
And fix a typo in a test description.
-
Chris Bracken authored
Previously, xcodeMajorVersion and xcodeMinorVersion returned null unless xcodeVersionSatisfactory had been called first. We now compute them on demand, and cache the resultant values.
-
Chris Bracken authored
Also, correct an existing test description.
-
Ian Hickson authored
Applies comments I missed from https://github.com/flutter/flutter/pull/10904.
-
gspencergoog authored
* Prefix and Suffix support for TextFields * Adding Tests * Removing spurious newline. * Fixing a small problem with the test * Code review changes * Code Review Changes * Review Changes * Export the new StrokeJoin enum * Added example for line styles, and enabled line join styles. * Reverting inadvertent change to main.dart. * Updated due to code review of engine code * Removed example.
-
Ian Hickson authored
...so that we can compare it to the not-working test next to it.
-
Michael Goderbauer authored
-
Mikkel Nygaard Ravn authored
-
Sarah Zakarias authored
-
Devon Carew authored
-
- 24 Jun, 2017 1 commit
-
-
Yegor authored
-