1. 07 Jan, 2020 1 commit
  2. 06 Jan, 2020 1 commit
  3. 05 Dec, 2019 1 commit
  4. 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
  5. 25 Nov, 2019 3 commits
  6. 19 Nov, 2019 1 commit
  7. 10 Nov, 2019 1 commit
  8. 06 Nov, 2019 1 commit
  9. 14 Oct, 2019 1 commit
  10. 10 Oct, 2019 1 commit
  11. 04 Oct, 2019 1 commit
  12. 13 Sep, 2019 1 commit
  13. 12 Sep, 2019 1 commit
  14. 30 Aug, 2019 1 commit
  15. 28 Aug, 2019 3 commits
  16. 23 Aug, 2019 1 commit
  17. 20 Aug, 2019 1 commit
  18. 16 Aug, 2019 2 commits
  19. 02 Aug, 2019 1 commit
  20. 01 Aug, 2019 2 commits
  21. 30 Jul, 2019 1 commit
  22. 29 Jul, 2019 1 commit
  23. 19 Jul, 2019 1 commit
  24. 16 Jul, 2019 1 commit
  25. 11 Jul, 2019 1 commit
  26. 02 Jul, 2019 1 commit
  27. 27 Jun, 2019 1 commit
  28. 25 Jun, 2019 1 commit
  29. 23 Jun, 2019 1 commit
  30. 11 Jun, 2019 1 commit
    • Jason Simmons's avatar
      Strip debug symbols from ELF library snapshots (#34250) · 89d887f3
      Jason Simmons authored
      AOT compiled code is now packaged as an ELF library for Android targets.
      By default gen_snapshot's output contains debug symbols.  The symbols could
      be stripped as a separate step, but that requires NDK tools that the user
      may not have available.
      
      This change passes a gen_snapshot flag that omits the symbols, and it filters
      out a warning printed when that flag is used.
      89d887f3
  31. 10 Jun, 2019 1 commit
  32. 09 Jun, 2019 2 commits
  33. 07 Jun, 2019 1 commit