1. 03 Aug, 2022 1 commit
  2. 24 May, 2022 1 commit
  3. 08 Oct, 2021 3 commits
  4. 25 Sep, 2021 1 commit
  5. 29 Jul, 2021 1 commit
  6. 23 Jun, 2021 1 commit
  7. 02 Jun, 2021 1 commit
  8. 26 May, 2021 1 commit
  9. 22 May, 2021 1 commit
  10. 01 May, 2021 1 commit
  11. 22 Apr, 2021 1 commit
  12. 06 Apr, 2021 1 commit
  13. 05 Apr, 2021 1 commit
  14. 24 Mar, 2021 1 commit
  15. 26 Feb, 2021 1 commit
  16. 18 Feb, 2021 1 commit
  17. 12 Feb, 2021 1 commit
  18. 11 Feb, 2021 1 commit
  19. 29 Jan, 2021 1 commit
  20. 28 Jan, 2021 2 commits
  21. 27 Jan, 2021 1 commit
  22. 06 Nov, 2020 1 commit
  23. 30 Sep, 2020 1 commit
  24. 17 Sep, 2020 1 commit
  25. 16 Sep, 2020 1 commit
  26. 03 Sep, 2020 1 commit
  27. 27 Aug, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] reland: avoid creating Android Devices if AndroidSDK cannot be found (#64665) · 401d401c
      Jonah Williams authored
      Avoid creating AndroidDevice discovery if the SDK cannot be located. Previously the tool would use which/where adb, however this required us to handle the AndroidSdk class being potentially null - which required an additional layer of indirection around all access. Sometimes these were forgotten leading to NPEs.
      
      In general, not much can be done with an Android Device if the actual SDK is not installed.
      
      Reland with fixed code + tests for null SDK + adb in AndroidDeviceDiscovery
      401d401c
  28. 26 Aug, 2020 1 commit
  29. 25 Aug, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] avoid creating Android Devices if AndroidSDK cannot be found (#64524) · 47596c62
      Jonah Williams authored
      Avoid creating AndroidDevice discovery if the SDK cannot be located. Previously the tool would use which/where adb, however this required us to handle the AndroidSdk class being potentially null - which required an additional layer of indirection around all access. Sometimes these were forgotten leading to NPEs.
      
      In general, not much can be done with an Android Device if the actual SDK is not installed.
      47596c62
  30. 20 Aug, 2020 1 commit
  31. 06 May, 2020 1 commit
  32. 26 Mar, 2020 1 commit
  33. 05 Mar, 2020 1 commit
  34. 06 Feb, 2020 1 commit
  35. 06 Jan, 2020 1 commit
  36. 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
  37. 30 Oct, 2019 1 commit