1. 02 Nov, 2021 1 commit
  2. 16 Apr, 2021 1 commit
  3. 02 Feb, 2021 1 commit
  4. 23 Sep, 2020 1 commit
  5. 06 Aug, 2020 1 commit
  6. 30 Jun, 2020 1 commit
  7. 29 Jun, 2020 1 commit
  8. 24 Jun, 2020 1 commit
  9. 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
  10. 14 May, 2020 1 commit
  11. 29 Mar, 2020 1 commit
  12. 11 Mar, 2020 1 commit
  13. 17 Dec, 2018 1 commit
  14. 15 Nov, 2018 1 commit
  15. 12 Sep, 2018 1 commit
    • 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
  16. 28 Aug, 2018 1 commit
  17. 22 Aug, 2018 1 commit
  18. 07 Aug, 2018 1 commit
  19. 24 May, 2018 1 commit
  20. 23 Apr, 2018 1 commit
  21. 16 Apr, 2018 1 commit
  22. 08 Mar, 2018 1 commit
  23. 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
  24. 19 Dec, 2017 1 commit