1. 13 Feb, 2019 1 commit
  2. 06 Feb, 2019 1 commit
  3. 04 Feb, 2019 2 commits
  4. 17 Dec, 2018 1 commit
  5. 20 Nov, 2018 1 commit
  6. 16 Nov, 2018 1 commit
  7. 15 Nov, 2018 1 commit
  8. 14 Nov, 2018 1 commit
  9. 08 Nov, 2018 1 commit
  10. 16 Oct, 2018 2 commits
  11. 12 Oct, 2018 2 commits
    • matthew-carroll's avatar
      Revert "Reversion for roll (#22984)" (#23029) · 04a26778
      matthew-carroll authored
      This reverts commit 80f80ab0.
      04a26778
    • matthew-carroll's avatar
      Reversion for roll (#22984) · 80f80ab0
      matthew-carroll authored
      For G3 Roll:
      
      * Revert "MaterialButton must honor its minWidth and height parameters (#22919)"
      
      This reverts commit a0233233.
      
      * Revert "Update uses of ButtonTheme.bar: pass along the current Theme's colorScheme (#22827)"
      
      This reverts commit 655bf6a2.
      
      * Revert "ButtonTheme.of().colorScheme defers to Theme (#22880)"
      
      This reverts commit a590940e.
      
      * Revert "Bring TextTheme into alignment with the current Material spec (#22330)"
      
      This reverts commit 8bfb4b3e.
      
      * Revert "Added ColorScheme, updated ThemeData, ButtonTheme, material buttons (#22013)"
      
      This reverts commit eea3465a.
      
      * Manual adjustments to fix reversion issues.
      80f80ab0
  12. 10 Oct, 2018 1 commit
  13. 03 Oct, 2018 1 commit
  14. 12 Sep, 2018 2 commits
    • Hans Muller's avatar
      Updated Material translations (#21744) · 0cc9ee5b
      Hans Muller authored
      Replaced about 535 "TBD" translations with the real thing.
      
      Added remainingTextFieldCharacterCountTwo, remainingTextFieldCharacterCountMany, remainingTextFieldCharacterCountFew, to GlobalMaterialLocalizations
      0cc9ee5b
    • Alexandre Ardhuin's avatar
      Unnecessary new (#20138) · d927c933
      Alexandre Ardhuin authored
      * enable lint unnecessary_new
      
      * fix tests
      
      * fix tests
      
      * fix tests
      d927c933
  15. 28 Aug, 2018 1 commit
  16. 22 Aug, 2018 1 commit
  17. 07 Aug, 2018 1 commit
  18. 03 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Cleanup in localizations code (#20018) · 75960f35
      Ian Hickson authored
      The following changes are made by this PR:
      
       * Translation bundles now implement MaterialLocalizations directly,
         and are public so that they can be directly extended.
      
       * The list of supported languages is now a generated constant.
      
       * The icuShortTimePattern/TimeOfDayFormat values are now pre-parsed.
      
       * Various other changes for consistency with the style guide and the
         rest of the codebase, e.g. the class names don't use `_`, the
         `path` library is imported as such, more dartdocs, fewer `//
         ignore`s, validation using exceptions.
      
      This reduces our technical debt benchmark.
      75960f35
  19. 19 Jul, 2018 1 commit
  20. 09 Jul, 2018 1 commit
  21. 24 May, 2018 1 commit
  22. 22 May, 2018 1 commit
  23. 30 Apr, 2018 1 commit
  24. 23 Apr, 2018 1 commit
  25. 16 Apr, 2018 1 commit
  26. 19 Mar, 2018 1 commit
  27. 08 Mar, 2018 1 commit
  28. 05 Feb, 2018 1 commit
  29. 17 Jan, 2018 1 commit
  30. 04 Jan, 2018 1 commit
  31. 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
  32. 19 Dec, 2017 2 commits
  33. 14 Dec, 2017 1 commit
  34. 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