1. 03 Jun, 2016 1 commit
  2. 02 Jun, 2016 1 commit
  3. 01 Apr, 2016 1 commit
  4. 25 Mar, 2016 1 commit
  5. 02 Mar, 2016 1 commit
    • 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
  6. 26 Feb, 2016 1 commit
  7. 12 Feb, 2016 1 commit
  8. 27 Jan, 2016 1 commit
  9. 11 Jan, 2016 1 commit
    • Ian Hickson's avatar
      Add more debugging options to the stocks app. · 48e1350e
      Ian Hickson authored
      - Add an option to enable debugPaintSizeEnabled.
      - Add an option to enable the StatisticsOverlay.
      - Add support for the StatisticsOverlay in MaterialApp.
      - Change the layout behaviour of RenderStatisticsBox:
         - Give it a zero intrinsic width.
         - Give it an accurate intrinsic height that depends on the flags
           set. (Also, move the enum to the rendering/ layer from the
           widgets/ layer to enable this.)
         - Make the box automatically size itself full-width and the correct
           height, so that you can actually embed it (though most of the
           time you'd just put it in a Stack so this doesn't matter as
           much, really).
      - Some style nit fixes in statistics_box.dart.
      48e1350e
  10. 08 Jan, 2016 1 commit
  11. 26 Nov, 2015 1 commit
  12. 05 Nov, 2015 1 commit
  13. 02 Nov, 2015 1 commit
  14. 19 Oct, 2015 1 commit
    • Matt Perry's avatar
      Support verifying .flx signatures when updating. · dff3fa7e
      Matt Perry authored
      Adds a step to the updater to verify that the new .flx package is signed and
      untampered.
      
      Each .flx contains a signed manifest file. The manifest contains a SHA-256 hash
      of the .flx contents. See bundle.dart for a description of the new .flx format.
      dff3fa7e
  15. 08 Aug, 2015 1 commit
  16. 28 Jul, 2015 2 commits
  17. 16 Jul, 2015 1 commit