- 17 Aug, 2021 1 commit
-
-
Swiftaxe authored
-
- 16 Aug, 2021 1 commit
-
-
Swiftaxe authored
Co-authored-by:
Alexander Dahlberg <alexander.dahlberg@sigma.se> The TapGestureRecognizer in the test named 'TapGestureRecognizer _sentTapDown toString' was not disposed, which was breaking a couple of other tests. This worked fine when not shuffling the tests as the test was executed last.
-
- 13 Aug, 2021 1 commit
-
-
Justin McCandless authored
Corrects the exact definition in code and docs of ScaleUpDetails delta.
-
- 09 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 04 Aug, 2021 1 commit
-
-
Todd Volkert authored
This gesture recognizer can be used to recognize the classic "onclick" behavior, where each tap in a series fires an event with an incrementing "count" of how many taps have occurred in series. This can in turn be used to build widgets that respond to both tap and double-tap, or for widgets like the YouTube TV player, where each subsequent tap in a series of >2 taps adjusts the playhead another 15 seconds. Fixes https://github.com/flutter/flutter/issues/81657
-
- 27 Jul, 2021 2 commits
-
-
Darren Austin authored
-
Greg Spencer authored
* Randomize tests, exclude tests that fail with randomization. * Disable some more tool tests
-
- 19 Jul, 2021 1 commit
-
-
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.
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 01 Jul, 2021 1 commit
-
-
Greg Spencer authored
This reverts commit b5f9612c because it is taking about 40% longer to run the tests, which is causing timeouts.
-
- 30 Jun, 2021 1 commit
-
-
Justin McCandless authored
-
- 29 Jun, 2021 1 commit
-
-
Greg Spencer authored
This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on. To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
-
- 23 Jun, 2021 1 commit
-
-
Greg Spencer authored
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 21 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 19 May, 2021 3 commits
-
-
Todd Volkert authored
This is a re-application of https://github.com/flutter/flutter/pull/81884, but with https://github.com/flutter/flutter/pull/82834 landed first. Fixes https://github.com/flutter/flutter/issues/81883
-
Hattomo (TomohiroHattori) authored
-
Tong Mu authored
-
- 18 May, 2021 1 commit
-
-
Todd Volkert authored
This reverts commit e88a387b.
-
- 17 May, 2021 1 commit
-
-
Todd Volkert authored
* Gesture recognizer cleanup 1) Make OneSequenceGestureRecognizer.addAllowedPointer() call startTrackingPointer(), and change subclasses to call super.addAllowedPointer() in place of manually calling startTrackingPointer(). 2) Fix addAllowedPointer overrides to take PointerDownEvent where some were taking PointerEvent. 3) Add API documentation to OneSequenceGestureRecognizer 4) Make the following fields in OneSequenceGestureRecognizer private with public getters instead of publicly writable: `state`, `primaryPointer`, and `initialPosition`. 5) Clean up gesture recognizer state in OneSequenceGestureRecognizer.didStopTrackingLastPointer. Fixes #81883
-
- 14 May, 2021 2 commits
-
-
Ian Hickson authored
-
xubaolin authored
-
- 13 May, 2021 2 commits
-
-
Ian Hickson authored
-
Abhishek Ghaskata authored
-
- 07 May, 2021 1 commit
-
-
Kate Lovett authored
-
- 04 May, 2021 2 commits
-
-
Ian Hickson authored
- 03 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 28 Apr, 2021 3 commits
-
-
Todd Volkert authored
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).
-
Todd Volkert authored
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
-
leo authored
* 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>
-
- 26 Apr, 2021 1 commit
-
- 23 Apr, 2021 1 commit
-
-
Ian Hickson authored
* Migrate to ChannelBuffers.push * Move TestDefaultBinaryMessenger to its own file * Apply deprecations and fix usages
-
- 22 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-