1. 12 Oct, 2015 1 commit
  2. 10 Oct, 2015 1 commit
  3. 01 Oct, 2015 1 commit
  4. 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
  5. 29 Aug, 2015 1 commit
  6. 25 Aug, 2015 1 commit
  7. 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
  8. 12 Aug, 2015 1 commit
  9. 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
  10. 10 Aug, 2015 1 commit
  11. 08 Aug, 2015 1 commit
  12. 07 Aug, 2015 1 commit