1. 19 Oct, 2020 1 commit
    • Nobuhiro Tabuki's avatar
      [flutter_tools] change the IntelliJ plugin detection logic. (#68020) · 4e2f82cf
      Nobuhiro Tabuki authored
      This PR suggests improving the IntelliJ plugin "jar" detection logic.
      
      Previously:
      The IntelliJ Flutter plugin was contained flutter-intellij.jar.
      Currently:
      It is named flutter-intellij-X.Y.Z.jar and does not contain META-INF/plugin.xml.
      META-INF/plugin.xml is included in flutter-idea-X.Y.Z.jar.
      
      So this PR changes the rules for searching the plugin's jar file.
      Concretely, it looks for the jar file containing META-INF/plugin.xml in the plugin's package directory and reads the package version from its META-INF/plugin.xml.
      Co-authored-by: 's avatarJonah Williams <jonahwilliams@google.com>
      4e2f82cf
  2. 13 Oct, 2020 1 commit
  3. 12 Oct, 2020 2 commits
  4. 09 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from IntelliJ validator, refactor tests to... · cba84d51
      Jonah Williams authored
      [flutter_tools] remove globals from IntelliJ validator, refactor tests to remove dependency on JAR (#67240)
      
      Move the intellij validator to its own file, and split off the tests. Remove globals from each, and remove dependency on a real jar/filesystem by creating a minimal version of the manifest xml and setting it up in the memory file system.
      
      #47161
      cba84d51
  5. 29 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] do not error flutter doctor on missing AS/intellij plugins (#66782) · 9bc533c9
      Jonah Williams authored
      In cases where the Intellij/AS plugins are not located, display links to where they can be downloaded but do not surface an error. This should generally reduce confusion about whether the plugins are required for every installed IDE. For example, frequently users may only install AS so that they can install the Android SDK - or they may have multiple copies of Intellij installed.
      
      For example: #66762
      9bc533c9
  6. 06 Mar, 2020 1 commit
  7. 04 Mar, 2020 2 commits
  8. 28 Feb, 2020 2 commits
  9. 27 Feb, 2020 2 commits
  10. 07 Jan, 2020 1 commit
  11. 06 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. 20 Nov, 2019 2 commits
  14. 19 Nov, 2019 1 commit
  15. 13 Sep, 2019 1 commit
  16. 21 Feb, 2019 1 commit
  17. 26 Jan, 2019 1 commit
  18. 04 Oct, 2018 1 commit
  19. 12 Sep, 2018 1 commit
  20. 21 Aug, 2018 1 commit
  21. 04 Apr, 2018 1 commit