- 26 Aug, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 22 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 07 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 02 Apr, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 25 Mar, 2021 1 commit
-
-
Gurjinder Partola authored
-
- 15 Mar, 2021 1 commit
-
-
Gurjinder Partola authored
-
- 24 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 16 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 06 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 26 Oct, 2020 1 commit
-
-
Jonah Williams authored
* [flutter_tools] simplication of application store logic * maybe return null * fix install tests * Clean up imports * revert windows test * remove unused import
-
- 14 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 27 Aug, 2020 1 commit
-
-
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
-
- 26 Aug, 2020 1 commit
-
-
Jenn Magder authored
Revert "[flutter_tools] avoid creating Android Devices if AndroidSDK cannot be found (#64524)" (#64602) This reverts commit 47596c62.
-
- 25 Aug, 2020 1 commit
-
-
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.
-
- 20 Aug, 2020 1 commit
-
-
xster authored
-
- 19 Aug, 2020 1 commit
-
-
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)
-
- 23 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 05 May, 2020 1 commit
-
-
Jenn Magder authored
-
- 06 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 31 Mar, 2020 2 commits
-
-
Jenn Magder authored
-
Mubarak Imam authored
-
- 25 Mar, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 06 Mar, 2020 1 commit
-
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-
- 05 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 04 Mar, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-
Flutter GitHub Bot authored
-
- 28 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-
Zachary Anderson authored
-
- 27 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit f1cd47ef.
-
Zachary Anderson authored
-
- 06 Feb, 2020 1 commit
-
-
Christopher Fujino authored
-
- 03 Feb, 2020 1 commit
-
-
Zachary Anderson authored
-
- 30 Jan, 2020 1 commit
-
-
Zachary Anderson authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-