1. 05 Feb, 2019 1 commit
  2. 30 Jan, 2019 1 commit
  3. 29 Jan, 2019 2 commits
  4. 23 Jan, 2019 1 commit
  5. 18 Jan, 2019 1 commit
  6. 17 Jan, 2019 1 commit
  7. 09 Jan, 2019 1 commit
  8. 08 Jan, 2019 1 commit
  9. 07 Jan, 2019 1 commit
  10. 20 Dec, 2018 1 commit
  11. 18 Dec, 2018 1 commit
  12. 14 Nov, 2018 1 commit
  13. 09 Nov, 2018 1 commit
  14. 05 Nov, 2018 1 commit
  15. 26 Oct, 2018 2 commits
  16. 25 Oct, 2018 1 commit
  17. 17 Oct, 2018 1 commit
  18. 16 Oct, 2018 1 commit
  19. 05 Oct, 2018 2 commits
  20. 19 Sep, 2018 1 commit
  21. 14 Sep, 2018 1 commit
  22. 12 Sep, 2018 1 commit
  23. 06 Sep, 2018 2 commits
    • Amir Hardon's avatar
      Add an EagerGestureRecognizer. (#21407) · 9506d1e1
      Amir Hardon authored
      This recognizer can be passed in AndroidView's gesureRecognizers when we
      want all touch events in the view bounds to be immediately dispatched
      to the Android view.
      9506d1e1
    • jslavitz's avatar
      monodrag fix (#21138) · 7c477b93
      jslavitz authored
      * monodrag fix
      
      * added a test
      
      * added test and changes
      
      * fixed import
      
      * removed comments
      7c477b93
  24. 22 Aug, 2018 1 commit
    • amirh's avatar
      Add support for GestureArenaTeam captains. (#20883) · e24ac508
      amirh authored
      The team captain wins the arena on behalf of the team.
      When any of the team members claims victory for the arena the captain
      accepts the gesture.
      
      This is used when embeddeding platform views - we allow configuring a
      set of gestures that should be forwarded to the platform view.
      We add the set of gesture recognizers to a GestureArenaTeam with a
      captain, and if the captain accepts the gesture we forward it to the
      platform view.
      e24ac508
  25. 17 Aug, 2018 1 commit
  26. 02 Aug, 2018 1 commit
  27. 27 Jul, 2018 1 commit
  28. 25 Jul, 2018 1 commit
    • amirh's avatar
      Fix touch event conversion bugs. (#19780) · 1269863d
      amirh authored
      These are bugs uncovered by the integration test for embedded Android
      views:
      
        * Some PointerEvents were constructed with radiusMinor set to
        radiusMajor.
        * Some PointerEvents were missing radiusMajor/radiusMinor.
        * The pressure parameter was not passed to PointerUpEvent.
        * radiusMin, radiusMax, radiusMinor, and radiusMajor were not
        converted from physical pixels to logical.
      
      Sending the fixes without a test as the bugs are covered by the integration
      test that is going to land soon.
      1269863d
  29. 23 Jul, 2018 1 commit
  30. 16 Jul, 2018 2 commits
  31. 13 Jun, 2018 2 commits
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
    • Alexandre Ardhuin's avatar
  32. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.
      
      Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.
      
      No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
      6c56bb24
  33. 05 Jun, 2018 1 commit
  34. 30 May, 2018 1 commit