- 02 Feb, 2017 1 commit
-
-
Ian Hickson authored
This allows us, for example, to wait for the slow mode banner to have been removed from the screen before triggering a screen shot.
-
- 27 Jan, 2017 1 commit
-
-
Ian Hickson authored
...and add --diagnostic-port. ...and document port 0.
-
- 26 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 10 Jan, 2017 1 commit
-
-
John McCutchan authored
- [x] Wire up dependency checker and plumb flags down to the right place Fixes #7014
-
- 07 Jan, 2017 1 commit
-
-
Todd Volkert authored
This removes direct file access from within flutter_tools in favor of using `package:file` via a `FileSystem` that's accessed via the `ApplicationContext`. This lays the groundwork for us to be able to easily swap out the underlying file system when running Flutter tools, which will be used to provide a record/replay file system, analogous to what we have for process invocations.
-
- 06 Dec, 2016 1 commit
-
-
Dan Rubel authored
This moves the various copies of port forwarding code in the Device subclasses into the ProtocolDiscovery class. * move port forwarding to a common location * throw exception if protocol Uri is not discovered or port forwarding fails * cancel discovery protocol subscriptions on iOS launches (wasn't happening before) * fix iOS port forwarding to match other implementations * add tests
-
- 01 Dec, 2016 1 commit
-
-
Dan Rubel authored
* reapply handle new Observatory URL changes Fixes https://github.com/flutter/flutter/issues/6843 * allow non numeric IPv4 addresses Fixes https://github.com/flutter/flutter/issues/7051
-
- 29 Nov, 2016 1 commit
-
-
John McCutchan authored
-
- 28 Nov, 2016 2 commits
-
-
Dan Rubel authored
- 17 Nov, 2016 1 commit
-
-
Todd Volkert authored
* Allow for application-specific log readers. When running with prebuilt application binaries, those applications aren't guaranteed to be named "Runner" (as it is when we build the app locally in Flutter tools)
-
- 10 Nov, 2016 1 commit
-
-
John McCutchan authored
-
- 27 Oct, 2016 1 commit
-
-
Dan Rubel authored
* refactor device descriptions method - easier to add columns * show device SDK version
-
- 05 Oct, 2016 1 commit
-
-
Devon Carew authored
-
- 04 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 28 Sep, 2016 1 commit
-
-
John McCutchan authored
When using --use-application-binary: - [x] Stop flutter run from checking for a pubspec.yaml in current directory - [x] Stop flutter run from invoking pub get - [x] Set 'shouldBuild' based on --use-application-binary - [x] Stop requiring 'lib/main.dart' to be present before running. - [x] Stop building an FLX when launching on Android
-
- 01 Sep, 2016 2 commits
-
-
Dan Rubel authored
* show device list in flutter doctor output fixes https://github.com/flutter/flutter/issues/5625
-
Dan Rubel authored
* improve device matching error message fixes https://github.com/flutter/flutter/issues/5675
-
- 30 Aug, 2016 1 commit
-
-
Dan Rubel authored
* fix getDeviceById to match exact name fixes https://github.com/flutter/flutter/issues/5508
-
- 11 Aug, 2016 2 commits
-
-
John McCutchan authored
-
John McCutchan authored
- [x] Refactor view support into separate classes. - [x] Make the hot runner grab the main view and call runFromSource on it. - [x] Remove Device.needsDevFS (because it is always true).
-
- 20 Jul, 2016 1 commit
-
-
John McCutchan authored
-
- 04 Jul, 2016 1 commit
-
-
Devon Carew authored
* send ext.flutter.debugDumpApp; ext.flutter.reassemble * expose debugDumpRenderTree
-
- 14 Jun, 2016 1 commit
-
-
Chinmay Garde authored
Enable launching applications on the iOS device with observatory and diagnostics server connected. (#4424)
-
- 13 Jun, 2016 1 commit
-
-
Devon Carew authored
* send supportsRestart flag when starting an app * remove unused imports * review comments
-
- 07 Jun, 2016 1 commit
-
-
Devon Carew authored
* refactor the --resident run option into a separate file * update daemon to run --resident apps * re-plumbing daemon start * send app logs * update tests * review changes * fix test runner * remove PackageMap.createGlobalInstance; rely on the ctor * review comments
-
- 02 Jun, 2016 1 commit
-
-
Jason Simmons authored
-
- 27 May, 2016 1 commit
-
-
Todd Volkert authored
-
- 26 May, 2016 1 commit
-
-
Devon Carew authored
* working on making a faster flutter run restart * clean up todos; fire events on isolate changes * use the Flutter.FrameworkInitialization event * review comments
-
- 25 May, 2016 1 commit
-
-
Adam Barth authored
For consistency. Fixes #4142
-
- 23 May, 2016 1 commit
-
-
Chinmay Garde authored
Wire up ios-profile and ios-release. Switching between debug, profile and release starts the build process from scratch. (#4063)
-
- 19 May, 2016 1 commit
-
-
pq authored
Quick pass at fixing a few dangling references as revealed by the new `comment_references` lint (https://github.com/dart-lang/linter/issues/240). There's a bunch more to do here before we can turn it on by default (~430 lints as of now). Many of them are a simple matter of adding an import (e.g., `dart:async` for library docs that reference `Future`) but others will require a bit of thought. Probably best done by the folks writing the code. :)
-
- 17 May, 2016 1 commit
-
-
Jason Simmons authored
This also fixes some related problems affecting "flutter run": * FLXes built during AndroidDevice.startApp need to match the build mode * APKs should always be rebuilt if the build mode uses AOT compilation
-
- 13 May, 2016 1 commit
-
-
Devon Carew authored
* rename service_protocol.dart to protocol_discovery.dart * add a wrapper around the obs. protocol * use json-rpc in run * consolidate obs. code; implement flutter run --benchmark * review comments
-
- 12 May, 2016 1 commit
-
-
Jason Simmons authored
Artifacts from local engine builds will be found based on the --local-engine flag
-
- 11 May, 2016 1 commit
-
-
Jason Simmons authored
Host tools can be found in the artifact cache directory for the host platform. If a developer wants to use a local engine build instead, then provide an --engine-build flag that selects the specific engine build variant.
-
- 10 May, 2016 1 commit
-
-
Devon Carew authored
* send ext.flutter.exit * listen for help restart, quit * refactor into a separate class
-
- 05 May, 2016 1 commit
-
-
Devon Carew authored
-
- 03 May, 2016 1 commit
-
-
Devon Carew authored
* fix analysis errors * review comments; fix test * re-add an export for debugPrint
-
- 28 Apr, 2016 1 commit
-
-
Yegor authored
-