1. 17 May, 2016 1 commit
    • Ian Hickson's avatar
      Fix tests (#3977) · f284c1a0
      Ian Hickson authored
      Also, make sure that broken tests actually break the bots.
      
      And add a test to make sure that keeps happening.
      f284c1a0
  2. 01 Apr, 2016 1 commit
  3. 25 Mar, 2016 1 commit
  4. 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
  5. 26 Feb, 2016 1 commit
  6. 12 Feb, 2016 1 commit
  7. 27 Jan, 2016 1 commit
  8. 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
  9. 08 Jan, 2016 1 commit
  10. 26 Nov, 2015 1 commit
  11. 05 Nov, 2015 1 commit
  12. 02 Nov, 2015 1 commit
  13. 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
  14. 08 Aug, 2015 1 commit
  15. 28 Jul, 2015 2 commits
  16. 16 Jul, 2015 1 commit