- 20 Jul, 2021 11 commits
-
-
Taha Tesser authored
-
Emmanuel Garcia authored
-
Greg Spencer authored
When a focus traversal group has no entries, but traversal is requested, we were throwing an exception because we couldn't find the group marker's scope in the list of candidates. This fixes that, and adds a test.
-
Taha Tesser authored
[flutter_tools] Refactor Android Studio Detection on Windows (support 4.x and 202x releases detection) (#86624)
-
Kate Lovett authored
Revert "Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (#86449)" (#86730) This reverts commit cd78190b.
-
engine-flutter-autoroll authored
-
Danny Tuppeny authored
-
Pierre-Louis authored
-
Greg Spencer authored
The (new, not yet used) code gen for iOS was setting up a std::map from key codes to logical and physical key codes, but it was using uint32_t, which isn't big enough to hold the Flutter key codes. Also, iOS needs to be able to filter out function keys, so I added a function key set.
-
keyonghan authored
* fix type cast error * update doc
-
keyonghan authored
-
- 19 Jul, 2021 16 commits
-
-
engine-flutter-autoroll authored
-
Kenzie (Schmoll) Davisson authored
* Reset default UserTag at the time of the first flutter frame
-
Tong Mu authored
This PR fixes several bugs related to live tests, adds more tests, and completes the documentation of several methods related to pointer events.
-
engine-flutter-autoroll authored
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
e193daf1e [camera] Add `CameraOptions` used to constrain the camera audio and video (flutter/plugins#4164) (#86673)
-
Renzo Olivares authored
-
engine-flutter-autoroll authored
-
Callum Moffat authored
Some embeddings might send pointer events with buttons = 0x2 (right-click) for touch or stylus device kinds. If the primary button is synthesized for those events, they won't behave properly. Without this change it's not possible to trigger "secondary tap" events on a TapGestureRecognizer while using a stylus or on an iPad trackpad, since that recognizer will receive buttons = 0x3.
-
engine-flutter-autoroll authored
-
Christopher Fujino authored
-
engine-flutter-autoroll authored
-
Michael Goderbauer authored
-
Zachary Anderson authored
-
keyonghan authored
-
Remi Rousselet authored
Disable the automatic "pub get" if the project is using a third-party tool for linking dependencies. (#86177)
-
- 17 Jul, 2021 5 commits
-
-
Christopher Fujino authored
-
Max authored
-
engine-flutter-autoroll authored
-
Zachary Anderson authored
-
engine-flutter-autoroll authored
-
- 16 Jul, 2021 8 commits
-
-
Christopher Fujino authored
* add a check for env variable RELEASE_CHANNEL in dev/snippets/lib/main.dart during doc generation * update to LUCI_BRANCH, which is already populated * validate env variable is either master or stable
-
Filip Hracek authored
When suggesting more performant alternatives to rebuilding `Opacity`, `FadeTransition` is as valid as `AnimatedOpacity`, and it's less obvious ("opacity" versus "fade").
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
f726c319a [camera] Fix coordinate rotation for setting focus- and exposure points on iOS (flutter/plugins#4158) (#86542)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Ahmed Ashour authored
-