- 13 Jul, 2017 6 commits
-
-
Michael Goderbauer authored
-
Alexandre Ardhuin authored
* fix examples/layers/widgets/gestures.dart * use a list of colors to avoid error prone in elseif * address review comments * add tests * keep index to lower complexity * address review comments
-
xster authored
* Disable cocoapods stats * Add a comment for code readers * fix new test
-
xster authored
* start * with create * refactor cocoapod code, add tests * fix tests * throw when cocoapod missing * obj-c projects don’t use use_framework!
-
Chris Bracken authored
Apply a 30 second timeout to Android/iOS device polling. If there's a device poll already in progress, skip polling for new devices; wait for the first request to return/timeout.
-
Michael Goderbauer authored
Was broken by https://github.com/flutter/flutter/commit/dba29aa0fce684b201c6b03efc73ba607c7b507b, which apprently has been pushed directly to master without running through Travis?
-
- 12 Jul, 2017 8 commits
-
-
Siva Chandra authored
Fixes #9413. For more info on conditional imports, see https://github.com/munificent/dep-interface-libraries/blob/master/Proposal.md.
-
Yegor authored
-
Todd Volkert authored
-
Filip Hracek authored
Github makes own copies of images referenced in README, and that fails for large image sizes. The gif has 6MB and so is over the threshold. Instead of using an off-GitHub image, use the same image uploaded to user-images.githubusercontent.com. This makes GitHub show the image even when it's very large. This reverses https://github.com/flutter/flutter/pull/11170 and finalizes https://github.com/flutter/flutter/pull/11158.
-
Filip Hracek authored
Github makes copies of images referenced in README, and it fails for large image sizes. The gif has 6MB and so is over the threshold. This removes the image until I can figure out how to reinsert it so that it shows.
-
Filip Hracek authored
Reuses flutter.io homepage content to give README.md an upgrade, since this file will be the shop window of Flutter to a large part of newcomers. The downside is that we now have duplicate content that should be updated in unison with the main site but which cannot be easily copy-pasted, due to constraints of github's Markdown renderer.
-
Todd Volkert authored
* requires bumping `process` to a version that has relaxed version restrictions on `intl` https://github.com/flutter/flutter/issues/10650
-
Michael Goderbauer authored
* Don't pollute Travis log with Google Cloud SDK installation * review comments
-
- 11 Jul, 2017 5 commits
-
-
Michael Goderbauer authored
-
Ryan Macnak authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
* a11y fix for list_demo.dart * fix semantics of persistant bottom sheet
-
Yegor authored
* add Android instrumentation test * add devicelab test * add to manifest.yaml * rename _smoke_test.dart to _smoketest.dart to prevent flutter test from picking it up * volatile fields; style fixes * use ConditionVariable; fix sh script
-
- 10 Jul, 2017 8 commits
-
-
Todd Volkert authored
-
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 5 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.
-
-