- 10 Jul, 2020 11 commits
-
-
Ming Lyu (CareF) authored
* Add input event array support * Add a tap test * remove unused import * remove extra assert
-
Jonah Williams authored
-
Kaushik Iska authored
Category isn't preserved by timeline events as `Dart_TimelineEvent` specifies the category as `embedder`. Fixes: https://github.com/flutter/flutter/issues/60008
-
Jonah Williams authored
Remove global variables from device manager, flutter tester devices and update tests
-
Jonah Williams authored
We have too many loggers, and the logger construction rules are too complicated to be untested. Capture these in a LoggerFactory and test that construction is correct.
-
Jonah Williams authored
Now that google3 has been updated, remove the LICENSE loading fallback. This was done in cl/320506032 #16723
-
Ayush Bherwani authored
-
Jonah Williams authored
Inject loggers in the right order, test WIP. Otherwise verbose machine would not get the AppRunLogger
-
Jenn Magder authored
-
Jonah Williams authored
Running flutter doctor -v prints out extra details instead of running in verbose mode. Allow disabling this with -vv so it can be debugged.
-
Kate Lovett authored
-
- 09 Jul, 2020 29 commits
-
-
Jenn Magder authored
-
Robert Ancell authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-
Max Weber authored
-
engine-flutter-autoroll authored
-
Kate Lovett authored
-
Alexandre Ardhuin authored
-
Tong Mu authored
-
Renzo Olivares authored
-
includecmath authored
-
remin authored
-
Hans Muller authored
-
Kate Lovett authored
-
Shi-Hao Hong authored
* Normalize Pashto incomplete translations * Add comment to README.md about incomplete Pashto support
-
Dan Field authored
-
LongCatIsLooong authored
-
Dan Field authored
-
Kate Lovett authored
-
Robert Ancell authored
-
Kate Lovett authored
-
Jonah Williams authored
run/attach --machine requires a different logger than daemon, which uses the NotifyingLogger. We have too many loggers! Fixes #59463
-
chunhtai authored
-
chunhtai authored
-
Kate Lovett authored
-
chunhtai authored
-
Ayush Bherwani authored
-
includecmath authored
-
Jonah Williams authored
Fixes #45075 Fixes #57210 If an asset was included directly from the project root directory, then the same asset when copied to various output or ephemeral directories would also be picked up as an asset variant. This could cause assets to be recursively copied into asset/build/ephemeral directories, as each time it would run it would pick up all of the previous "variants". The solution is to include project ephemeral directories, in addition to the build directory.
-