- 04 Jan, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 03 Jan, 2019 1 commit
-
-
KyleWong authored
-
- 27 Dec, 2018 2 commits
-
-
Stanislav Baranov authored
Unique patch numbers are mainly useful for canary and A-B testing, but otherwise complicate things and can now be omitted.
-
Alexander Aprelev authored
* Collect devfs stats for better analytics * Fix fields initialization * Fix lints
-
- 22 Dec, 2018 1 commit
-
-
Hans Muller authored
-
- 21 Dec, 2018 6 commits
-
-
Stanislav Baranov authored
* Renamed --save-compilation-trace to flutter run --train. * Renamed --precompile=<file> to --compilation-trace-file=<file>. * In dynamic mode, made JIT snapshot the default, instead of kernel file.
-
Ian Hickson authored
We have a page on the Web page now.
-
Pranay Airan authored
* adding support for android app bundle. * removing the debug statement. * fixing formatting and code review changes. * Revert "fixing formatting and code review changes." This reverts commit 2041d459f335242555a0b75e445343134c245494. * Fixing code formatting issues. * updating review comments fixing comments and spacing. * changing and to & to rerun the CI and tests. * updating the comment to re-run the test updating the comment to re-run the test * fixing the formatting. * updating comments to re-trigger build updating comments to re-trigger build
-
Ian Hickson authored
This reverts commit 76f70810.
-
Ian Hickson authored
* Remove many timeouts. These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time. * Get the attach tests to pass. * Apply review comments from Todd * More review comment fixes * Put back the extended timeouts here now that I know why we have them...
-
Stanislav Baranov authored
* Switch over to the new name for compilation trace native function. Also see: https://github.com/flutter/engine/pull/7256 * rename * roll the engine
-
- 20 Dec, 2018 3 commits
-
-
Dan Field authored
* fix crash * default baseline
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
- 19 Dec, 2018 2 commits
- 18 Dec, 2018 5 commits
-
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
Stanislav Baranov authored
These tests were actually failing, but were silently ignored due overly broad exception catching logic.
-
Danny Tuppeny authored
Fixes #25201.
-
Alexandre Ardhuin authored
-
- 17 Dec, 2018 5 commits
-
-
Devon Carew authored
* don't warn for non-matching device discoverers * remove an out of date test
-
Dan Field authored
-
Devon Carew authored
-
Zachary Anderson authored
-
Danny Tuppeny authored
* Fall back to ANDROID_SDK_ROOT if ANDROID_HOME is not set And update descriptions to use the non-deprecated ANDROID_SDK_ROOT. Fixes #15114. * Remove trailing whitespace * Update dev/devicelab/lib/framework/adb.dart Co-Authored-By: DanTup <danny@tuppeny.com> * Reformat long line
-
- 15 Dec, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 14 Dec, 2018 2 commits
-
-
Jonah Williams authored
-
David Shuckerow authored
* Add ipv6 and observatory port support to the attach command. * Remove whitespace * Explain why a name change is useful here * Refactor common flags out into the parent * Add an additional test case for when observatory port is provided but debug port is not * Remove whitespace * Fix flag validation
-
- 12 Dec, 2018 4 commits
-
-
David Shuckerow authored
* Revert "e5195ee47 Remove unnecessary includes of Ganesh headers (flutter/engine#7189) (#25282)" This reverts commit f198d663. * Revert "Validate style in TextField (#24587)" This reverts commit 9a8e2f0c. * Revert "Allow snippets tool to be run from arbitrary CWDs (#25243)" This reverts commit 4a110b62. * Revert "Make doctor output consistent between VS Code/IntelliJ/Android Studio when plugins are missing (#25269)" This reverts commit e29b023a. * Revert "Add ipv6 and observatory port support to the attach command. (#24537)" This reverts commit 9150b3f0.
-
Danny Tuppeny authored
Make doctor output consistent between VS Code/IntelliJ/Android Studio when plugins are missing (#25269) * Update VS Code validator to match Android Studio - Now shows a tick (instead of partial) if installed - Now shows a cross (instead of dot) if extension is not installed Fixes #22931.
-
David Shuckerow authored
-
Danny Tuppeny authored
-
- 11 Dec, 2018 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Danny Tuppeny authored
Fixes #24750.
-
- 10 Dec, 2018 3 commits
-
-
Jonah Williams authored
-
Todd Volkert authored
This modifies our flutter_tools crash reports to include the error message. This error message may contain personally identifying information (PII), such as a file system path on the developer's local machine that may contain user names, project code names, etc. To disable crash reporting, the developer can run the following command: flutter config --no-analytics For more information on what gets reported during crashes of the flutter tool, see: https://github.com/flutter/flutter/wiki/Flutter-CLI-crash-reporting
-
Todd Volkert authored
Fixes https://github.com/flutter/flutter/issues/24413
-
- 01 Dec, 2018 1 commit
-
-
Jonah Williams authored
-