1. 18 Aug, 2016 1 commit
  2. 17 Aug, 2016 2 commits
  3. 15 Aug, 2016 1 commit
  4. 11 Aug, 2016 1 commit
  5. 09 Aug, 2016 5 commits
  6. 06 Aug, 2016 1 commit
  7. 05 Aug, 2016 2 commits
  8. 02 Aug, 2016 1 commit
    • Ian Hickson's avatar
      Hot reload UI polish (#5193) · d7fb51a5
      Ian Hickson authored
      * General improvoments to the loader app:
         * Show a message after 8 seconds if no connection comes in.
         * Show a progress bar as files are being uploaded.
         * Hide the spinner just before launching the application.
      
      * General improvements to the "flutter run" UI:
         * Add "?" key as a silent alias for "h".
         * Make the help text bold so it doesn't get mixed with the logs.
         * Make "R" do a cold restart when hot reload is enabled.
      
      * Supporting features and bug fixes:
         * Add support for string service extensions.
      
      * Other bug fixes:
         * Expose debugDumpRenderTree() outside debug mode.
         * Logger.supportsColor was missing a getter.
         * Mention in the usage docs that --hot requires --resident.
         * Trivial style fixes.
      d7fb51a5
  9. 25 Jul, 2016 3 commits
  10. 20 Jul, 2016 1 commit
  11. 24 Jun, 2016 1 commit
  12. 22 Jun, 2016 1 commit
  13. 15 Jun, 2016 1 commit
  14. 14 Jun, 2016 1 commit
    • Ian Hickson's avatar
      Lock flutter tool while updating artifacts (#4476) · f92f71fe
      Ian Hickson authored
      This prevents multiple simultaneous runs of the analyzer from stomping
      over each other (e.g. multiple runs of 'update-packages'). Certain
      long-lived commands (like analyze, run, logs) are exempted once they've
      done enough work to be safe from most stomping action.
      
      This still doesn't make us entirely safe from craziness, e.g. if you're
      half way through an 'update-packages' run and you call 'git pull', who
      knows what state you'll end up in. But there's only so much one can do.
      
      Fixes https://github.com/flutter/flutter/issues/2762
      f92f71fe
  15. 08 Jun, 2016 1 commit
    • Devon Carew's avatar
      Support route (#4470) · fcd68c8a
      Devon Carew authored
      * support --route in flutter run --resident
      
      * also for the daemon app.start command
      fcd68c8a
  16. 07 Jun, 2016 1 commit
    • Devon Carew's avatar
      add a restart command to the daemon protocol (#4385) · 3ba17136
      Devon Carew authored
      * refactor the --resident run option into a separate file
      
      * update daemon to run --resident apps
      
      * re-plumbing daemon start
      
      * send app logs
      
      * update tests
      
      * review changes
      
      * fix test runner
      
      * remove PackageMap.createGlobalInstance; rely on the ctor
      
      * review comments
      3ba17136
  17. 06 Jun, 2016 1 commit
  18. 01 Jun, 2016 1 commit
  19. 26 May, 2016 3 commits
  20. 25 May, 2016 1 commit
  21. 23 May, 2016 2 commits
  22. 20 May, 2016 1 commit
  23. 17 May, 2016 1 commit
  24. 13 May, 2016 1 commit
    • Devon Carew's avatar
      Consolidate observatory code (#3892) · 40c0d6ea
      Devon Carew authored
      * rename service_protocol.dart to protocol_discovery.dart
      
      * add a wrapper around the obs. protocol
      
      * use json-rpc in run
      
      * consolidate obs. code; implement flutter run --benchmark
      
      * review comments
      40c0d6ea
  25. 12 May, 2016 1 commit
  26. 11 May, 2016 2 commits
  27. 10 May, 2016 1 commit
  28. 09 May, 2016 1 commit