- 10 Jul, 2017 7 commits
-
-
Todd Volkert authored
Fixes #7894
-
Todd Volkert authored
The output of the analyzer gives the full path to the Dart file, so we had to adjust the string matching to account for that. https://github.com/flutter/flutter/issues/7894
-
Yegor authored
-
Michael Goderbauer authored
-
Todd Volkert authored
* Include the process' `stdout` and `stderr` when it returns a non-zero exit code in `runCheckedAsync()` * Defensively catch errors in `AndroidDevice.isAppInstalled()` and return false
-
Devon Carew authored
-
Seth Ladd authored
* report run target and if it is an emulator * don't print debug * rename parameter, remove unused variable * fix test * fix comment * tweak from review, and fix analyzer error * send custom parameters for the event, not the session * fix mock * use the +1 for usage
-
- 07 Jul, 2017 6 commits
-
-
Devon Carew authored
* add a --machine mode to flutter config * review feedback
-
Devon Carew authored
* minor tweaks to the output for flutter_tools * update test expectations
-
-
Michael Goderbauer authored
* Revert "test missed a mock (#11098)" This reverts commit 1a01de9a. * Revert "Roll engine to 9117705b3653565a240314481c63eb93090f7232 (#11114)" This reverts commit 12b39528.
-
xster authored
-
Michael Goderbauer authored
-
- 06 Jul, 2017 2 commits
-
-
Michael Goderbauer authored
* Exclude modal barrier from semantics on Android * Add tests
-
xster authored
* Make the drag resistance non-linear * Let the easing of overscroll have a spring effect too * Add tests and prevent possible drift by having a slightly smaller resistance when easing the overscroll * lint
-
- 05 Jul, 2017 6 commits
-
-
Chris Bracken authored
Snapshot dependency files now backslash-escape dependency paths containing spaces and backslashes. See: https://codereview.chromium.org/2966903003/
-
Michael Goderbauer authored
-
Ian Hickson authored
-
Chris Bracken authored
Previously, the snapshot file was recomputed on every build. We now record checksums for all snapshot inputs (which are catalogued in the snapshot dependencies file output alongside the snapshot) and only rebuild if the checksum for any input file (or the previous output file) has changed.
-
-
Collin Jackson authored
-
- 02 Jul, 2017 1 commit
-
-
Ian Hickson authored
(Needs https://github.com/dart-lang/sdk/issues/28519)
-
- 01 Jul, 2017 1 commit
-
-
Ian Hickson authored
* AutomaticKeepAlive A Widget that listens for notifications from widgets that don't want to die. * Automatically wrap SliverList and SliverGrid children in AutomaticKeepAlive widgets * Fixes for review comments
-
- 30 Jun, 2017 11 commits
-
-
Chris Bracken authored
Previously, the snapshot file was recomputed on every build. We now record checksums for all snapshot inputs (which are catalogued in the snapshot dependencies file output alongside the snapshot) and only rebuild if the checksum for any input file has changed.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/11041
-
Ian Hickson authored
And add a test to verify we don't do this again.
-
-
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 6 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. ```
-