1. 03 Apr, 2019 1 commit
  2. 18 Dec, 2018 1 commit
  3. 08 Nov, 2018 1 commit
  4. 14 Sep, 2018 1 commit
  5. 12 Sep, 2018 1 commit
  6. 07 Sep, 2018 1 commit
  7. 30 Jul, 2018 1 commit
  8. 24 Jul, 2018 1 commit
    • Jonah Williams's avatar
      Semantics framework updates (#18758) · 810a29d6
      Jonah Williams authored
      Changes:
      
      - Move the SemanticsConfiguration update from RenderToggleable to each subclass, so that Switch can use toggled.
      - Add image, liveRegion, toggled properties to Semantics, SemanticsConfiguration, SemanticsNode
      - Added semanticsLabel and excludeFromSemantics to Image (the latter so that we avoid creating a semantics node)
      - Added onDismiss semantics action which maps to the modal escape on iOS and dismiss action on Android.
      - Added dismiss and liveRegion to snackbar widget
      - Updated custom painter semantics to handle image, liveRegion, toggle
      - Updated relevant tests to use correct flag/action
      810a29d6
  9. 13 Jun, 2018 1 commit
    • 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
  10. 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
  11. 05 Jun, 2018 1 commit
  12. 30 May, 2018 2 commits
  13. 21 Apr, 2018 1 commit
  14. 20 Apr, 2018 1 commit
  15. 20 Mar, 2018 1 commit
  16. 11 Mar, 2018 1 commit
  17. 09 Mar, 2018 1 commit
  18. 14 Feb, 2018 1 commit
  19. 02 Feb, 2018 1 commit
  20. 26 Jan, 2018 2 commits
  21. 10 Jan, 2018 1 commit
  22. 15 Dec, 2017 1 commit
  23. 13 Dec, 2017 1 commit
  24. 08 Dec, 2017 2 commits
    • Yegor's avatar
      Make time picker accessible (#13152) · b80751cd
      Yegor authored
      * make time picker accessible
      
      * use new CustomPaint a11y API
      
      * flutter_localizations tests; use bigger distance delta
      
      * fix am/pm control; selected values
      
      * fix translations; remove @mustCallSuper in describeSemanticsConfiguration
      
      * exclude AM/PM announcement from iOS as on iOS the label is read back automatically
      b80751cd
    • Michael Goderbauer's avatar
      a11y cursor movement (#13405) · 52d06b82
      Michael Goderbauer authored
      52d06b82
  25. 05 Dec, 2017 1 commit