- 25 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 14 Jan, 2019 1 commit
-
-
Alexander Aprelev authored
-
- 05 Jan, 2019 1 commit
-
-
Alexander Aprelev authored
* Report hot reload statistic * Lints * Introduce custom dimensions identifiers to track hot reload stats
-
- 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
-
- 05 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
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 Mar, 2018 1 commit
-
-
Todd Volkert authored
This updates AppContext per the recommendations in #15352 Fixes #15352
-
- 18 Jan, 2018 1 commit
-
-
Ian Hickson authored
Generate the "version" file from git tags. Remove the old VERSION file and mentions of versions in pubspec.yaml files. Replace the old update_versions.dart script with a new roll_dev.dart script. Update "flutter channel". Update "flutter upgrade", including making it transition from alpha to dev. Update "flutter --version" and "flutter doctor".
-
- 05 Jan, 2018 1 commit
-
-
jcollins-g authored
* First version * Prevent modification of .flutter during analytics test * Pass in directory and override analyzer warning due to conditional import * Review comments
-
- 11 Nov, 2017 1 commit
-
-
Mehmet Fidanboylu authored
* Get rid of static version methods which ignore the AppContext * Review comments * Review Comments * Make branch behave the same as original implementation * Fix tests
-
- 30 Oct, 2017 1 commit
-
-
Adam Barth authored
Previously, the usage analytics would generate a write to the user's HOME directory during the Fuchsia build. We're tightening down the environment in which we run the Fuchsia build, and these writes are now more obvious. This patch removes the usage analytics during the Fuchsia build, avoiding the write to the user's HOME directory.
-
- 10 Jul, 2017 1 commit
-
-
Seth Ladd authored
* report run target and if it is an emulator * don't print debug * rename parameter, remove unused variable * fix test * fix comment * tweak from review, and fix analyzer error * send custom parameters for the event, not the session * fix mock * use the +1 for usage
-
- 21 Jun, 2017 2 commits
-
-
Devon Carew authored
-
Seth Ladd authored
-
- 20 Jun, 2017 1 commit
-
-
Seth Ladd authored
* send channel name as a custom dimension * tweaks from review * remove unused import
-
- 27 Apr, 2017 1 commit
-
-
xster authored
FlutterCommand.runCommand subclasses can optionally return a FlutterCommandResult which is used to append additional analytics. Fix flutter run timing report and add a bunch of dimensional data
-
- 26 Apr, 2017 1 commit
-
-
Todd Volkert authored
`adb` can sometimes hang, which will in turn hang the Dart isolate if we're using `Process.runSync()`. This changes many of the `Device` methods to return `Future<T>` in order to allow them to use the async process methods. A future change will add timeouts to the associated calls so that we can properly alert the user to the hung `adb` process. This is work towards #7102, #9567
-
- 02 Apr, 2017 1 commit
-
-
Ian Hickson authored
This should make the message in Travis logs look better.
-
- 28 Mar, 2017 1 commit
-
-
Yegor authored
* enable crash reporting in flutter_tools * fix analytics text; use relative paths * fix test
-
- 22 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 09 Mar, 2017 1 commit
-
-
Todd Volkert authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 20 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Feb, 2017 1 commit
-
-
Devon Carew authored
-
- 19 Jan, 2017 1 commit
-
-
Ian Hickson authored
Also, defer to test package for throttling (this will require a test package update as well). Also, add a lot more instrumentation to --verbose mode for tests, and fix minor trivial things here and there, and add error handling in more places. Also, refactor how coverage works to be simpler and not use statics.
-
- 06 Dec, 2016 1 commit
-
-
Dan Rubel authored
-
- 29 Nov, 2016 2 commits
-
-
John McCutchan authored
-
John McCutchan authored
-
- 11 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 08 Jun, 2016 1 commit
-
-
Devon Carew authored
Update the analytics code.
-
- 19 May, 2016 1 commit
-
-
Devon Carew authored
-
- 17 May, 2016 1 commit
-
-
pq authored
-
- 16 May, 2016 1 commit
-
-
Devon Carew authored
* allow per-command analytics suppression * rev the usage package dep
-
- 13 May, 2016 1 commit
-
-
Seth Ladd authored
* shrink analytics message to < 80 chars * catch line ending
-
- 06 May, 2016 1 commit
-
-
Devon Carew authored
* avoid sending analytics on ci systems * review comments
-
- 03 May, 2016 1 commit
-
-
Devon Carew authored
* make the usage text more visible * update the look of the usage text
-