- 12 Dec, 2019 1 commit
-
-
Danny Tuppeny authored
* Prposal for supporting URL tunnelling * Update daemon.md * Add the ability for daemon to call clients to expose URLs * Fix dwds mock in web_fs tests * Fix type error * Remove build_runner import from run * Move appStartedTime back to after the app has started * Remove nested DI scope and pass urlTunneller down * Fix import * Tweak TODO * Fix existing tests * Fix spec to use result instead of params for response object * Fix exposeUrl to use a url field, as spec'd * Test that the daemon's exposeUrl sends a request and handles the response
-
- 10 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 18 Nov, 2019 1 commit
-
-
Danny Tuppeny authored
* Switch from using app.progress to app.url for passing web launch urls * Update daemon.md * Change app.url -> app.webLaunchUrl * Add tests for app.webLaunchUrl event * Update tests with recent changes after rebasing
-
- 26 Jun, 2019 1 commit
-
-
Danny Tuppeny authored
* Add emulatorId to Android and iOS emulator devices * Update docs * Review tweaks * Add tests for AndroidConsole for getting avd names * Remove unused import * Remove duplicated header * Fix imports
-
- 19 Jun, 2019 1 commit
-
-
Danny Tuppeny authored
-
- 18 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 07 Jun, 2019 1 commit
-
-
Danny Tuppeny authored
-
- 30 May, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Apr, 2019 1 commit
-
-
Danny Tuppeny authored
-
- 19 Apr, 2019 1 commit
-
-
Devon Carew authored
* add daemon.log to the daemon spec * mention use in flutter run --machine
-
- 18 Apr, 2019 1 commit
-
-
Devon Carew authored
-
- 12 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 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
-