1. 08 Mar, 2018 1 commit
  2. 02 Feb, 2018 1 commit
  3. 04 Jan, 2018 1 commit
  4. 21 Dec, 2017 2 commits
    • Yegor's avatar
      localize a11y tab labels in the TabBar (#13714) · 291602db
      Yegor authored
      * localize a11y tab labels in the TabBar
      
      * break import cycle
      
      * test boilerplate
      
      * fix German translation
      
      * more test boilerplate fixes
      291602db
    • Yegor's avatar
      Make UserAccountsDrawerHeader accessible (#13711) · 68736081
      Yegor authored
      * other accounts a11y; show accounts button a11y
      
      * layout with bigger tap areas; all semantics
      
      * internationalize UserAccountsDrawerHeader a11y labels
      
      * better Russian translation
      
      * break import cycle
      
      * address comments
      68736081
  5. 19 Dec, 2017 2 commits
  6. 15 Dec, 2017 1 commit
    • Yegor's avatar
      make date picker accessible (#13502) · 235b64ed
      Yegor authored
      * make date picker accessible
      
      * make test file lookup location-independent
      
      * address some comments
      
      * always wrap in IgnorePointer
      
      * no bitmasks for flags and actions
      
      * recommend List<*>
      235b64ed
  7. 14 Dec, 2017 1 commit
  8. 08 Dec, 2017 1 commit
    • 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
  9. 04 Dec, 2017 1 commit
  10. 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
  11. 01 Nov, 2017 2 commits
  12. 26 Oct, 2017 1 commit
  13. 23 Oct, 2017 1 commit
  14. 22 Oct, 2017 1 commit
  15. 20 Oct, 2017 1 commit
  16. 11 Oct, 2017 1 commit
  17. 06 Oct, 2017 1 commit
    • Yegor's avatar
      Date picker i18n (#12324) · 150c5830
      Yegor authored
      * formatYear
      
      * localize date picker
      
      * tests
      
      * clean-ups
      
      * address comments
      150c5830
  18. 29 Sep, 2017 1 commit
    • Todd Volkert's avatar
      Move assert into constructor body. (#12331) · ada593e8
      Todd Volkert authored
      Temporary workaround to the fact that the Analyzer API
      doesn't have a way to turn on asserts in initializers, coupled
      with the fact that this file is being parsed by package:intl
      using the Analyzer API.
      ada593e8
  19. 28 Sep, 2017 1 commit
  20. 27 Sep, 2017 1 commit
  21. 22 Sep, 2017 2 commits
  22. 21 Sep, 2017 1 commit
  23. 15 Sep, 2017 2 commits
  24. 14 Sep, 2017 2 commits
  25. 12 Sep, 2017 1 commit
  26. 07 Sep, 2017 1 commit
  27. 01 Sep, 2017 2 commits
  28. 31 Aug, 2017 1 commit
  29. 28 Aug, 2017 1 commit
    • Ian Hickson's avatar
      RTL: Padding, Flex (#11709) · f235a2c1
      Ian Hickson authored
      * Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values).
      
      * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant.
      
      * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware.
      
      * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used.
      
      * Fix all the tests that depended on Row defaulting to LTR.
      f235a2c1
  30. 24 Aug, 2017 1 commit