1. 28 Aug, 2018 1 commit
  2. 23 Aug, 2018 1 commit
  3. 22 Aug, 2018 1 commit
  4. 21 Aug, 2018 1 commit
  5. 08 Aug, 2018 1 commit
  6. 07 Aug, 2018 1 commit
  7. 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.
      Unverified
      75960f35
  8. 02 Aug, 2018 2 commits
  9. 27 Jul, 2018 1 commit
  10. 23 Jul, 2018 1 commit
  11. 19 Jul, 2018 1 commit
  12. 16 Jul, 2018 2 commits
  13. 12 Jul, 2018 1 commit
  14. 09 Jul, 2018 1 commit
  15. 05 Jun, 2018 1 commit
  16. 24 May, 2018 1 commit
  17. 22 May, 2018 1 commit
  18. 01 May, 2018 1 commit
  19. 30 Apr, 2018 1 commit
  20. 23 Apr, 2018 2 commits
  21. 16 Apr, 2018 1 commit
  22. 19 Mar, 2018 1 commit
  23. 14 Mar, 2018 1 commit
  24. 08 Mar, 2018 3 commits
  25. 07 Mar, 2018 1 commit
    • Josh Soref's avatar
      Spelling (#15229) · c5a5945e
      Josh Soref authored
      * spelling: accommodate
      
      * spelling: allotted
      
      * spelling: anonymous
      
      * spelling: artificial
      
      * spelling: associated
      
      * spelling: asset
      
      * spelling: button
      
      * spelling: canvas
      
      * spelling: compatibility
      
      * spelling: coverage
      
      * spelling: condition
      
      * spelling: decoration
      
      * spelling: deferring
      
      * spelling: diameter
      
      * spelling: direction
      
      * spelling: displacement
      
      * spelling: dropdown
      
      * spelling: needing
      
      * spelling: environment
      
      * spelling: exited
      
      * spelling: expansion
      
      * spelling: explore
      
      * spelling: families
      
      * spelling: horizontal
      
      * spelling: increment
      
      * spelling: indices
      
      * spelling: internationalization
      
      * spelling: labrador
      
      * spelling: localizations
      
      * spelling: midflight
      
      * spelling: milliseconds
      
      * spelling: minimum
      
      * spelling: multiple
      
      * spelling: multiplication
      
      * spelling: navigator
      
      * spelling: overridden
      
      * spelling: package
      
      * spelling: performance
      
      * spelling: platform
      
      * spelling: porsche
      
      * spelling: position
      
      * spelling: preceded
      
      * spelling: precede
      
      * spelling: precedence
      
      * spelling: print
      
      * spelling: property
      
      * spelling: readily
      
      * spelling: reproducibility
      
      * spelling: rounded
      
      * spelling: scroll
      
      * spelling: separate
      
      * spelling: separator
      
      * spelling: services
      
      * spelling: specific
      
      * spelling: specify
      
      * spelling: synchronously
      
      * spelling: through
      
      * spelling: timeout
      
      * spelling: triangle
      
      * spelling: trivial
      
      * spelling: unusual
      
      * spelling: then
      
      * spelling: vertically
      
      * spelling: visible
      
      * spelling: visited
      
      * spelling: voice
      c5a5945e
  26. 05 Feb, 2018 1 commit
  27. 02 Feb, 2018 1 commit
  28. 17 Jan, 2018 1 commit
  29. 16 Jan, 2018 1 commit
  30. 04 Jan, 2018 1 commit
  31. 21 Dec, 2017 2 commits
  32. 19 Dec, 2017 2 commits
  33. 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<*>
      Unverified
      235b64ed