1. 14 Jul, 2021 1 commit
  2. 12 Jul, 2021 2 commits
  3. 28 Jun, 2021 1 commit
  4. 05 Jun, 2021 1 commit
  5. 13 Apr, 2021 1 commit
  6. 07 Oct, 2020 1 commit
  7. 16 Sep, 2020 1 commit
  8. 24 Jun, 2020 1 commit
  9. 28 Feb, 2020 1 commit
  10. 11 Feb, 2020 1 commit
  11. 07 Jan, 2020 1 commit
  12. 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
  13. 09 Nov, 2019 1 commit
  14. 18 Sep, 2019 1 commit
    • Amir Hardon's avatar
      Exclude non Android plugins from Gradle build (#40640) · 4e108b6f
      Amir Hardon authored
      Before this change, having an Android app depend on a plugin that has no android implementation resulted in a Gradle build failure.
      
      This scenario is likely to become more common if we're enabling federated plugins, as the package implementing just the desktop implementation of a plugin won't have an Android implementation.
      
      This changes the Gradle plugin to not try to build any plugins that doesn't have an android/build.gradle file.
      4e108b6f