1. 25 Apr, 2019 1 commit
  2. 05 Apr, 2019 1 commit
  3. 21 Feb, 2019 1 commit
  4. 30 Jan, 2019 1 commit
  5. 14 Jan, 2019 1 commit
  6. 05 Jan, 2019 1 commit
  7. 10 Oct, 2018 1 commit
  8. 05 Oct, 2018 1 commit
  9. 12 Sep, 2018 1 commit
  10. 05 Jun, 2018 1 commit
  11. 28 Mar, 2018 1 commit
  12. 18 Jan, 2018 1 commit
    • Ian Hickson's avatar
      New release process (#14061) · 9e42e4b8
      Ian Hickson authored
      Generate the "version" file from git tags.
      Remove the old VERSION file and mentions of versions in pubspec.yaml files.
      Replace the old update_versions.dart script with a new roll_dev.dart script.
      Update "flutter channel".
      Update "flutter upgrade", including making it transition from alpha to dev.
      Update "flutter --version" and "flutter doctor".
      9e42e4b8
  13. 05 Jan, 2018 1 commit
  14. 11 Nov, 2017 1 commit
  15. 30 Oct, 2017 1 commit
    • Adam Barth's avatar
      Don't collect usage data during Fuchsia build (#12780) · 21145144
      Adam Barth authored
      Previously, the usage analytics would generate a write to the user's
      HOME directory during the Fuchsia build. We're tightening down the
      environment in which we run the Fuchsia build, and these writes are now
      more obvious.
      
      This patch removes the usage analytics during the Fuchsia build,
      avoiding the write to the user's HOME directory.
      21145144
  16. 10 Jul, 2017 1 commit
    • Seth Ladd's avatar
      Run target analytics (#10902) · 834fbcb8
      Seth Ladd authored
      * report run target and if it is an emulator
      
      * don't print debug
      
      * rename parameter, remove unused variable
      
      * fix test
      
      * fix comment
      
      * tweak from review, and fix analyzer error
      
      * send custom parameters for the event, not the session
      
      * fix mock
      
      * use the +1 for usage
      834fbcb8
  17. 21 Jun, 2017 2 commits
  18. 20 Jun, 2017 1 commit
  19. 27 Apr, 2017 1 commit
  20. 26 Apr, 2017 1 commit
    • Todd Volkert's avatar
      Switch many `Device` methods to be async (#9587) · 60c5ffc1
      Todd Volkert authored
      `adb` can sometimes hang, which will in turn hang the Dart isolate if
      we're using `Process.runSync()`. This changes many of the `Device` methods
      to return `Future<T>` in order to allow them to use the async process
      methods. A future change will add timeouts to the associated calls so
      that we can properly alert the user to the hung `adb` process.
      
      This is work towards #7102, #9567
      60c5ffc1
  21. 02 Apr, 2017 1 commit
  22. 28 Mar, 2017 1 commit
  23. 22 Mar, 2017 1 commit
  24. 09 Mar, 2017 1 commit
  25. 04 Mar, 2017 1 commit
  26. 20 Feb, 2017 1 commit
  27. 07 Feb, 2017 1 commit
  28. 19 Jan, 2017 1 commit
    • Ian Hickson's avatar
      Remove randomness from port assignment during coverage collection. (#7548) · 3f1d6d3b
      Ian Hickson authored
      Also, defer to test package for throttling (this will require a test
      package update as well).
      
      Also, add a lot more instrumentation to --verbose mode for tests, and
      fix minor trivial things here and there, and add error handling in
      more places.
      
      Also, refactor how coverage works to be simpler and not use statics.
      3f1d6d3b
  29. 06 Dec, 2016 1 commit
  30. 29 Nov, 2016 2 commits
  31. 11 Aug, 2016 1 commit
  32. 08 Jun, 2016 1 commit
  33. 19 May, 2016 1 commit
  34. 17 May, 2016 1 commit
  35. 16 May, 2016 1 commit
  36. 13 May, 2016 1 commit
  37. 06 May, 2016 1 commit
  38. 03 May, 2016 1 commit