1. 11 Aug, 2015 1 commit
    • Adam Barth's avatar
      Use ImageResource instead of Future<sky.Image> · 9f228349
      Adam Barth authored
      Using ImageResource solves two problems:
      
      1) Listeners can be notified synchronously when the sky.Image is already
         available. This change removes flash of 0x0 layout when moving an
         already-cached image around in the render tree.
      
      2) In the future, when we support animated images, we can notify listeners
         multiple times whenever a new image is available.
      9f228349
  2. 30 Jul, 2015 2 commits
  3. 29 Jul, 2015 1 commit
  4. 28 Jul, 2015 2 commits
  5. 27 Jul, 2015 1 commit
    • Adam Barth's avatar
      Cleanups to network service · b9e74071
      Adam Barth authored
      This patch contains some minor improvements to the network service:
      
      - We now cache the connection to the network service so we don't need to spin
        it up for each request.
      - We now manage the lifetime of NetworkServiceImpl in the same way as other
        services.
      
      Also, update the workbench sky_tools dependency to the latest version.
      b9e74071
  6. 16 Jul, 2015 1 commit