Jonah Williams
e3625706a8
[flutter_tools] remove mocks, globals from golden comparator and test runner tests | Reland
...
This reverts commit 027d4ecabaafbe373a2b27e7ca2b3b8be8868e9d.
2021-04-29 22:40:59 -07:00
Jonah Williams
8041a2e5d5
[flutter_tools] remove all mocks from plugins_test ( #81485 )
2021-04-29 22:40:44 -07:00
Hannes Winkler
82830fa1a0
[custom-devices] add screenshotting support ( #80675 )
2021-04-29 22:39:03 -07:00
Greg Spencer
7bff366b96
Convert snippets tool to null safety ( #78646 )
2021-04-29 22:34:04 -07:00
engine-flutter-autoroll
bd4f8c4b80
2d850906a Prep the tools for publishing (flutter/plugins#3836) ( #81525 )
2021-04-29 22:29:07 -07:00
Kate Lovett
ff15d04f21
Add support for pointer scrolling to trigger floats & snaps ( #76145 )
2021-04-29 22:29:03 -07:00
Michael Goderbauer
3cbfe82d9d
Rev DevTools to 2.1.1 for tests ( #81515 )
2021-04-29 16:47:42 -07:00
Michael Goderbauer
1b4f4482b7
Skip test that is not reliable on devicelab ( #81509 )
2021-04-29 14:55:33 -07:00
Michael Goderbauer
027d4ecaba
Revert "[flutter_tools] remove mocks, globals from golden comparator and test runner tests ( #81423 )" ( #81487 )
...
This reverts commit 8fe4cc79648a952f9c7e49a5248756c2ff98fa3b.
2021-04-29 10:56:57 -07:00
Jonah Williams
8fe4cc7964
[flutter_tools] remove mocks, globals from golden comparator and test runner tests ( #81423 )
2021-04-29 07:56:34 -07:00
Jason Simmons
93242d7548
Ignore the sort order of imports in generated_plugin_registrant.dart ( #81437 )
2021-04-28 19:19:05 -07:00
Jonah Williams
5ac54a6b89
[flutter_tools] remove mocks from simcontrol and context ( #81433 )
2021-04-28 19:14:02 -07:00
Jenn Magder
ba4177f6da
Find Android Studio installations with Spotlight query on macOS ( #80475 )
2021-04-28 19:09:03 -07:00
Ian Hickson
0021a08c4d
Always activate DevTools if it's not installed ( #81242 )
2021-04-28 17:14:02 -07:00
Darren Austin
8071576cc6
Update the docs for ProgressIndicator to remove some unnecessary adaptive descriptions. ( #81427 )
2021-04-28 15:55:14 -07:00
engine-flutter-autoroll
9ac08b4962
e7939e091 Pause dart microtasks while UI thread is processing frame workloads (flutter/engine#25789) ( #81424 )
2021-04-28 15:49:02 -07:00
engine-flutter-autoroll
deab34a2c5
351a601cd Roll Skia from ffeef16664ea to 27c4202f4bd6 (1 revision) (flutter/engine#25818) ( #81418 )
2021-04-28 14:44:01 -07:00
Alexandre Ardhuin
7f31861914
add missing trailing commas ( #81406 )
2021-04-28 22:54:49 +02:00
Jonah Williams
7c27db3dfe
[flutter_tools] remove mocks and globals from macOS tests ( #81401 )
2021-04-28 13:44:02 -07:00
Jenn Magder
cbf885b749
Replace MockAndroidDevice and MockIOSDevice with fakes ( #81352 )
2021-04-28 13:39:02 -07:00
Michael Goderbauer
41d0e1a95d
Add a fifth tool_integration_tests shard on Windows ( #81400 )
2021-04-28 13:38:20 -07:00
engine-flutter-autoroll
58d90747b8
Roll Engine from d0688da4b1d8 to d5cb4738fd99 (5 revisions) ( #81411 )
...
* 352a32438 Roll Skia from 421c360abe76 to 91216673f726 (1 revision) (flutter/engine#25807 )
* 7171b7a5a Remove override; method no longer called (flutter/engine#25806 )
* 093f66f30 Roll Skia from 91216673f726 to d1c9e52144bc (1 revision) (flutter/engine#25811 )
* 36274b0dc Update firebase_testlab.sh (flutter/engine#25816 )
* d5cb4738f Roll Skia from d1c9e52144bc to ffeef16664ea (4 revisions) (flutter/engine#25813 )
2021-04-28 13:36:02 -07:00
Todd Volkert
91de4bd3e3
Add onLongPressDown, onLongPressCancel ( #81260 )
...
This adds support for GestureDetector.onLongPressDown and
GestureDetector.onLongPressCancel, allowing callers to register
interest in the initial pointer contact that might turn into
a long-press (and the associated cancel event if the gesture
loses).
2021-04-28 12:51:27 -07:00
Ren You
99f19d05c3
Revert "Improve performance of debugCheckHasDirectionality ( #81250 )" ( #81409 )
...
This reverts commit 437ff210aae48bbe976b1503867d01fab153bb57.
2021-04-28 12:28:40 -07:00
Darren Austin
f4dee5c62e
Fixed ProgressIndicatorTheme.wrap() to just return a new ProgressIndicatorTheme. ( #81359 )
2021-04-28 12:06:37 -07:00
Matej Knopp
f6726b425d
Add support for DarwinArchs when assembling macOS App.framework ( #81243 )
2021-04-28 11:33:36 -07:00
Jonah Williams
2b0d09dd81
[versions] roll versions and add ffi dep ( #81403 )
2021-04-28 11:19:03 -07:00
Jenn Magder
d2b0687558
Remove Finder extended attributes before code signing iOS frameworks ( #81342 )
2021-04-28 11:05:09 -07:00
Alexandre Ardhuin
1a3af88ced
add missing trailing commas ( #81362 )
2021-04-28 10:54:05 -07:00
Todd Volkert
4e7c052b63
Fix bug in LongPressGestureRecognizer ( #81340 )
...
It was incorrectly resetting state when it received a
non-allowed pointer but had already accepted a gesture.
https://github.com/flutter/flutter/issues/81339
2021-04-28 09:11:13 -07:00
leo
8ddfc80c7f
fix resampling leads to Hard to tap ( #81022 )
...
* fix PointerUpEvent conversion PointerMoveEvent needs to use the default buttons value.(#73286 )
* feat PointerMoveEvent conversion adds test cases
* fix event conversion may modify the original buttons value.
* Update packages/flutter/lib/src/gestures/resampler.dart
Co-authored-by: David Reveman <dreveman@gmail.com>
2021-04-28 11:34:28 -04:00
engine-flutter-autoroll
275ba5e3c8
Roll Plugins from 8a739b46dbca to 04cf809f3f10 (2 revisions) ( #81386 )
2021-04-28 08:29:02 -07:00
engine-flutter-autoroll
bda5897e7f
d0688da4b Fix html version of drawImageNine (flutter/engine#25605) ( #81371 )
2021-04-28 07:34:02 -07:00
engine-flutter-autoroll
f1ad5cd9ee
adf2e2499 Roll Skia from 66bce0c26f97 to 421c360abe76 (2 revisions) (flutter/engine#25803) ( #81366 )
2021-04-28 03:14:02 -07:00
engine-flutter-autoroll
9eb93e3485
Roll Engine from 92ef7b59c825 to 5b55f3ccb487 (2 revisions) ( #81364 )
2021-04-28 01:49:01 -07:00
Erick
aecd5e0302
[flutter_tools] always build test assets ( #81341 )
2021-04-27 20:53:57 -07:00
engine-flutter-autoroll
1575537ac4
92ef7b59c Roll Skia from b7223e1269f2 to 3386533c20fe (5 revisions) (flutter/engine#25796) ( #81351 )
2021-04-27 20:29:03 -07:00
engine-flutter-autoroll
4097c00e0d
d6f50f4fe Roll Skia from be1c99658979 to b7223e1269f2 (12 revisions) (flutter/engine#25794) ( #81349 )
2021-04-27 19:24:01 -07:00
Abhishek Ghaskata
677ad02e60
Migrate non_nullable to null safety ( #81109 )
2021-04-27 19:05:05 -07:00
Abhishek Ghaskata
a195bcc0cf
Migrate dev/integration_tests/ui to null safety ( #80624 )
2021-04-27 18:50:51 -07:00
Todd Volkert
0379dcd0be
Correct documentation in GestureRecognizerState ( #81343 )
2021-04-27 18:44:37 -07:00
Jenn Magder
e2166f8b3e
Mark dart_plugin_registry_test not flaky ( #81346 )
2021-04-27 18:44:02 -07:00
Jenn Magder
c7d7a28024
Mark linux_skp_generator not flaky ( #81347 )
2021-04-27 18:34:03 -07:00
engine-flutter-autoroll
04542024db
2dfcaaa7e Add a stub implementation of FlutterMetalCompositor (flutter/engine#25790) ( #81345 )
2021-04-27 18:19:02 -07:00
Jenn Magder
db3f49b1b4
Use cached Xcode build settings during iOS build ( #80904 )
2021-04-27 17:20:11 -07:00
engine-flutter-autoroll
2d5ee03c04
Roll Engine from 41a9205285d5 to aebaf55231ed (3 revisions) ( #81338 )
2021-04-27 17:14:02 -07:00
Alexandre Ardhuin
fa19b3d3bd
add missing trailing commas ( #81329 )
2021-04-27 17:09:03 -07:00
engine-flutter-autoroll
9c6e1ea612
8a739b46d [google_sign_in_web] fix README typos. ( #81328 )
2021-04-27 17:04:02 -07:00
Christopher Fujino
ea1b5e3f68
allow flutterManifest to handle empty lists, add unit tests ( #81324 )
2021-04-27 16:04:03 -07:00
engine-flutter-autoroll
25c7207823
41a920528 Implement ColorFilter.matrix for html renderer (flutter/engine#25769) ( #81319 )
2021-04-27 15:59:03 -07:00