1. 29 Mar, 2017 1 commit
  2. 20 Mar, 2017 1 commit
  3. 17 Mar, 2017 2 commits
    • Michael Goderbauer's avatar
      Remove nasty ANSI workaround for Windows (#8839) · c9a9c627
      Michael Goderbauer authored
      The problem has been fixed upstream in the Dart VM.
      
      This simplifies our setup instructions on Windows (will update the wiki).
      Furthermore, this also means that going forward there is no diffrence between PowerShell and Cmd for the Flutter experience on Windows.
      c9a9c627
    • Michael Goderbauer's avatar
      Remove support for function keys. (#8840) · 2291a568
      Michael Goderbauer authored
      Function keys don't work great on any platform we support:
      * Mac doesn't have first-class function keys.
      * On Ubuntu: F1 opens the system help and F10 opens the file dialog.
      * ... and Windows is a mess as well.
      2291a568
  4. 15 Mar, 2017 2 commits
  5. 07 Mar, 2017 1 commit
  6. 04 Mar, 2017 1 commit
  7. 03 Mar, 2017 1 commit
  8. 02 Mar, 2017 1 commit
  9. 01 Mar, 2017 1 commit
  10. 20 Feb, 2017 1 commit
  11. 15 Feb, 2017 1 commit
  12. 10 Feb, 2017 1 commit
  13. 09 Feb, 2017 1 commit
  14. 08 Feb, 2017 1 commit
  15. 01 Feb, 2017 1 commit
  16. 26 Jan, 2017 1 commit
  17. 20 Jan, 2017 1 commit
  18. 13 Jan, 2017 1 commit
  19. 11 Jan, 2017 1 commit
  20. 09 Jan, 2017 1 commit
  21. 15 Nov, 2016 1 commit
  22. 07 Nov, 2016 1 commit
  23. 06 Nov, 2016 1 commit
  24. 03 Nov, 2016 1 commit
    • Devon Carew's avatar
      Better progress (#6677) · fcfb2a5c
      Devon Carew authored
      * make showElapsedTime default to true
      
      * support nested progresses
      
      * improve hot reload message
      
      * rethrow
      fcfb2a5c
  25. 23 Oct, 2016 1 commit
  26. 21 Oct, 2016 1 commit
    • Jason Simmons's avatar
      Do not buffer logs in the verbose logger (#6465) · 022cb2d9
      Jason Simmons authored
      With the old policy the most recent log would not be printed until the next
      log is produced (which may be indefinitely).  This change prints logs
      immediately along with a time delta since the previous log.
      022cb2d9
  27. 13 Aug, 2016 1 commit
  28. 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
  29. 13 Jun, 2016 1 commit
  30. 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
  31. 26 May, 2016 1 commit
  32. 10 May, 2016 1 commit
  33. 29 Apr, 2016 1 commit
  34. 25 Apr, 2016 1 commit
  35. 19 Apr, 2016 1 commit
  36. 18 Apr, 2016 1 commit
    • Devon Carew's avatar
      Use arm deploy (#3374) · 12cac94c
      Devon Carew authored
      * download android-arm-deploy
      
      * wire up --deploy to android-arm-deploy
      
      * fix interpolation
      12cac94c
  37. 12 Apr, 2016 1 commit
  38. 11 Apr, 2016 1 commit
    • Devon Carew's avatar
      make flutter upgrade less verbose (#3237) · 2a33e3f0
      Devon Carew authored
      * more terse flutter upgrade
      
      * fix an issue when updating and the engine update code has changed
      
      * call flutter precache; add a --no-color hidden option
      
      * fix a lint related to getters/setters
      2a33e3f0