1. 10 Apr, 2018 1 commit
  2. 28 Mar, 2018 2 commits
  3. 12 Mar, 2018 1 commit
  4. 09 Mar, 2018 1 commit
  5. 06 Mar, 2018 3 commits
  6. 02 Mar, 2018 1 commit
  7. 01 Mar, 2018 1 commit
  8. 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
  9. 16 Feb, 2018 2 commits
  10. 15 Feb, 2018 2 commits
  11. 14 Feb, 2018 1 commit
  12. 13 Feb, 2018 1 commit
  13. 08 Feb, 2018 1 commit
  14. 07 Feb, 2018 1 commit
    • Danny Tuppeny's avatar
      Reject requests for hot reload if a hot reload is already in progress. (#14494) · efb88a03
      Danny Tuppeny authored
      * Reject requests for hot reload if a hot reload is already in progress.
      
      Fixes #14184
      
      * Implement TODO, verifying further hot reloads complete sucessfully.
      
      * Fix year on new file.
      
      * Add missing type annotations to fix lints
      
      * Add run_machine_concurrent_hot_reload to manifest for CI
      
      * Reformat document
      
      ... but undo things that cause lints (like single-line ifs)
      
      * Extract std stream transformations
      
      * Make inProgressHotReload private
      
      * Disallow all types of reload while hot reload in progress
      
      * Simplify code handling in-progress hot reloads
      efb88a03
  15. 20 Jan, 2018 1 commit
  16. 11 Jan, 2018 1 commit
  17. 10 Nov, 2017 1 commit
  18. 30 Oct, 2017 1 commit
  19. 22 Oct, 2017 1 commit
  20. 19 Oct, 2017 1 commit
  21. 20 Sep, 2017 1 commit
  22. 23 Aug, 2017 1 commit
  23. 22 Aug, 2017 2 commits
  24. 19 Jun, 2017 1 commit
    • Chris Bracken's avatar
      Re-enable use of instruments for iOS device lookup (#10838) · 1d9f0095
      Chris Bracken authored
      This reverts commit b2909a24.
      
      This resubmits the following patches:
      
      1. Use Xcode instruments to list devices (#10801)
      Eliminates the dependency on idevice_id from libimobiledevice. Instead,
      uses Xcode built-in functionality.
      
      2. Make device discovery asynchronous (#10803)
      Migrates DeviceDiscovery.devices and all device-specific lookup to be
      asynchronous.
      1d9f0095
  25. 17 Jun, 2017 2 commits
    • Chris Bracken's avatar
      Revert use of Xcode instruments for device lookup (#10806) · b2909a24
      Chris Bracken authored
      * Revert "Make device discovery asynchronous (#10803)"
      This reverts commit 972be9c8.
      
      * Revert "Use Xcode instruments to list devices (#10801)"
      This reverts commit 37bb5f13.
      
      This is to resolve a failure that looks related to a bad install of Xcode 8.0
      on our build bots and should be reinstated when the infra issue is diagnosed
      and resolved.
      
      Instruments worked well when this was originally landed, and on the
      following commit, but started failing two commits after this originally
      landed. Manual invocation of instruments on the build host currently
      results in:
      
      ```
      dyld: Library not loaded: @rpath/InstrumentsAnalysisCore.framework/Versions/A/InstrumentsAnalysisCore
        Referenced from: /Applications/Xcode8.0.app/Contents/Developer/usr/bin/instruments
        Reason: image not found
      Abort trap: 6
      ```
      
      It appears the /Applications/Xcode8.0.app/Contents/Applications
      directory (which contains Instruments) is missing on the host.
      b2909a24
    • Chris Bracken's avatar
      Make device discovery asynchronous (#10803) · 972be9c8
      Chris Bracken authored
      Migrates DeviceDiscovery.devices and all device-specific lookup to be
      asynchronous.
      972be9c8
  26. 02 Jun, 2017 1 commit
  27. 19 May, 2017 1 commit
  28. 08 May, 2017 1 commit
  29. 03 May, 2017 2 commits
  30. 28 Apr, 2017 1 commit
  31. 27 Apr, 2017 2 commits