1. 09 Mar, 2019 1 commit
  2. 07 Mar, 2019 1 commit
  3. 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
  4. 06 Oct, 2018 1 commit
  5. 01 Oct, 2018 1 commit
  6. 12 Sep, 2018 1 commit
  7. 08 Aug, 2018 1 commit
  8. 07 Aug, 2018 1 commit
    • liyuqian's avatar
      Roll engine to 7f083e54fe75 (#20310) · 57d8930d
      liyuqian authored
      * Roll engine to 7f083e54fe75
      
      7f083e54f Don't implicitly fall through in switch statement (flutter/engine#5964)
      c7ce6dd69 Apply translation to accessibility tree when in landscape (flutter/engine#5950)
      aef94b73d Reland "Updated background execution implementation for Android" (flutter/engine#5954)
      3421bca7a Roll src/third_party/skia 36216fb0acbc..177742435e52 (15 commits) (flutter/engine#5963)
      9d1e67399 Temporarily add travis/analyze.sh back for Chrome bot (flutter/engine#5961)
      4386afdaa Roll src/third_party/skia e6d0618f677c..36216fb0acbc (11 commits) (flutter/engine#5960)
      7cef3da03 Roll src/third_party/skia 01d9a344b575..e6d0618f677c (1 commits) (flutter/engine#5958)
      ad82cb154 Roll src/third_party/skia fdf05f4ff4e9..01d9a344b575 (1 commits) (flutter/engine#5957)
      6ea410cfe Revert "Roll Dart to 17b54c76ce9b945c6f013ad08c19268409c0694a (flutter/engine#5955)" (#5956)
      f20c58f65 Roll Dart to 17b54c76ce9b945c6f013ad08c19268409c0694a (flutter/engine#5955)
      ed1938e99 Roll src/third_party/skia 641ac7daa81c..fdf05f4ff4e9 (3 commits) (flutter/engine#5953)
      5f04e00d7 Remove travis directory (flutter/engine#5935)
      5442c0a7d Revert "Updated background execution implementation for Android" (flutter/engine#5949)
      a5215ce50 Add hasImplicitScrolling SemanticFlag and support in Android bridge (flutter/engine#5941)
      4681351af Roll src/third_party/skia 6e487e67a3f3..641ac7daa81c (16 commits) (flutter/engine#5948)
      bc885f319 Updated background execution implementation for Android
      5770cbd2a Roll src/third_party/skia 12fb9cfeee07..6e487e67a3f3 (8 commits) (flutter/engine#5946)
      f4464a8d9 Roll src/third_party/skia 2e77f54f46e8..12fb9cfeee07 (1 commits) (flutter/engine#5945)
      c6baaaf75 Replace acquire+release thread annotation with excludes (flutter/engine#5944)
      63ede2e35 Roll src/third_party/skia 59aabbcf3b0d..2e77f54f46e8 (1 commits) (flutter/engine#5943)
      97aea093e Roll src/third_party/skia 71fe8baccc01..59aabbcf3b0d (1 commits) (flutter/engine#5942)
      aaf4a9a24 Roll src/third_party/skia 4c3b63e289c5..71fe8baccc01 (3 commits) (flutter/engine#5940)
      
      * Sync framework changes
      57d8930d
  9. 02 Aug, 2018 2 commits
  10. 01 Aug, 2018 1 commit
  11. 27 Jul, 2018 1 commit
  12. 25 Jul, 2018 1 commit
  13. 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
  14. 23 Jul, 2018 1 commit
  15. 21 Jul, 2018 1 commit
  16. 16 Jul, 2018 2 commits
  17. 13 Jul, 2018 1 commit
  18. 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
  19. 21 Apr, 2018 1 commit
  20. 20 Apr, 2018 1 commit
  21. 19 Apr, 2018 1 commit
  22. 20 Mar, 2018 1 commit
  23. 19 Mar, 2018 1 commit
    • Yegor's avatar
      a11y: remove SemanticsSortOrder; sort locally only; semanticsOwner post-test check (#15537) · 9c49255f
      Yegor authored
      * a11y: remove SemanticsSortOrder; sort locally only; semanticsOwner post-test check
      
      * update accessibility test framework
      
      - default nextNodeId/previousNodeId to -1
      - stop treating null as opt-out from value testing
      - add `id`, `TestSemantics.root`, and `tags` to the suggested code in the TestSemantics failure message
      - fix a small bug with raw string escaping
      - update all tests accordingly
      
      * fix sortKey doc
      
      * prefer const over final
      9c49255f
  24. 09 Mar, 2018 2 commits
  25. 14 Feb, 2018 3 commits
  26. 13 Feb, 2018 1 commit
    • Greg Spencer's avatar
      Move geometric sort for semantics to the framework side. (#14539) · 7be0bd1c
      Greg Spencer authored
      This adds geometric sort ordering back in for semantics nodes that don't have a sort order defined.
      
      With this change, widgets that either have no sort order, or have an equivalent sort order, will be compared geometrically. The comparison is between the two starting corners, so it is TextDirection-aware: parent nodes that are set to have LTR text will compare upper left corners of their children, and upper right when set to RTL.
      
      Also fixed a bug in the Transform widget that didn't mark modified nodes as needing a semantics update.
      7be0bd1c
  27. 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
  28. 10 Feb, 2018 1 commit
  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.
      14309b93
  30. 26 Jan, 2018 2 commits
  31. 13 Dec, 2017 1 commit
  32. 08 Dec, 2017 1 commit
  33. 05 Dec, 2017 1 commit
  34. 03 Nov, 2017 1 commit