1. 07 Nov, 2015 2 commits
  2. 06 Nov, 2015 1 commit
  3. 05 Nov, 2015 1 commit
  4. 02 Nov, 2015 2 commits
  5. 29 Oct, 2015 2 commits
    • 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
    • Adam Barth's avatar
      Rationalize embedder.dart and shell.dart · fab160cf
      Adam Barth authored
      This patch combines embedder.dart and shell.dart into one thing. We should now
      handle a bunch of error cases better.
      
        * embedder.connectToApplication has moved to shell.connectToApplication,
          matching the rest of the mojo universe.
        * embedder.connecttoService has moved to shell.connnectToService (and merged
          with shell.requestService).
        * shell.requestService is now shell.connectToService, matching the rest of
          the mojo universe.
        * serviceRegistry has moved from embedder.serviceRegistry to a top-level
          getter.
      
      Fixes #1803
      fab160cf
  6. 28 Oct, 2015 2 commits
    • 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
    • Hixie's avatar
      rev-flutter tool · 58013dc8
      Hixie authored
      A tool to update all the pubspec.yaml versions when we're revving flutter.
      58013dc8
  7. 26 Oct, 2015 1 commit
  8. 21 Oct, 2015 1 commit
  9. 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
  10. 12 Oct, 2015 1 commit
  11. 10 Oct, 2015 3 commits
  12. 30 Sep, 2015 2 commits
    • Matt Perry's avatar
      Implement working UpdateTask in Dart · af3a10f4
      Matt Perry authored
      Dart code now supports the full flow that the C++ code used to: version check,
      download, replace app bundle. Bonus: the Dart code is much easier to follow,
      thanks to async/await!
      
      This is part 2 of a 3-part change. The first part added new mojom
      interfaces, PathService and UpdateService, to the sky_services package.
      af3a10f4
    • Adam Barth's avatar
      s/sky-dev/flutter-dev/ · abb836d1
      Adam Barth authored
      abb836d1
  13. 26 Sep, 2015 1 commit
  14. 23 Sep, 2015 1 commit