1. 12 Apr, 2016 1 commit
  2. 04 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Use callbacks for sending messages up the app · d748186c
      Ian Hickson authored
      Using .of() to call mutating setters is not great practice since it ties
      
      parts of the app together in ways that prevent reuse and composition.
      
      
      
      Since people are now using the gallery app to copy from, let's use the
      
      better practice of using callbacks.
      d748186c
  3. 14 Mar, 2016 1 commit
  4. 12 Mar, 2016 1 commit
  5. 02 Mar, 2016 2 commits
    • Adam Barth's avatar
      Switch Material Design icons to using the iconfont · 870894fc
      Adam Barth authored
      Rather than managing all the Material Design icons manually, we now
      manage them using an icon font. The icon font contains glyphs for each
      icon in an efficient vector format.
      
      This patch updates the FLX tooling to include the MaterialIcons font and
      updates the Icon widget to use the font instead of asset images.
      
      Fixes #2313
      Fixes #2218
      Fixes #2009
      Fixes #994
      870894fc
    • Hans Muller's avatar
      Added menu dividers · d8eaac42
      Hans Muller authored
      d8eaac42
  6. 09 Feb, 2016 1 commit