1. 12 Feb, 2020 2 commits
  2. 11 Feb, 2020 1 commit
  3. 28 Jan, 2020 1 commit
  4. 24 Jan, 2020 1 commit
  5. 13 Jan, 2020 1 commit
  6. 07 Jan, 2020 1 commit
  7. 06 Jan, 2020 1 commit
  8. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  9. 19 Nov, 2019 1 commit
  10. 23 Oct, 2019 1 commit
  11. 22 Oct, 2019 2 commits
  12. 11 Oct, 2019 1 commit
  13. 08 Oct, 2019 1 commit
  14. 03 Oct, 2019 1 commit
  15. 24 Sep, 2019 1 commit
  16. 13 Sep, 2019 1 commit
  17. 12 Sep, 2019 1 commit
  18. 24 Jul, 2019 1 commit
  19. 19 Jul, 2019 1 commit
    • Todd Volkert's avatar
      Fix `flutter pub -v` (#36513) · e6128a0c
      Todd Volkert authored
      When we were running `pub` within `flutter pub`, we were
      unconditionally including the `--verbosity=warning` argument.
      Then we were conditionally including `--verbose` if we were
      running in verbose mode.  However, the former argument
      supersedes the latter, and we were never able to run `pub`
      in verbose mode.
      e6128a0c
  20. 02 Jul, 2019 1 commit
  21. 27 Jun, 2019 1 commit
  22. 21 May, 2019 1 commit
  23. 09 Apr, 2019 1 commit
  24. 27 Mar, 2019 1 commit
  25. 22 Mar, 2019 1 commit
  26. 20 Mar, 2019 1 commit
  27. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  28. 21 Feb, 2019 1 commit
  29. 19 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [O] Removing all timeouts (mark II) (#26736) · 31a9626c
      Ian Hickson authored
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      31a9626c
  30. 21 Dec, 2018 2 commits
    • Ian Hickson's avatar
      Revert "[O] Remove many timeouts. (#23531)" (#25646) · 8426910a
      Ian Hickson authored
      This reverts commit 76f70810.
      8426910a
    • Ian Hickson's avatar
      [O] Remove many timeouts. (#23531) · 76f70810
      Ian Hickson authored
      * Remove many timeouts.
      
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      
      * Get the attach tests to pass.
      
      * Apply review comments from Todd
      
      * More review comment fixes
      
      * Put back the extended timeouts here now that I know why we have them...
      76f70810
  31. 05 Oct, 2018 1 commit
  32. 04 Oct, 2018 1 commit
  33. 14 Sep, 2018 1 commit
  34. 12 Sep, 2018 1 commit
  35. 21 Aug, 2018 1 commit
  36. 30 Jul, 2018 1 commit
    • Ian Hickson's avatar
      Clean up startProgress logic. (#19695) (#20009) · acf4b6c1
      Ian Hickson authored
      Disallow calling stop() or cancel() multiple times. This means that
      when you use startProgress you have to more carefully think about what
      exactly is going on.
      
      Properly cancel startProgress in non-ANSI situations, so that
      back-to-back startProgress calls all render to the console.
      acf4b6c1
  37. 26 Jul, 2018 1 commit