- 26 Aug, 2020 7 commits
-
-
Kenzie Schmoll authored
-
engine-flutter-autoroll authored
-
Ian Hickson authored
-
Dan Field authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
Revert "[flutter_tools] avoid creating Android Devices if AndroidSDK cannot be found (#64524)" (#64602) This reverts commit 47596c62.
-
engine-flutter-autoroll authored
-
- 25 Aug, 2020 20 commits
-
-
engine-flutter-autoroll authored
-
Jonah Williams authored
To allow tests to begin migrating to null safety, sound null safety needs to be disabled. Also removes the experiment flag that is unnecessary since the framework is on the SDK allowlist.
-
engine-flutter-autoroll authored
-
Greg Spencer authored
-
Alexander Aprelev authored
Added instructions on how to regenerate certificate too.
-
LongCatIsLooong authored
This reverts commit 0ab5ecc8.
-
Jonah Williams authored
Avoid creating AndroidDevice discovery if the SDK cannot be located. Previously the tool would use which/where adb, however this required us to handle the AndroidSdk class being potentially null - which required an additional layer of indirection around all access. Sometimes these were forgotten leading to NPEs. In general, not much can be done with an Android Device if the actual SDK is not installed.
-
Jonah Williams authored
Fixes #64246 If decoding the string contents of a stamp file fails, treat it as if the stamp file is missing. This is always safe to do, since at worst it downloads more artifacts. The files could end up corrupted if they were edited by another program, for example
-
Jenn Magder authored
-
Ming Lyu (CareF) authored
-
Jonah Williams authored
-
chunhtai authored
-
Jonah Williams authored
[flutter_tools] support code size tooling on iOS, linux, windows, macOS, and Android on Windows (#63610) Adds support for size analysis on iOS, macOS, linux, and Windows - using an uncompressed directory based approach. The output format is not currently specified. Adds support for size analysis on android on windows, switching to package:archive Updates the console format to display as a tree, allowing longer paths. Increases the number of dart libraries shown (to avoid only ever printing the flutter/dart:ui libraries, which dominate the size)
-
stuartmorgan authored
The pointer-argument-based version of Success() is deprecated; this updates the template to use the new reference-based version (which allows for inline construction of the response value). Part of https://github.com/flutter/flutter/issues/63975
-
Mouad Debbar authored
-
engine-flutter-autoroll authored
-
LongCatIsLooong authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Reland: Increase threshold for usage of compute for utf8 decoding on large strings to 50 KB (#64498)
-
- 24 Aug, 2020 13 commits
-
-
engine-flutter-autoroll authored
-
xubaolin authored
* fix bug when tap ListTitle when tristate enable #63846 * fix bug when tap ListTitle when tristate enable #63846 * code style * improve the unit test case * bow to convention
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 8b52e6a8.
-
engine-flutter-autoroll authored
-
Hans Muller authored
-
Hans Muller authored
-
Yuqian Li authored
-
Todd Volkert authored
* Add GestureDetector.onDoubleTapDown() * Review comments
-
Todd Volkert authored
-
engine-flutter-autoroll authored
-
LongCatIsLooong authored
-