Commit Graph

28347 Commits

Author SHA1 Message Date
Zachary Anderson
6190c5df09 Revert "Use the maven-publish plugin to publish AAR files. (#101276)" (#101827)
This reverts commit 2b0255f0d9.
2022-04-13 08:12:07 -07:00
engine-flutter-autoroll
5fb74db1a9 Roll Engine from 98754a64bb50 to e7020a6f251e (1 revision) (#101804) 2022-04-12 23:44:07 -07:00
Elsabe Ros
2b0255f0d9 Use the maven-publish plugin to publish AAR files. (#101276) 2022-04-12 22:19:08 -07:00
engine-flutter-autoroll
58fe098376 Roll Engine from e33c024d94d8 to 98754a64bb50 (1 revision) (#101802) 2022-04-12 21:44:06 -07:00
engine-flutter-autoroll
009688a99e Roll Engine from 28b10257c31d to e33c024d94d8 (2 revisions) (#101798) 2022-04-12 20:29:10 -07:00
gaaclarke
fd73f2730c made ascii string encoding faster (#101777) 2022-04-12 19:54:11 -07:00
Callum Moffat
30a501801a Support trackpad gestures in framework (#89944)
* Implement trackpad gestures in framework

* Touch and Pan/Zoom pointers have separate IDs now

* Handle trackpad pointer device type

* Respect supportedDevices for pan/zoom events

* Update after rebase

* Fix check failures

* Avoid error with very short drags

* Address feedback

* Refactor drag event handler

* Address more feedback

* Add some missing punctuation
2022-04-12 19:47:01 -07:00
gaaclarke
38f360f91a Increased WriteBuffers starting capacity to 64 bytes. (#101790) 2022-04-12 19:14:10 -07:00
engine-flutter-autoroll
88724e594b Roll Engine from 65fb457aef87 to 28b10257c31d (1 revision) (#101789) 2022-04-12 18:09:09 -07:00
Jonah Williams
9984ebbaee [framework] use ImageFilter for zoom page transition (#101786) 2022-04-12 17:24:09 -07:00
gaaclarke
9124287060 removed obsolete timelineArgumentsIndicatingLandmarkEvent (#101382) 2022-04-12 17:04:08 -07:00
gaaclarke
e6f3022890 Adds StandardMessageCodec benchmark (#101767) 2022-04-12 16:34:10 -07:00
engine-flutter-autoroll
fe5daddb14 Roll Engine from 6e9953c74336 to 65fb457aef87 (2 revisions) (#101778) 2022-04-12 15:09:07 -07:00
Jenn Magder
6ccd993976 Add flutter build ipa --no-codesign flag (#101766) 2022-04-12 14:49:09 -07:00
Jenn Magder
d4bfb01336 Do not build for iOS armv7 (#97341) 2022-04-12 14:44:09 -07:00
Jenn Magder
888208c1f4 Disallow flutter run-ing on 32-bit development devices (#97339) 2022-04-12 14:39:07 -07:00
Jenn Magder
b3d1f71d5d Update module_test_ios google_sign_in version (#101729) 2022-04-12 14:34:10 -07:00
Jonah Williams
ea19a77bff [framework] elide ImageFilter layers when animation is stopped (#101731) 2022-04-12 13:54:10 -07:00
Jason Simmons
88246030ae Add variable font axes to TextStyle (#100978) 2022-04-12 13:49:10 -07:00
Kate Lovett
17be6d73e6 Revert "Configurable padding around FocusNodes in Scrollables" (#101772) 2022-04-12 13:29:06 -07:00
Christopher Fujino
d07ce92b15 [flutter_tools] Re-land Dump backtrace on ios app startup timeout (#101763) 2022-04-12 13:24:04 -07:00
Jonah Williams
33e540a92e fix test from opacity/repaint change (#101774) 2022-04-12 11:18:48 -07:00
Taha Tesser
0a178f858d CupertinoContextMenu/ContextMenuAction: Add clickable cursor for web (#99519) 2022-04-12 10:49:06 -07:00
Jonah Williams
6def1596cd [framework] introduce repaint boundary in Opacity widgets (#101601) 2022-04-12 10:34:11 -07:00
Daniel Agbemava
2d9e171870 Update WidgetsBindingsObserver example (#101512) 2022-04-12 10:09:08 -07:00
Christopher Fujino
2a6582997d Revert "[flutter_tools] Dump backtrace on ios app startup timeout (#101610)" (#101761)
This reverts commit 2978b59be7.
2022-04-12 09:09:32 -07:00
Christopher Fujino
2978b59be7 [flutter_tools] Dump backtrace on ios app startup timeout (#101610) 2022-04-12 08:49:08 -07:00
Taha Tesser
0f2b1a3baf Refactor chip class and move independent chips into separate classes (#101507) 2022-04-12 07:24:11 -07:00
engine-flutter-autoroll
0675471207 Roll Engine from 42ada6fde339 to 6e9953c74336 (2 revisions) (#101749) 2022-04-12 03:49:07 -07:00
engine-flutter-autoroll
f34db33c5e Roll Engine from f0a2da911b1c to 42ada6fde339 (4 revisions) (#101739) 2022-04-11 21:49:09 -07:00
engine-flutter-autoroll
a8c09a74a9 Roll Engine from a624077dc4fa to f0a2da911b1c (1 revision) (#101736) 2022-04-11 20:44:08 -07:00
Emmanuel Garcia
9e0f0fe9d7 Add Gradle stacktrace and debug log level to verbose builds (#101734) 2022-04-11 20:14:08 -07:00
linxuebin
712667fb62 Remove the run_loop.h and run_loop.cpp files from template_manifest.json (#100976) 2022-04-11 19:54:07 -07:00
engine-flutter-autoroll
8a899d4a74 Roll Engine from 32a2cab5d16b to a624077dc4fa (2 revisions) (#101733) 2022-04-11 19:19:07 -07:00
David Iglesias
bee95b6984 [flutter.js] Wait for reg.update, then activate sw (if not active yet). (#101464) 2022-04-11 19:04:08 -07:00
Michael Goderbauer
fa48aed7b2 Bump dwds to 13.1.0 (#101730) 2022-04-11 18:29:14 -07:00
Ahmed Masoud
df2781ad18 Use kDebugMode in error_widget.0.dart example (#93408) 2022-04-11 18:04:06 -07:00
Christopher Fujino
355fd23a79 [flutter_tools] add test for dart binary arch (#101604) 2022-04-11 16:28:37 -07:00
Yang Chao
343713727a Enable track widget creation when generating Generated.xcconfig (#101123) 2022-04-11 14:29:11 -07:00
Kate Lovett
ff5e27f0fc Remove deprecated FlatButton (#98545) 2022-04-11 16:22:47 -05:00
Emmanuel Garcia
9b6e4f01ab Make hybrid_android_views_integration_test fail the build (#101066) 2022-04-11 14:19:10 -07:00
Flutter GitHub Bot
6b461de012 Marks Linux_android color_filter_cache_perf__e2e_summary to be unflaky (#100629)
* Marks Linux_android color_filter_cache_perf__e2e_summary to be unflaky

* deflake

Co-authored-by: keyonghan <54558023+keyonghan@users.noreply.github.com>
Co-authored-by: Keyong Han <keyonghan@google.com>
2022-04-11 14:01:04 -07:00
Kenzie Davisson
14cf4daeab Add debugging flags to enhance the timeline arguments for Build, Layout, and Paint (#101602) 2022-04-11 13:56:10 -07:00
Danny Tuppeny
675b961573 Unpause and remove breakpoints when detaching from Flutter process with DAP (#101695) 2022-04-11 21:15:37 +01:00
Danny Tuppeny
b086473769 Pass multidex flag when using --machine mode (#101689) 2022-04-11 12:19:09 -07:00
Jesús S Guerrero
2302daa3aa Create when offline style (#101589) 2022-04-11 12:14:05 -07:00
engine-flutter-autoroll
63a6e9005d Roll Engine from 80cd47c2e7fe to 32a2cab5d16b (1 revision) (#101713) 2022-04-11 11:39:10 -07:00
gaaclarke
fb00617585 Added missing device requirement for "Mac entrypoint_dart_registrant" (#101599)
* Added missing device requirement for "Mac entrypoint_dart_registrant"

* renamed task

* removed caches and dependencies
2022-04-11 10:00:16 -07:00
wangying
38542d284c Add some debug properties to BackdropFilterLayer (#101101) 2022-04-11 09:59:08 -07:00
engine-flutter-autoroll
dacf3afe38 Roll Plugins from 45327fbf3e92 to 700fba5b1bc7 (9 revisions) (#101702) 2022-04-11 09:04:07 -07:00