1. 13 Aug, 2021 1 commit
  2. 09 Aug, 2021 1 commit
  3. 04 Aug, 2021 1 commit
    • Todd Volkert's avatar
      Add SerialTapGestureRecognizer (#83082) · 6490a4e9
      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
      6490a4e9
  4. 19 Jul, 2021 1 commit
    • Callum Moffat's avatar
      Don't synthesize primary pointer button unless buttons = 0 (#85808) · 6909c544
      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.
      6909c544
  5. 15 Jul, 2021 1 commit
  6. 14 Jul, 2021 3 commits
  7. 13 Jul, 2021 2 commits
  8. 08 Jul, 2021 1 commit
  9. 30 Jun, 2021 1 commit
  10. 28 Jun, 2021 1 commit
  11. 12 Jun, 2021 1 commit
  12. 10 Jun, 2021 1 commit
  13. 09 Jun, 2021 1 commit
  14. 02 Jun, 2021 1 commit
  15. 01 Jun, 2021 1 commit
  16. 19 May, 2021 3 commits
  17. 18 May, 2021 1 commit
  18. 17 May, 2021 1 commit
    • Todd Volkert's avatar
      Gesture recognizer cleanup (#81884) · e88a387b
      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
      e88a387b
  19. 14 May, 2021 1 commit
  20. 10 May, 2021 1 commit
  21. 07 May, 2021 1 commit
  22. 04 May, 2021 1 commit
  23. 03 May, 2021 1 commit
  24. 28 Apr, 2021 4 commits
  25. 27 Apr, 2021 1 commit
  26. 21 Apr, 2021 1 commit
  27. 15 Apr, 2021 1 commit
  28. 08 Apr, 2021 1 commit
  29. 03 Apr, 2021 1 commit
  30. 01 Apr, 2021 1 commit
  31. 31 Mar, 2021 1 commit
  32. 30 Mar, 2021 1 commit