JustWe
6c8d7b00ff
Show unsupported devices when no supported devices are connected ( #56531 )
2020-06-03 16:14:38 -07:00
William Oprandi
91e7678f79
Allow null value for CheckboxListTile ( #58154 )
2020-06-03 16:13:01 -07:00
Pedro Massango
997a6ffc00
Pass MaterialButton.disabledElevation into RawMaterialButton ( #58209 )
...
* Pass disabledElevation from MaterialButton into RawMaterialButton
2020-06-03 15:12:32 -07:00
Robert Ancell
0b7a08c4f6
Update StandardCodec documentation with double alignment ( #58456 )
2020-06-03 15:08:01 -07:00
Greg Spencer
82acf02d2c
Make it possible to remove nodes from traversal sort. ( #58621 )
2020-06-03 14:53:01 -07:00
Ian Hickson
a82a51b052
More information about our error message APIs. ( #58350 )
2020-06-03 14:49:39 -07:00
Jonah Williams
0734db62ca
[flutter_tools] remove handling of error that is fixed ( #58557 )
...
The linked error has been fixed, removed work around. Updates the test cases to only test for exit instead of error message
#33050
2020-06-03 13:27:47 -07:00
Jonah Williams
7e942b6229
[flutter_tools] iOS VM Service logs should include stderr ( #58551 )
2020-06-03 12:53:02 -07:00
Jenn Magder
e72e7f9fb0
Don't elapse real time during IOSDevice.startApp tests ( #58538 ) ( #58622 )
2020-06-03 12:43:02 -07:00
keyonghan
98a77e2aff
remove test ( #58617 )
2020-06-03 12:36:50 -07:00
Dan Field
c5318f7f07
Make debugSemantics available to profile mode ( #58620 )
2020-06-03 12:32:35 -07:00
Jonah Williams
e216eec7b4
[flutter_tools] Allow the tool to suppress compilation errors. ( #58539 )
...
Suppress compilation errors on startup so they are not duplicated from the native build step.
2020-06-03 12:00:03 -07:00
engine-flutter-autoroll
216e15990d
Roll Engine from 6589dcb2d459 to 859d892f1fca (4 revisions) ( #58545 )
2020-06-03 11:58:02 -07:00
MH Johnson
4bae771509
[Line Heights] Add textHeightBehavior to SelectableText. ( #58530 )
2020-06-03 11:53:02 -07:00
Jenn Magder
79e2409419
Fake out DeviceManager.getDevices in test ( #58541 )
2020-06-03 11:48:37 -07:00
Jenn Magder
37bc900860
Revert "Don't elapse real time during IOSDevice.startApp tests ( #58538 )" ( #58618 )
...
This reverts commit 27186c784f593af47c43efe89cd01c50af37d540.
2020-06-03 11:26:29 -07:00
Jenn Magder
27186c784f
Don't elapse real time during IOSDevice.startApp tests ( #58538 )
2020-06-03 09:33:02 -07:00
Jonah Williams
01b9bf8ea6
[flutter_tools] deprecate flutter generate and codegen ( #58328 )
2020-06-03 09:28:02 -07:00
liyuqian
8033da2558
Fix broken URL again.
2020-06-03 09:24:10 -07:00
liyuqian
717fa69247
Fix broken URL
2020-06-03 09:20:26 -07:00
Jenn Magder
2ece1c3a17
Revert "Build iOS apps using Swift Packages ( #58522 )" ( #58549 )
...
This reverts commit 2054f37aaf476bfff32fb2a04651a183f43cbf76.
2020-06-02 19:00:12 -07:00
engine-flutter-autoroll
7c22057f60
Roll Engine from 2a024ead01e7 to 6589dcb2d459 (4 revisions) ( #58520 )
2020-06-02 18:08:03 -07:00
Ian Hickson
67881172fd
Error message improvements ( #58204 )
2020-06-02 18:03:03 -07:00
Yegor
1a9530af8a
benchmark updating many child layers ( #58513 )
...
* benchmark updating many child layers
2020-06-02 17:59:41 -07:00
MariaMelnik
7f65c6a8c6
Stopped all animation controllers after toggleable has been detached. ( #57809 )
2020-06-02 17:58:03 -07:00
Jenn Magder
2054f37aaf
Build iOS apps using Swift Packages ( #58522 )
2020-06-02 17:57:11 -07:00
Jenn Magder
34ba3e85ce
Remove outdated disable_input_output_paths from example project Podfiles ( #58524 )
2020-06-02 17:56:27 -07:00
Justin McCandless
c940282bf3
InteractiveViewer Widget ( #56409 )
2020-06-02 17:53:05 -07:00
Jonah Williams
37a86c483c
Revert "[flutter_tools] Put a heap size limit on the frontend_server" ( #58525 )
...
* Revert "[flutter_tools] Put a heap size limit on the frontend_server (#58039 )"
2020-06-02 17:52:20 -07:00
Ian Hickson
74a2e6a5e0
Various bits of trivial cleanup ( #58203 )
2020-06-02 13:53:01 -07:00
engine-flutter-autoroll
a436fe768a
Roll Engine from 5a085ac3c6a2 to 2a024ead01e7 (5 revisions) ( #58509 )
2020-06-02 13:23:01 -07:00
Tong Mu
729ba11bc4
Add doc and test for Container's hitTest behavior ( #57522 )
2020-06-02 13:18:01 -07:00
Tong Mu
0bda633509
InkWell uses MaterialStateMouseCursor and defaults to clickable ( #58448 )
...
* Adds support for material state mouse cursor to InkWell and InkResponse
* Set their default cursors to be MaterialStateMouseCursor.clickable.
2020-06-02 12:27:11 -07:00
Jenn Magder
145d70c197
Rename integration test ios_app_with_watch_companion -> ios_app_with_extensions ( #58458 )
2020-06-02 11:00:19 -07:00
Jonah Williams
442f9c107c
[devicelab] mark ios transition_perf as non-flaky ( #58499 )
2020-06-02 10:48:01 -07:00
Dan Field
a7f998f0ac
Do not assume imageCache is created when handleMemoryPressure is called ( #58503 )
...
* Do not assume imageCache is created when handleMemoryPressure is called
* comment for test
2020-06-02 10:27:50 -07:00
Jenn Magder
c34d6e27c9
Revert "Remove outdated disable_input_output_paths from example project Podfiles ( #58444 )" ( #58504 )
...
This reverts commit 8adaea90833418c8eac8f3ff103ab9b38006b187.
2020-06-02 10:04:57 -07:00
VisheshAtWork
df45748de6
Added Documentation for AnimationController.repeat() ( #58098 )
2020-06-02 09:16:28 -07:00
engine-flutter-autoroll
c911aefbc0
Roll Engine from e39301f23f32 to 5a085ac3c6a2 (6 revisions) ( #58460 )
2020-06-02 09:08:01 -07:00
Jenn Magder
8adaea9083
Remove outdated disable_input_output_paths from example project Podfiles ( #58444 )
2020-06-02 09:03:01 -07:00
Jonah Williams
6135091de9
Revert "[flutter_tools] only copy cached dill after startup ( #58188 )" ( #58454 )
...
This reverts commit 39d1e4b7e9222394d6013aa21731968b36b30cc7.
1.19.0-3.0.pre
2020-06-01 17:17:03 -07:00
engine-flutter-autoroll
cf17e8bc44
Roll Engine from c5234bce6e9f to e39301f23f32 (2 revisions) ( #58449 )
2020-06-01 16:58:01 -07:00
Jonah Williams
39d1e4b7e9
[flutter_tools] only copy cached dill after startup ( #58188 )
...
Remove copying from the shutdown stage since that seems risky. If the tool copies the first compilation there will still be a decent dill for initialization.
2020-06-01 16:31:27 -07:00
Jonah Williams
4845df906a
[flutter_tools] do not include material icon incorrectly ( #58335 )
...
If a dependency specified uses-material-design: true and the main pubspec specifies uses-material-design: false, then the MaterialIcons font would be included in the font manifest, but not in the AssetManifest or final bundle. Remove it from the FontManifest if this occurs
2020-06-01 16:30:43 -07:00
engine-flutter-autoroll
eb236bd614
c5234bce6 Roll Skia from 8c5786622b4e to 502eab4fc913 (2 revisions) (flutter/engine#18707) ( #58443 )
2020-06-01 15:43:01 -07:00
Jonah Williams
584e4f2534
[flutter_tools] cleanup to devfs Operations ( #58332 )
...
removes globals from devFS operations and cleans up testing to be context free. Removes unused and unnecessarily temp directory in testing.
2020-06-01 15:28:38 -07:00
engine-flutter-autoroll
bb6c1e050f
Roll Engine from 923687f0e7ff to d501c49cce4c (5 revisions) ( #58436 )
2020-06-01 14:38:01 -07:00
Jonah Williams
cd7dfd0a0a
[flutter_driver] make timeline request in chunks ( #58430 )
...
Work-around large timeline data killing devicelab machines by requesting data in 1 second intervals and combining at the end. Non-breaking change to the driver API.
2020-06-01 13:58:44 -07:00
Jenn Magder
f4d26a3b85
Change iOS device discovery from polling to long-running observation ( #58137 )
2020-06-01 12:33:01 -07:00
LongCatIsLooong
bbb95e5787
EditableText.bringIntoView calls showOnScreen ( #58346 )
2020-06-01 12:08:01 -07:00