1. 24 Sep, 2019 1 commit
  2. 18 Sep, 2019 1 commit
  3. 17 Sep, 2019 3 commits
  4. 21 Aug, 2019 1 commit
  5. 09 Aug, 2019 2 commits
  6. 03 Jul, 2019 1 commit
  7. 20 Jun, 2019 1 commit
  8. 13 Jun, 2019 1 commit
  9. 29 Apr, 2019 1 commit
  10. 22 Mar, 2019 1 commit
  11. 12 Mar, 2019 1 commit
  12. 09 Mar, 2019 1 commit
  13. 07 Mar, 2019 1 commit
  14. 06 Mar, 2019 1 commit
  15. 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
      387f8854
  16. 16 Jan, 2019 1 commit
  17. 09 Oct, 2018 1 commit
  18. 12 Sep, 2018 1 commit
  19. 31 Aug, 2018 1 commit
  20. 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
  21. 02 Aug, 2018 1 commit
  22. 27 Jul, 2018 1 commit
  23. 23 Jul, 2018 1 commit
  24. 20 Jul, 2018 1 commit
  25. 16 Jul, 2018 2 commits
  26. 05 Jun, 2018 1 commit
  27. 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
      d3540962
  28. 21 Apr, 2018 1 commit
  29. 19 Mar, 2018 2 commits
  30. 09 Mar, 2018 1 commit
  31. 14 Feb, 2018 3 commits
  32. 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
      bfc68334
  33. 10 Feb, 2018 1 commit