1. 23 Mar, 2021 1 commit
  2. 02 Feb, 2021 1 commit
  3. 12 Nov, 2020 1 commit
  4. 30 Jun, 2020 1 commit
  5. 24 Jun, 2020 1 commit
  6. 23 Jun, 2020 1 commit
    • Tonic Artos's avatar
      New license page. (#57588) · 65550d0f
      Tonic Artos authored
      This is a PR addressing #57226 - Proposal: New UI for Licenses Page.
      
      This PR replaces the previous single panel license page with one that uses a master/detail flow (MDFlow) to display packages and their respective licenses.
      
      The License Page API remains unchanged. The logic for processing the license data is kept largely the same. This PR changes how the licenses are displayed, by introducing a responsive UI using the master/detail UI pattern. For now I am calling it Master Detail Flow, or MDFlow.
      
      MDFlow manifests as two layouts depending on the screen size. On small and medium displays, as determined by the breakpoints given by the Material Design Spec, MDFlow utilises a nested layout. On large displays, MDFlow uses a two panel (lateral) layout. MDFlow is implemented in this PR using a Navigator for the nested layout, and a Stack for the lateral layout. The master and detail views are built using builders. For the interactive component, detail pages are requested from the master view using a proxy obtained by a widget lookup on the build context; MasterDetailFlow.of(context).
      65550d0f
  7. 18 Jun, 2020 1 commit
  8. 16 Jun, 2020 1 commit
  9. 15 Jun, 2020 1 commit
  10. 14 May, 2020 1 commit
  11. 29 Apr, 2020 1 commit
  12. 11 Mar, 2020 1 commit
  13. 15 Nov, 2018 1 commit
  14. 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
  15. 10 Oct, 2018 1 commit
  16. 28 Aug, 2018 1 commit
  17. 22 Aug, 2018 1 commit
  18. 07 Aug, 2018 1 commit
  19. 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
  20. 12 Jul, 2018 1 commit
  21. 24 May, 2018 1 commit
  22. 01 May, 2018 1 commit
  23. 16 Apr, 2018 1 commit
  24. 08 Mar, 2018 1 commit
  25. 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
  26. 14 Dec, 2017 1 commit
  27. 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
  28. 04 Dec, 2017 1 commit
  29. 14 Nov, 2017 1 commit
  30. 01 Nov, 2017 1 commit
  31. 11 Oct, 2017 1 commit
  32. 22 Sep, 2017 2 commits
  33. 15 Sep, 2017 1 commit
  34. 14 Sep, 2017 1 commit
    • Yegor's avatar
      Localize time picker (#11967) · cbdefead
      Yegor authored
      * Internationalize the time picker
      
      - header layout and formatting
      - 12-hour vs 24-hour dial
      - RTL
      
      * make TimeOfDayFormat an enum
      
      * address comments
      cbdefead
  35. 12 Sep, 2017 1 commit
  36. 07 Sep, 2017 1 commit
  37. 31 Aug, 2017 1 commit