Alexandre Ardhuin
c0176c9ee5
use_is_even_rather_than_modulo ( #68301 )
2020-10-16 20:20:00 +02:00
Lau Ching Jun
3393566b56
Use multiroot scheme for initial compilation in ResidentRunner recompile ( #68280 )
2020-10-16 10:54:19 -07:00
Jonah Williams
dd93ee301f
[flutter_tools] drive uses correct application package for prebuilt ( #68309 )
...
Both start and stop app create an application package, but only start app used the application binary. Create the application package once and pass it to both start and stop app.
2020-10-16 09:40:08 -07:00
Martin Kustermann
6fae89c8b5
Update package:stack_trace dependency to 1.10.0-nullsafety.4 ( #68132 )
2020-10-16 16:35:20 +02:00
Alexandre Ardhuin
31925d91fd
fix the tree ( #68287 )
2020-10-16 11:52:37 +02:00
LongCatIsLooong
438c4ff21c
Reland "More EditableText docs ( #66864 )" ( #68043 )
2020-10-16 01:52:04 -07:00
Alexandre Ardhuin
4ce5c2713b
fix the tree ( #68277 )
2020-10-16 10:28:38 +02:00
Shi-Hao Hong
38ebc5588b
[gen_l10n] Create pubspec.yaml in ".dart_tool/flutter_gen" if it does not already exist ( #68206 )
...
* Generate pubspec.yaml for synthetic package if it did not exist prior
2020-10-16 11:34:27 +08:00
Jenn Magder
acde65d14a
Revert noninteractive lldb debugging, timeout warning ( #68245 )
2020-10-15 18:02:15 -07:00
Shi-Hao Hong
9611130e3d
[NNBD] Migrate more widget tests to NNBD ( #68173 )
2020-10-15 17:52:05 -07:00
xubaolin
7d25b1a4a1
Improve the document of pageView and ListView ( #68001 )
2020-10-15 17:22:08 -07:00
Jonah Williams
4ce27ea0ac
[flutter_tools] update metadata detection to account for invalid yaml ( #68243 )
2020-10-15 16:51:52 -07:00
Jay Freeman (saurik)
a69e393d66
Avoid skipping variable initialization using case. ( #67899 )
2020-10-15 16:07:03 -07:00
Michael Goderbauer
31a2c9d4b2
Migrate missed tests ( #68241 )
2020-10-15 16:03:26 -07:00
Darren Austin
4e3f4bb625
Migrated the Slider widget and tests to null safety. ( #68232 )
2020-10-15 15:47:04 -07:00
Kate Lovett
5aef988adc
[NNBD] Migrate some Widgets tests ( #68157 )
2020-10-15 15:42:05 -07:00
Alexandre Ardhuin
73301a35a2
Sync lints ( #68136 )
2020-10-15 15:37:04 -07:00
Greg Spencer
7181c7a86a
Convert some more widget tests to NNBD ( #68160 )
2020-10-15 14:27:04 -07:00
Dan Field
12f54e17f4
reland List queue search optimization ( #68214 )
...
* Revert "Revert "Improve performance of collectAllElements (#68065 )" (#68207 )"
This reverts commit 46ff57d6f1 .
* use fewer elements for benchmark
2020-10-15 13:46:50 -07:00
Jonah Williams
0f88644883
[devicelab] allow the devicelab to take a screenshot if the iOS connection fails with FLUTTER_IOS_SCREENSHOT_ON_CONNECTION_FAILURE ( #68156 )
...
More attempts to remote diagnose the issues in the iOS devicelab
2020-10-15 13:13:28 -07:00
Greg Spencer
3f56178df8
Convert some more widget tests to NNBD ( #68129 )
2020-10-15 11:26:11 -07:00
Darren Austin
f7ee440207
Migrate yet even more widget framework tests to null safety. ( #67941 )
...
Migrate yet even more widget framework tests to null safety.
2020-10-15 11:12:02 -07:00
Jonah Williams
27936e9f22
Revert "[flutter_tools] ensure android log reader works in flutter drive ( #68131 )" ( #68222 )
...
This reverts commit d962c8f2a2 .
2020-10-15 10:50:56 -07:00
Jonah Williams
2321b72dfb
[flutter_tools] move gradle download failure handling into tool ( #68140 )
...
This crash affects anyone using flutter, so move it into the tool where it can be tested and documented. Ensure it works on windows devicelab too.
2020-10-15 09:20:52 -07:00
Jonah Williams
46ff57d6f1
Revert "Improve performance of collectAllElements ( #68065 )" ( #68207 )
...
This reverts commit 8ba5732c4c .
2020-10-15 08:04:59 -07:00
Michael Goderbauer
aaaf37418b
Migrate last batch of tests ( #68163 )
2020-10-14 22:52:05 -07:00
Hans Muller
bf6460f935
Updated Builder API doc ( #68151 )
2020-10-14 22:47:04 -07:00
Michael Goderbauer
e3184b38be
Migrate some widget tests to NNBD ( #68150 )
2020-10-14 22:42:05 -07:00
Shi-Hao Hong
dfc6c4386a
[NNBD] More widget tests ( #68088 )
...
* NNBD widget test migration
2020-10-15 13:39:06 +08:00
Dan Field
8ba5732c4c
Improve performance of collectAllElements ( #68065 )
2020-10-14 21:32:04 -07:00
Pedro Massango
ff85d97ae5
Expose the tileColor property ( #67135 )
2020-10-14 21:27:07 -07:00
Sam Rawlins
12bea61c29
Mark unusuallyLongTimeout as internal ( #68038 )
2020-10-14 15:57:04 -07:00
Albert Wolszon
e8343c0ec4
Add missing margin to SnackBarAction ( #67167 )
2020-10-14 15:47:03 -07:00
Jenn Magder
1fb94fb894
Noninteractive iOS debugger session ( #68145 )
2020-10-14 15:38:07 -07:00
Darren Austin
2c59a3a760
Migrate Switch tests to null safety. ( #68133 )
2020-10-14 15:32:04 -07:00
xubaolin
f2d5f1f61f
Add test case for AndroidView clipBehavior ( #67913 )
2020-10-14 15:27:03 -07:00
Jenn Magder
a82807d782
Run Xcode command lines tools in native ARM ( #68050 )
2020-10-14 15:24:32 -07:00
Yash Johri
0a130100ac
Updated tests ( #67083 )
2020-10-14 15:22:04 -07:00
Jonah Williams
d962c8f2a2
[flutter_tools] ensure android log reader works in flutter drive ( #68131 )
2020-10-14 14:04:33 -07:00
Jenn Magder
537cf33a21
Move processUtils to globals ( #67976 )
2020-10-14 13:12:46 -07:00
Jonah Williams
767fb98a7b
[flutter_tools] partial revert of start app change ( #68128 )
...
* [flutter_tools] partial revert of start app change
2020-10-14 12:20:30 -07:00
Jenn Magder
431c599bec
Revert "[flutter_tools] If run fails to install the application on iOS, try uninstalling it and trying again. ( #68078 )" ( #68118 )
...
This reverts commit 61ba7dd218 .
2020-10-14 10:07:30 -07:00
Jonah Williams
61ba7dd218
[flutter_tools] If run fails to install the application on iOS, try uninstalling it and trying again. ( #68078 )
2020-10-14 09:14:36 -07:00
Per Classon
8a7fd39b85
[Material] Parent checkbox in DataTable should deselect all, if children checkboxes are disabled or selected ( #67938 )
2020-10-14 08:57:06 -07:00
xubaolin
7eeab2666b
Fix DropdownButton bug ( #65915 )
2020-10-14 01:52:03 -07:00
HeavenOSK
66cf8d47a3
[Improvement] Add prefix Alignment. for toString of Alignment ( #67860 )
...
* modify: add prefix `Alignment.` for toString of Alignment
2020-10-14 13:47:28 +08:00
Jonah Williams
4b351ac1b4
[flutter_tools] do not allow attaching in release mode ( #68071 )
...
Do not allow attach in release mode, as there is not VM Service to connect to. Observed in crash reporting as thrown string which is changed to exception below.
2020-10-13 21:29:23 -07:00
Jonah Williams
751459df24
[flutter_tool] support --use-application-binary in flutter drive ( #68060 )
...
--use-application-binary allows running with an already built APK. This can be useful for speeding up CI test cases, or in our case eventually supporting some sort of build server. Demonstrate that this works by updating the old gallery test to use it. Fixes #56604
Co-authored-by: Jenn Magder <magder@google.com >
2020-10-13 19:27:30 -07:00
Darren Austin
ca065f6456
Migrate more Material framework tests to null safety. ( #67790 )
...
* Migrate more Material framework tests to null safety.
2020-10-13 16:48:41 -07:00
Greg Spencer
ef119187d0
Convert some widgets tests to NNBD ( #67782 )
...
Migrating some more widget tests to NNBD.
2020-10-13 14:41:24 -07:00