- 05 May, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 29 Apr, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 28 Apr, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 26 Mar, 2020 1 commit
-
-
xster authored
-
- 25 Mar, 2020 3 commits
-
-
xster authored
-
Jenn Magder authored
Revert "Let flutter attach find the service port by looking through old logs again (#53153)" (#53282) This reverts commit 0c5ffdc9.
-
xster authored
-
- 07 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
* unnecessary escapes fixes * replace some strings with raw strings * update regexp * address review comments
-
- 10 Jan, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 09 Jan, 2020 1 commit
-
-
Zachary Anderson authored
-
- 05 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 09 Nov, 2019 1 commit
-
-
Ian Hickson authored
-
- 19 Apr, 2019 1 commit
-
-
Ben Konyi authored
-
- 14 Dec, 2018 1 commit
-
-
Jonah Williams authored
-
- 13 Dec, 2018 1 commit
-
-
David Shuckerow authored
-
- 04 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 06 Sep, 2018 1 commit
-
-
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
-
- 30 Jul, 2018 1 commit
-
-
Ian Hickson authored
Disallow calling stop() or cancel() multiple times. This means that when you use startProgress you have to more carefully think about what exactly is going on. Properly cancel startProgress in non-ANSI situations, so that back-to-back startProgress calls all render to the console.
-
- 19 Jul, 2018 1 commit
-
-
Danny Tuppeny authored
While working on attach, I changed the message output while waiting for an app to connect but didn't catch this.
-
- 28 Jun, 2018 1 commit
-
-
Florian Loitsch authored
-
- 25 Jun, 2018 2 commits
-
-
Florian Loitsch authored
The `flutter attach` test was failing because the Android device had the app already installed.
-
Florian Loitsch authored
Add `flutter attach` command. This command allows Flutter to connect to applications that haven't been launched using `flutter run`.
-