1. 11 Jan, 2016 1 commit
  2. 10 Nov, 2015 1 commit
  3. 07 Nov, 2015 1 commit
  4. 02 Nov, 2015 1 commit
  5. 29 Oct, 2015 1 commit
    • Hixie's avatar
      Rev package versions for release. · fca9b8f3
      Hixie authored
      sky_engine is now at 0.0.45
      sky_services is now at 0.0.45
      flx is now at 0.0.4
      flutter is now at 0.0.15
      flutter_sprites is now at 0.0.12
      fca9b8f3
  6. 28 Oct, 2015 1 commit
    • Hixie's avatar
      Rev package versions for release. · cbf9eab8
      Hixie authored
      sky_engine is now at 0.0.44
      sky_services is now at 0.0.44
      flx is now at 0.0.3
      flutter is now at 0.0.14
      flutter_sprites is now at 0.0.11
      cbf9eab8
  7. 12 Oct, 2015 1 commit
  8. 10 Oct, 2015 1 commit
  9. 01 Oct, 2015 1 commit
  10. 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
  11. 29 Aug, 2015 1 commit
  12. 25 Aug, 2015 1 commit
  13. 19 Aug, 2015 1 commit
    • Adam Barth's avatar
      Update playfair revision · 194c616b
      Adam Barth authored
      ... and reattach fitness to the build. We detached fitness from the build
      because it was seeing an old version of playfair that didn't work with the most
      recent version of the Sky package.
      194c616b
  14. 12 Aug, 2015 1 commit
  15. 11 Aug, 2015 1 commit
    • Eric Seidel's avatar
      Fix crash when hitting "enter" key on keyboard during entry · 441fe4d4
      Eric Seidel authored
      Now it wont crash on save, but it still doesn't display
      the error message in a snackbar and this also doesn't
      wire up the enter/go key to actually do anything.
      
      We'll need to implement performEditorAction on our
      InputConnection implementation to catch this key and
      pass it along to dart.
      
      Our Input control needs to get more powerful to handle things
      like this, including filtering of input.
      
      The code was crashing by triggering a bug in the SnackBar
      which didn't assert for actions, but crashed when they
      were not null.
      
      Partial fix for https://github.com/domokit/sky_engine/issues/543
      
      @abarth
      441fe4d4
  16. 10 Aug, 2015 1 commit
  17. 08 Aug, 2015 1 commit
  18. 07 Aug, 2015 1 commit