1. 17 Aug, 2018 1 commit
  2. 02 Aug, 2018 1 commit
  3. 27 Jul, 2018 1 commit
  4. 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
  5. 23 Jul, 2018 1 commit
  6. 16 Jul, 2018 2 commits
  7. 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
  8. 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
  9. 05 Jun, 2018 1 commit
  10. 30 May, 2018 2 commits
  11. 18 May, 2018 1 commit
  12. 04 Apr, 2018 1 commit
  13. 20 Mar, 2018 1 commit
  14. 12 Mar, 2018 1 commit
  15. 28 Feb, 2018 1 commit
  16. 06 Feb, 2018 1 commit
  17. 02 Feb, 2018 1 commit
  18. 24 Jan, 2018 1 commit
  19. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  20. 09 Nov, 2017 1 commit
  21. 25 Oct, 2017 1 commit
  22. 17 Oct, 2017 1 commit
  23. 27 Sep, 2017 1 commit
  24. 24 Sep, 2017 1 commit
  25. 21 Sep, 2017 1 commit
  26. 20 Sep, 2017 1 commit
  27. 24 Aug, 2017 1 commit
  28. 10 Aug, 2017 1 commit
  29. 04 Aug, 2017 1 commit
  30. 03 Aug, 2017 1 commit
  31. 27 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Increase the touch slop. (#11419) · 87445e59
      Ian Hickson authored
      It was 8.0. It's now arbitrarily 18.0.
      
      Changing this required adjusting some tests. Adjusting the tests
      required debugging the tests. Debugging the tests required some tools
      to help debugging gesture recognizers and gesture arenas, so I added
      some. It also required updating some toString() methods which resulted
      in some changes to the tree diagnostics logic.
      
      Also I cleaned up some docs while I was at it.
      87445e59
  32. 24 Jul, 2017 1 commit
  33. 21 Jun, 2017 3 commits
  34. 16 Jun, 2017 1 commit
  35. 12 Jun, 2017 1 commit
    • Ian Hickson's avatar
      More documentation (#10606) · a9f1cb8c
      Ian Hickson authored
      - How do you handle a tap on text?
      - Why is AnimatedOpacity expensive?
      - Why would you use a gesture arena team?
      ...and other minor fixes
      a9f1cb8c