1. 26 May, 2016 1 commit
  2. 08 Apr, 2016 1 commit
  3. 05 Apr, 2016 1 commit
  4. 28 Mar, 2016 1 commit
  5. 23 Mar, 2016 1 commit
  6. 25 Feb, 2016 1 commit
  7. 16 Dec, 2015 1 commit
  8. 01 Dec, 2015 1 commit
  9. 24 Nov, 2015 1 commit
    • Adam Barth's avatar
      Pin `package:test` to an exact revision · 58f056da
      Adam Barth authored
      We use a number of non-public APIs in the test package, which makes our
      dependency quite fragile. This patch pins a specific, known-good version. We
      should update to the lastest version in a follow-up patch.
      58f056da
  10. 07 Nov, 2015 2 commits
  11. 06 Nov, 2015 2 commits
  12. 04 Nov, 2015 5 commits
  13. 03 Nov, 2015 1 commit
  14. 02 Nov, 2015 1 commit
  15. 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
  16. 28 Oct, 2015 2 commits
  17. 26 Oct, 2015 1 commit
  18. 21 Oct, 2015 3 commits
  19. 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
  20. 12 Oct, 2015 1 commit
  21. 10 Oct, 2015 2 commits
  22. 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
  23. 23 Sep, 2015 1 commit