1. 26 Aug, 2021 1 commit
  2. 01 Jul, 2021 1 commit
  3. 22 May, 2021 1 commit
  4. 07 Apr, 2021 1 commit
  5. 02 Apr, 2021 2 commits
  6. 25 Mar, 2021 1 commit
  7. 15 Mar, 2021 1 commit
  8. 24 Feb, 2021 1 commit
  9. 16 Feb, 2021 1 commit
  10. 27 Jan, 2021 1 commit
  11. 06 Nov, 2020 1 commit
  12. 26 Oct, 2020 1 commit
  13. 14 Oct, 2020 1 commit
  14. 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
  15. 26 Aug, 2020 1 commit
  16. 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
  17. 20 Aug, 2020 1 commit
  18. 19 Aug, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] shrink API surface of Android SDK (#63867) · 4954a46f
      Jonah Williams authored
      Attempt to simplify the Android SDK interface ahead of refactoring it. The locateAndroidSdk static method is called at startup to locate the android SDK, returning null if it cannot be found. These helper methods attempted to first look up the AndroidSDK if it was already null - which could only cover the case where someone installed the Android SDK while flutter was running (possibly through an IDE)
      4954a46f
  19. 23 Jun, 2020 1 commit
  20. 06 May, 2020 1 commit
  21. 05 May, 2020 1 commit
  22. 06 Apr, 2020 1 commit
  23. 31 Mar, 2020 2 commits
  24. 25 Mar, 2020 2 commits
  25. 06 Mar, 2020 1 commit
  26. 05 Mar, 2020 1 commit
  27. 04 Mar, 2020 2 commits
  28. 28 Feb, 2020 2 commits
  29. 27 Feb, 2020 2 commits
  30. 06 Feb, 2020 1 commit
  31. 03 Feb, 2020 1 commit
  32. 30 Jan, 2020 1 commit
  33. 07 Jan, 2020 1 commit
  34. 06 Jan, 2020 1 commit