1. 14 Mar, 2017 1 commit
  2. 23 Jan, 2017 1 commit
  3. 10 Jan, 2017 1 commit
  4. 19 Nov, 2016 1 commit
  5. 02 Nov, 2016 1 commit
  6. 23 Oct, 2016 1 commit
  7. 19 Sep, 2016 1 commit
  8. 22 Jun, 2016 1 commit
    • Ian Hickson's avatar
      About box API (#4677) · cd89e867
      Ian Hickson authored
      This API is the front-end part of the work on showing licenses.
      
      Future patches will:
      
      * Provide an API for registering what licenses should be shown here,
        which will be used by this feature to shown licenses but could also be
        used by custom code for showing licenses (e.g. for people not using
        the Material widgets).
      
      * Actually populate this license API from all the licenses we currently
        use in the engine, in the framework, and from any pub packages that
        are used (directly or indirectly) by the application.
      cd89e867
  9. 08 Jun, 2016 1 commit
  10. 07 Jun, 2016 1 commit
    • Adam Barth's avatar
      Improve gallery visuals on iOS (#4437) · 35ea6a1c
      Adam Barth authored
      1. Use the primary color brightness to determine the color of the status bar.
          The status bar overlaps the toolbar, which has the primary color.
       2. Use Roboto for text.
      35ea6a1c
  11. 28 Apr, 2016 1 commit
  12. 27 Apr, 2016 1 commit
  13. 30 Mar, 2016 1 commit
    • Adam Barth's avatar
      These height values are incorrect · bf31cf1e
      Adam Barth authored
      They're actually leading values rather than line height values, which means
      they're operative between paragraphs not within a given paragraph.
      bf31cf1e
  14. 18 Jan, 2016 1 commit
    • Ian Hickson's avatar
      Reimplement the theme transition animation by actually animating the Theme. · 73c9ebab
      Ian Hickson authored
      As part of this:
       - A lot of classes got new lerp functions, including e.g. TextStyle.
       - Theme's constructor story got overhauled. You can now configure
         everything if you really want to, and we're better about defaults.
       - Material no longer automatically animates its background color.
         (It still does for its shadow.)
       - Tabs try to get the indicator color from the theme.
       - The fields in ThemeData got reordered for sanity.
       - Theme.== and Theme.hashCode got fixed.
       - Typography got a bit of a spring cleaning.
      
      Fixes #613.
      73c9ebab
  15. 09 Dec, 2015 1 commit
  16. 26 Oct, 2015 1 commit
    • Adam Barth's avatar
      Be explicit about whether text styles inherit · 7a811e5a
      Adam Barth authored
      Now TextStyle has a boolean "inherit" value, which controls whether null values
      should use should inherit from the current default text style or whether they
      should use their initial values.
      7a811e5a
  17. 16 Oct, 2015 1 commit
  18. 10 Oct, 2015 2 commits
  19. 08 Oct, 2015 1 commit
  20. 26 Sep, 2015 1 commit
  21. 18 Sep, 2015 1 commit
    • Adam Barth's avatar
      Move theme into material.dart · 4467a268
      Adam Barth authored
      Also, introduce Colors and Typography to hold the material colors and the
      typography declarations. Previously we expected clients of these libraries to
      import them into a namespace, but that doesn't play nice with re-exporting them
      from material.dart.
      4467a268
  22. 10 Sep, 2015 1 commit
  23. 08 Sep, 2015 1 commit
  24. 24 Aug, 2015 1 commit
  25. 28 Jul, 2015 2 commits
  26. 21 Jul, 2015 1 commit
  27. 18 Jul, 2015 1 commit
  28. 16 Jul, 2015 1 commit