- 25 Aug, 2020 16 commits
-
-
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 18 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
-
Apurv Jha authored
-
Alex Li authored
-
Jonah Williams authored
Removes more mockito to unblock migration of all tests to sound null safety. #62886
-
David Reveman authored
-
Jonah Williams authored
-
- 22 Aug, 2020 2 commits
-
-
Ming Lyu (CareF) authored
-
Jonah Williams authored
Revert "Increase threshold for usage of compute for utf8 decoding on large strings to 50 KB (#64350)" (#64372) This reverts commit f07f4120.
-
- 21 Aug, 2020 4 commits
-
-
Tong Wu authored
-
Yuqian Li authored
-
LongCatIsLooong authored
Reland "Prevent material switch from recreating its render object when it becomes disabled (#61398)", reverted in #64062 (#64354)
-
Jonah Williams authored
On a local benchmark, removing compute is faster than compute in both debug and release mode on a Pixel 4. On a MotoG4, a much larger text sample (800 Kb) takes 50 ms, so we cannot simple remove the limit. Increase to 50 Kb which should take at most a ms or two on an older device, and only microseconds on newerones.
-