1. 29 Aug, 2020 1 commit
  2. 28 Aug, 2020 5 commits
  3. 27 Aug, 2020 3 commits
    • Ben Konyi's avatar
      Re-enable the Dart Development Service (DDS) (#64671) · d7d12412
      Ben Konyi authored
      This change re-enables DDS and outputs the DDS URI in place of the VM
      service URI on the console. If --disable-dds is not provided,
      --host-vmservice-port will be used to determine the port for DDS rather
      than the host port for the VM service, which will instead be randomly
      chosen.
      d7d12412
    • Jonah Williams's avatar
      [flutter_tools] add analytics to code size, add more testing (#64578) · d3515f5f
      Jonah Williams authored
      * [flutter_tools] add analytics to code size, add more testing
      
      * add gradle case
      
      * Update build_macos_test.dart
      
      * move analytics to code size tooling
      
      * Update analyze_size.dart
      
      * fix analysis
      d3515f5f
    • 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
  4. 26 Aug, 2020 3 commits
  5. 25 Aug, 2020 7 commits
  6. 24 Aug, 2020 3 commits
  7. 21 Aug, 2020 3 commits
  8. 20 Aug, 2020 3 commits
  9. 19 Aug, 2020 8 commits
  10. 18 Aug, 2020 4 commits