1. 28 Jul, 2022 1 commit
  2. 28 Mar, 2022 1 commit
  3. 03 Feb, 2022 1 commit
  4. 15 Jul, 2021 1 commit
  5. 14 Jul, 2021 3 commits
  6. 13 Jul, 2021 2 commits
  7. 21 Apr, 2021 1 commit
  8. 04 Mar, 2021 1 commit
  9. 04 Feb, 2021 1 commit
  10. 26 Jan, 2021 1 commit
  11. 09 Nov, 2020 1 commit
  12. 07 Nov, 2020 2 commits
  13. 16 Mar, 2020 1 commit
  14. 07 Jan, 2020 1 commit
  15. 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
  16. 15 May, 2019 1 commit
  17. 10 Jan, 2019 1 commit
  18. 23 Oct, 2018 1 commit
  19. 16 Oct, 2018 1 commit
  20. 12 Sep, 2018 1 commit
  21. 09 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Fix flutter_gallery_instrumentation_test (#20361) · 93b02651
      Ian Hickson authored
      Somehow I forgot to say "super.tap()" when calling "tap()" on the new
      superclass, so it was just recursing infinitely but ended up actually
      crashing on the first reuse of the finder.
      
      The error was previously swallowed, I made this print it instead.
      93b02651
  22. 06 Aug, 2018 1 commit
  23. 02 Aug, 2018 3 commits
  24. 27 Jul, 2018 1 commit
  25. 23 Jul, 2018 1 commit
  26. 16 Jul, 2018 2 commits
  27. 16 May, 2018 1 commit
  28. 27 Apr, 2018 1 commit
  29. 26 Apr, 2018 1 commit
  30. 25 Apr, 2018 1 commit
  31. 24 Apr, 2018 1 commit
  32. 27 Mar, 2018 1 commit
  33. 31 Jan, 2018 1 commit
    • xster's avatar
      Fastlane instructives for tool publishing the Gallery (#14347) · 82ddabd3
      xster authored
      * first round fastlane working on Android
      
      * clean up and start ios
      
      * Partial iOS
      
      * Got a fastfile that works on iOS
      
      * Finalize Android push instructions
      
      * Finalize instructions for iOS
      
      * Extra cleanup and optipng
      
      * Disable readme autogen and add a default readme
      82ddabd3