- 10 Apr, 2018 1 commit
-
-
Konstantin Scheglov authored
-
- 28 Mar, 2018 2 commits
-
-
Todd Volkert authored
Follow-up comments to #15984
-
Todd Volkert authored
This updates AppContext per the recommendations in #15352 Fixes #15352
-
- 12 Mar, 2018 1 commit
-
-
Jason Simmons authored
-
- 09 Mar, 2018 1 commit
-
-
Yegor authored
-
- 06 Mar, 2018 3 commits
-
-
Keerti Parthasarathy authored
* Add to Artifacts, and add optional arguments to entry points for flut… (#15185) Add to Artifacts, and add optional arguments to entry points for flutter run and test to allow for wiring up the same with preview-dart-2 internally * Changing packages uri here is not necessary
-
Keerti Parthasarathy authored
This reverts commit e0f6e626.
-
Keerti Parthasarathy authored
Add to Artifacts, and add optional arguments to entry points for flutter run and test to allow for wiring up the same with preview-dart-2 internally
-
- 02 Mar, 2018 1 commit
-
-
Yegor authored
* [tools] consolidate "preview Dart 2" option in BuildInfo * format BuildInfo constructor
-
- 01 Mar, 2018 1 commit
-
-
Jacob Richman authored
accidentally missed due to named parameters being omitted.
-
- 28 Feb, 2018 1 commit
-
-
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
-
- 16 Feb, 2018 2 commits
-
-
Todd Volkert authored
-
asiva authored
- Remove redundant strong flag as it is the default for preview-dart-2 now
-
- 15 Feb, 2018 2 commits
-
-
xster authored
* Created plumbing but has stream problem * testing with makePipe * Trying pipe but not really getting anywhere * works by repeatedly reading line * Minor cleanup * works * Clean up pipe after use. * Move the last status forward * Make sure failed script commands bubble up
-
Todd Volkert authored
Reports from that commit included: * Doctor hanging * Doctor prompting to install JDK * AnsiStatus.cancel() printing elapsed time and extra newline * Printing extra spinner character at the end of each line
-
- 14 Feb, 2018 1 commit
-
-
jcollins-g authored
* Initial version, seems to work * Unit test for android license checker * Cleanups * Windows analyzer wants const. * Refinements to timeout * review comments * Forgot a nit
-
- 13 Feb, 2018 1 commit
-
-
Alexander Aprelev authored
-
- 08 Feb, 2018 1 commit
-
-
asiva authored
-
- 07 Feb, 2018 1 commit
-
-
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
-
- 20 Jan, 2018 1 commit
-
-
Devon Carew authored
* pass through preview-dart-2, strong, ipv6 in daemon mode * ws change to kick the windows bot
-
- 11 Jan, 2018 1 commit
-
-
Devon Carew authored
* send 'reloadRecommended' info to IDEs * rename hint ==> hintMessage
-
- 10 Nov, 2017 1 commit
-
-
Devon Carew authored
* tweak the text for the 'elements didnt reload' message * review comments * prefix items with a list char * add a hostIsIde param instead of the isDaemonMode top-level function * add a trailing comma
-
- 30 Oct, 2017 1 commit
-
-
Jason Simmons authored
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Sep, 2017 1 commit
-
-
xster authored
* round 2 * deal with null futures * review * review * review * review
-
- 23 Aug, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 22 Aug, 2017 2 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit 8d07d3f6.
-
Mikkel Nygaard Ravn authored
-
- 19 Jun, 2017 1 commit
-
-
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.
-
- 17 Jun, 2017 2 commits
-
-
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.
-
Chris Bracken authored
Migrates DeviceDiscovery.devices and all device-specific lookup to be asynchronous.
-
- 02 Jun, 2017 1 commit
-
-
Devon Carew authored
* have app loggers log to their parent logger * rename field to parent * add todo * revert flutter_tools.iml change * ping the bots
-
- 19 May, 2017 1 commit
-
-
Todd Volkert authored
-
- 08 May, 2017 1 commit
-
-
Todd Volkert authored
Spawned from a discussion in https://github.com/flutter/flutter-intellij/pull/1003
-
- 03 May, 2017 2 commits
-
-
Todd Volkert authored
This message will be picked up by IntelliJ and shown to the user in a toast.
-
xster authored
* Let printError print bold as well * review notes
-
- 28 Apr, 2017 1 commit
-
-
Devon Carew authored
-
- 27 Apr, 2017 2 commits
-
-
Devon Carew authored
* add a regression test for daemon device notification * revert event send simplification
-
Zachary Anderson authored
-