1. 06 Dec, 2022 1 commit
  2. 19 Oct, 2022 1 commit
  3. 07 May, 2022 1 commit
  4. 13 Dec, 2021 1 commit
  5. 13 Jul, 2021 1 commit
  6. 07 Jun, 2021 1 commit
  7. 05 Jun, 2021 1 commit
  8. 18 May, 2021 1 commit
  9. 21 Apr, 2021 1 commit
  10. 07 Oct, 2020 1 commit
  11. 14 Apr, 2020 1 commit
  12. 27 Mar, 2020 1 commit
  13. 11 Feb, 2020 1 commit
  14. 09 Jan, 2020 1 commit
  15. 17 Dec, 2019 1 commit
  16. 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
  17. 09 Nov, 2019 1 commit
  18. 31 Oct, 2019 1 commit
  19. 20 Sep, 2019 1 commit
  20. 25 Jul, 2019 1 commit
  21. 21 May, 2019 1 commit
  22. 06 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Make a kReleaseMode constant that is public. (#27502) · da27f623
      Greg Spencer authored
      Before this, we had several places where an isReleaseMode was defined, all with the same definition. This just makes it more broadly visible to allow our users to use it, as well as creating debug and profile versions, and adding a device lab test for it.
      
      Since this is a const value, this makes it possible for a developer to easily mark blocks that can be removed at AOT compile time.
      da27f623
  23. 19 Jan, 2019 1 commit
  24. 04 Oct, 2018 1 commit
  25. 01 Oct, 2018 1 commit
  26. 20 Sep, 2018 2 commits
  27. 12 Sep, 2018 1 commit
  28. 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
  29. 16 Jul, 2018 1 commit
  30. 14 Jun, 2018 1 commit
  31. 04 Jun, 2018 2 commits