1. 25 Mar, 2020 2 commits
  2. 06 Mar, 2020 1 commit
  3. 04 Mar, 2020 2 commits
  4. 28 Feb, 2020 2 commits
  5. 27 Feb, 2020 3 commits
  6. 07 Feb, 2020 1 commit
  7. 03 Feb, 2020 1 commit
  8. 31 Jan, 2020 1 commit
  9. 28 Jan, 2020 1 commit
  10. 24 Jan, 2020 1 commit
  11. 07 Jan, 2020 1 commit
  12. 06 Jan, 2020 1 commit
  13. 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
  14. 19 Nov, 2019 1 commit
  15. 31 Oct, 2019 1 commit
  16. 13 Sep, 2019 1 commit
  17. 12 Sep, 2019 1 commit
  18. 17 Aug, 2019 1 commit
  19. 25 Apr, 2019 1 commit
  20. 22 Mar, 2019 1 commit
  21. 21 Feb, 2019 1 commit
  22. 13 Feb, 2019 1 commit
    • KyleWong's avatar
      Add android studio process logic for JetBrainsToolbox (#27687) · f2004b8f
      KyleWong authored
      * Make plugin path search logic use version check as a fallback.
      
      * In JetBrainsToolbox, Info.plist would be just some kind of wrapper, we need a double check before get the real one.
      
      * Use Regex to get content instead of `default command` to avoid error output as there could be no JetBrainsToolboxApp key/value for a normal Info.plist(Android Studio.)
      f2004b8f
  23. 06 Feb, 2019 1 commit
  24. 09 Jan, 2019 1 commit
  25. 04 Oct, 2018 1 commit
  26. 02 Oct, 2018 1 commit
  27. 01 Oct, 2018 1 commit
  28. 12 Sep, 2018 2 commits
  29. 18 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Fixes resulting from audit of issues links (#20772) · 8c79f40d
      Ian Hickson authored
      * Fixes resulting from audit of issues links
      
      I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link.
      
      * Update run_test.dart
      
      skip this test again since it failed on linux and macos bots
      8c79f40d
  30. 09 Jul, 2018 1 commit
  31. 31 May, 2018 1 commit
  32. 04 Apr, 2018 1 commit
  33. 28 Mar, 2018 1 commit
  34. 28 Feb, 2018 1 commit
    • jcollins-g's avatar
      Android license detector in doctor, take two (#14783) · 614df694
      jcollins-g authored
      * Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)"
      
      This reverts commit d2602947.
      
      * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model
      
      * AnsiSpinner needs to leave the cursor where it found it.
      
      * fix tests
      
      * Const constructor warning only shows up on windows...?
      
      * Avoid crash if we can't find the home directory
      
      * Make pathVarSeparator return a string in the mock
      
      * Implement review comments
      
      * Fix out-of-order problem on stop
      614df694