1. 10 Sep, 2015 1 commit
  2. 09 Sep, 2015 3 commits
  3. 04 Sep, 2015 1 commit
  4. 03 Sep, 2015 3 commits
  5. 02 Sep, 2015 1 commit
  6. 01 Sep, 2015 5 commits
  7. 31 Aug, 2015 2 commits
  8. 29 Aug, 2015 1 commit
  9. 28 Aug, 2015 2 commits
  10. 27 Aug, 2015 3 commits
  11. 26 Aug, 2015 1 commit
  12. 24 Aug, 2015 2 commits
  13. 21 Aug, 2015 1 commit
    • Ian Fischer's avatar
      Make sky_tool install to ios devices and simulators if available, and add a... · 96c5d075
      Ian Fischer authored
      Make sky_tool install to ios devices and simulators if available, and add a ‘listen’ command that will listen to filesystem changes in the current directory and update running versions of the app.
      
      Also refactors ios_sim.py to be part of sky_tool.
      
      The current skyx file that ‘listen’ generates does not contain material design icons, so icons will be missing.
      96c5d075
  14. 13 Aug, 2015 1 commit
    • Adam Barth's avatar
      Kill sky_server by port instead of pid · 45be4c6f
      Adam Barth authored
      We seem to have trouble killing sky_server by its pid. Instead, lets try
      killing it by looking up which process is listening on the sky_server port.
      45be4c6f
  15. 07 Aug, 2015 4 commits
  16. 05 Aug, 2015 1 commit
  17. 04 Aug, 2015 2 commits
  18. 31 Jul, 2015 1 commit
  19. 28 Jul, 2015 2 commits
  20. 27 Jul, 2015 1 commit
  21. 23 Jul, 2015 2 commits
    • Adam Barth's avatar
      Remove the magic from the Sky package · edd9ddcc
      Adam Barth authored
      We now just symlink the lib directory into the packages directory in the output
      directory.
      edd9ddcc
    • Adam Barth's avatar
      Create a SkyShell.apk · c14ba336
      Adam Barth authored
      This CL introduces a SkyShell.apk that is separate from the SkyDemo.apk that we
      upload to the store to show our demos.  The SkyShell.apk is just an empty shell
      that can run Sky applications on Android.
      c14ba336