- 10 Oct, 2018 1 commit
-
-
Danny Tuppeny authored
* Allow passing a restart reason through to analytics * Update to avoid overlaps with other code * Remove TODO as this is the real live value * Improve formatting + constant name
-
- 23 Sep, 2018 1 commit
-
-
Ian Hickson authored
-
- 06 Sep, 2018 2 commits
-
-
Danny Tuppeny authored
* Add a detach command to detach without terminating (#21376) * Add a detach command to detach without terminating Fixes #21154. * Bump protocol version for app.detach * Tweak to detach/quit text * Change logPrefix to named param * Fix the text that the devicelab attach test looks for
-
Jonah Williams authored
-
- 05 Sep, 2018 1 commit
-
-
Danny Tuppeny authored
* Add a detach command to detach without terminating Fixes #21154. * Bump protocol version for app.detach * Tweak to detach/quit text * Change logPrefix to named param
-
- 19 Jul, 2018 1 commit
-
-
Danny Tuppeny authored
* Extract some of startApp into a reusable method * Get basic attach --machine working * Attach --machine tweaks Move validation to validate method and create daemon early so we get the startup event before trying to get a connection. * Bump daemon version so we know whether it's valid to flutter attach * Tweak output text * Swap package imports for relative * Review tweaks (naming, formatting, typedefs) * Separate arguments from process spawning This will make calling attach easier * Add a basic test for flutter attach --machine * Fix crash if port unforward modifies the list of forwarded ports * Add a no-op port forwarder for flutter-tester * Switch to using BasicProject instead of our own inline code * Fix expectation in test now we have a portForwarder * Remove stale TODO (this is done) * Tweak formatting * Change some Completers to void to fix Dart 2 issues
-
- 11 Jul, 2018 1 commit
-
-
Danny Tuppeny authored
Some things require a port (eg. `flutter attach`) and will forward it on to the device, so we shouldn't force clients to parse it out of a uri.
-
- 28 Jun, 2018 2 commits
-
-
Danny Tuppeny authored
* Remove the 'app' domain from flutter daemon By default the daemon won't register the "app" domain, you need to opt-in (which the 'run' command does, as well as the tests for the app functionality). Fixes #6658. * Tweak text * Put restart/callServiceExtension/stop back into daemon mode * Add a comment about removing discoverApps
-
Danny Tuppeny authored
* Fix typo * Add emulator.create to Daemon API * Swap order of daemon changelog entries
-
- 13 Jun, 2018 1 commit
-
-
Danny Tuppeny authored
* Fix anchors for GitHub For some reason GitHub lowercases the anchor names so although these links all work in the local VS Code preview, the ones with capitals didn't work in the GitHub UI! * Fix some typos
-
- 06 Jun, 2018 1 commit
-
-
Danny Tuppeny authored
-
- 05 Jun, 2018 1 commit
-
-
Danny Tuppeny authored
* Document flutter run --machine at the bottom of the doc * Be consistent with prefixes
-
- 29 May, 2018 1 commit
-
-
Danny Tuppeny authored
* Add copy of daemon doc from Wiki * Document the daemon.connected event
-