1. 20 Jun, 2019 1 commit
  2. 13 Jun, 2019 1 commit
  3. 29 Apr, 2019 1 commit
  4. 22 Mar, 2019 1 commit
  5. 12 Mar, 2019 1 commit
  6. 09 Mar, 2019 1 commit
  7. 07 Mar, 2019 1 commit
  8. 06 Mar, 2019 1 commit
  9. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      Unverified
      387f8854
  10. 16 Jan, 2019 1 commit
  11. 09 Oct, 2018 1 commit
  12. 12 Sep, 2018 1 commit
  13. 31 Aug, 2018 1 commit
  14. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  15. 02 Aug, 2018 1 commit
  16. 27 Jul, 2018 1 commit
  17. 23 Jul, 2018 1 commit
  18. 20 Jul, 2018 1 commit
  19. 16 Jul, 2018 2 commits
  20. 05 Jun, 2018 1 commit
  21. 23 Apr, 2018 1 commit
    • Yegor's avatar
      a11y traversal: sort locally; use new sorting algorithm (#16253) · d3540962
      Yegor authored
      New a11y traversal:
      
      - sort direct sibling SemanticsNodes only
      - use new sorting algorithm
      - implement RTL
      - test semantics in traversal order by default
      - add AppBar traversal test
      - breaking: remove nextNodeId/previousNodeId from the framework
      - breaking: remove DebugSemanticsDumpOrder.geometricOrder
      Unverified
      d3540962
  22. 21 Apr, 2018 1 commit
  23. 19 Mar, 2018 2 commits
  24. 09 Mar, 2018 1 commit
  25. 14 Feb, 2018 3 commits
  26. 12 Feb, 2018 1 commit
    • Greg Spencer's avatar
      Swap nextNodeId for previousNodeId, since setTraversalBefore is broken. (#14607) · bfc68334
      Greg Spencer authored
      It seems that setTraversalBefore doesn't work as well as setTraversalAfter for some reason, although I'm using them the same way. Some apps would lock up TalkBack when traversing if setTraversalBefore was set, but not with the equivalent setTraversalAfter.
      
      It's not entirely clear why this is, but I'm going with this to at least get it fixed for apps we know about.
      
      Fixes #14600
      Unverified
      bfc68334
  27. 10 Feb, 2018 1 commit
  28. 08 Feb, 2018 1 commit
    • Vyacheslav Egorov's avatar
      Fix message channel usage in few tests. (#14557) · 7db0564a
      Vyacheslav Egorov authored
      Channels don't preserve Map and List type arguments: Map<String, Object>
      arrives as Map<dynamic, dynamic> to the receiver.
      
      In Dart 2 type system dynamic no longer serves as bottom type so
      Map<dynamic, dynamic> can't be assign to a variable of type
      Map<String, dynamic>.
      
      Issue #14556
      Unverified
      7db0564a
  29. 06 Feb, 2018 1 commit
    • Greg Spencer's avatar
      Adds the semantic node traversal API. (#14060) · 14309b93
      Greg Spencer authored
      This adds an API for defining the semantic node traversal order.
      
      It adds a sortOrder argument to the Semantics widget, which is a class that can define a list of sort keys to sort on. The keys are sorted globally so that an order that doesn't have to do with the current widget hierarchy may be defined.
      
      It also adds a shortcut sortKey argument to the Semantics widget that simply sets the sortOrder to just contain that key.
      
      The platform side (flutter/engine#4540) gets an additional member in the SemanticsData object that is an integer describing where in the overall order each semantics node belongs. There is an associated engine-side change that takes this integer and uses it to order widgets for the platform's accessibility services.
      Unverified
      14309b93
  30. 17 Jan, 2018 1 commit
  31. 09 Jan, 2018 1 commit
  32. 05 Jan, 2018 1 commit
  33. 21 Dec, 2017 1 commit
  34. 13 Dec, 2017 1 commit
  35. 30 Nov, 2017 1 commit
  36. 16 Nov, 2017 1 commit