Commit graph

23851 commits

Author SHA1 Message Date
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 437ff210aa.
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
Ian Hickson 437ff210aa
Improve performance of debugCheckHasDirectionality (#81250) 2021-04-27 15:54:03 -07:00
Jonah Williams c7d1dc9ba2
[flutter_tools] remove mocks from clean test (#81311) 2021-04-27 15:51:52 -07:00
Jonah Williams 34674fd529
[flutter_tools] remove mocks from test_compiler test (#81312) 2021-04-27 15:51:42 -07:00
yusufm a083104830
Removing the agents task manifest.yaml file. (#81064)
All agents have been deleted and removing this entry with last few agent tasks that appear in the dashboard. And remove the test_manifest.dart as well.

Co-authored-by: yusufm <mohsinally@google.com>
2021-04-27 15:50:40 -07:00
Ian Hickson 7f17cf458f
Cheaper debug string for widget-provided tickers (#81247) 2021-04-27 15:09:03 -07:00
Ian Hickson d1f02ae075
Short-circuit _debugCanPerformMutations if debugDoingLayout is false (#81246) 2021-04-27 15:04:03 -07:00
Ian Hickson 6beafa7b16
Apply style guide regarding createTempSync pattern (#81090) 2021-04-27 14:59:03 -07:00
Ian Hickson a7eb2c8a1a
Use "aliases" in args to fix some technical debt (#81073) 2021-04-27 14:54:03 -07:00
Matej Knopp 858123dced
Remove RunLoop from Windows template (#79969) 2021-04-27 14:50:42 -07:00
Michael Goderbauer f5782612e2
Empty commit to trigger build (#81331) 2021-04-27 14:07:54 -07:00
Michael Goderbauer 0cf7beb509
Fix typo to trigger build (#81325) 2021-04-27 12:56:47 -07:00
engine-flutter-autoroll 18fdab6f1a
1019008f8 [fuchsia] Adds a singleton to access inspect root node. (flutter/engine#25745) (#81315) 2021-04-27 11:59:04 -07:00
Jonah Williams 064eae8c38
[flutter_tools] remove mocks and fix fake imports (#81309) 2021-04-27 11:51:41 -07:00
Angjie Li cbdd9c4787
Revert "Refactor text editing test APIs (Mark III) (#80003)" (#81316)
This reverts commit 285b475124.
2021-04-27 11:34:36 -07:00
engine-flutter-autoroll 5b0eea8a26
Roll Engine from 9e4b4e23a375 to 555073f6c5e9 (2 revisions) (#81307) 2021-04-27 10:54:01 -07:00
engine-flutter-autoroll 9523ff923d
Roll Plugins from 4407b5a86650 to 6d120960b024 (2 revisions) (#81304) 2021-04-27 10:49:03 -07:00
Emmanuel Garcia 91d6c972cb
Fix bug when resolving entrypoint against package config (#81248) 2021-04-27 10:44:03 -07:00
Dan Field 0866005f70
Add benchmark for number of GCs in animated GIF (#81240) 2021-04-27 10:39:02 -07:00
Phil Quitslund 08d7811f7f
sort directives (#81210) 2021-04-27 10:09:02 -07:00
Phil Quitslund 2cc367fbcb
(temp) disable sort_directives (#81220) 2021-04-27 10:04:02 -07:00
Alexandre Ardhuin 80dd6a406a
add missing trailing commas (#81080) 2021-04-27 09:59:03 -07:00
Hans Muller 3df0f931fa
Support notched BottomAppbar when Scaffold.bottomNavigationBar == null (#81228) 2021-04-27 08:30:41 -07:00