Commit Graph

29153 Commits

Author SHA1 Message Date
Jonah Williams
52d49fb358 [flutter_tools] remove material design schema, use dart code (#69987)
Instead of loading the use-material-design asset data from a yaml file in the repo, leave it in dart code and simplify. Remove some of the globals, but not enough to update to testWithoutContext
2020-11-06 19:55:55 -08:00
engine-flutter-autoroll
78778d291b Roll Engine from d21bb634e054 to 7ab39127ee25 (16 revisions) (#70005) 2020-11-06 19:49:03 -08:00
Ferhat
40b4d2badc Add PageView benchmark (representative of full screen CustomPainter) (#69990) 2020-11-06 18:49:03 -08:00
Jonah Williams
28d6c5b5b5 Revert "Roll Engine from d21bb634e054 to 2440ad6d39a5 (8 revisions) (#69991)" (#70000)
This reverts commit dd279e41e1.
2020-11-06 17:37:07 -08:00
engine-flutter-autoroll
dd279e41e1 Roll Engine from d21bb634e054 to 2440ad6d39a5 (8 revisions) (#69991) 2020-11-06 16:44:03 -08:00
Hans Muller
a35aa3fdeb Add new ListTile parameters to ListTileTheme (#69982) 2020-11-06 16:39:02 -08:00
David Iglesias
e148bf8785 [flutter_web_plugins] Migrate to null safety. (#69844) 2020-11-06 15:34:10 -08:00
George Wright
2b512781a0 Add a --dart-entrypoint-args flag to flutter run to pass through Dart entrypoint arguments on Flutter Desktop (#69607) 2020-11-06 15:34:02 -08:00
Jim Graham
b8d21ad357 Remove the flaky flag from post-bdf benchmark (#69591) 2020-11-06 15:29:04 -08:00
Jonah Williams
2fb53d83f2 [flutter_tools] remove all globals from cache and cache_test (#69505) 2020-11-06 15:26:45 -08:00
Chris Bracken
9b201dd074 Revert "Roll Engine from d21bb634e054 to cf376142ed5f (2 revisions) (#69976)" (#69988)
Commit https://github.com/flutter/engine/pull/22348 appears to have
caused breakage https://github.com/flutter/flutter/issues/69983
[tool_crash] RPCError.

This reverts commit 9edfa1225d.
2020-11-06 14:50:03 -08:00
engine-flutter-autoroll
9edfa1225d Roll Engine from d21bb634e054 to cf376142ed5f (2 revisions) (#69976) 2020-11-06 12:24:02 -08:00
Dan Field
16dce76577 Fix excessive rebuilds of DSS (#69724) 2020-11-06 12:09:02 -08:00
engine-flutter-autoroll
0da8f13c52 d21bb634e Roll Skia from 6cafdc069bdb to ba9a04fb8d5a (3 revisions) (flutter/engine#22352) (#69974) 2020-11-06 11:19:03 -08:00
Christopher Fujino
772437627b [flutter_conductor] update dev/tools with release tool (#69791) 2020-11-06 11:14:04 -08:00
Jonah Williams
1f210275aa [flutter_tools] wrap http send in async guard (#69972) 2020-11-06 11:00:20 -08:00
Jonah Williams
75e8428b6b mark flutter_gallery_sksl_warmup__transition_perf_e2e_ios32 as flaky (#69970) 2020-11-06 10:58:41 -08:00
Mokusesei
6269abb75b Reland: fix android studio 4.1 plugin path for mac (#69954) 2020-11-06 10:57:04 -08:00
Devon Carew
5ba2d79ad2 remove the use of the analysis server --enable-experiments flag from flutter analyze (#69966) 2020-11-06 10:56:34 -08:00
Jonah Williams
e18533e7ab [flutter_tools] remove globals from android_workflow (#69548) 2020-11-06 10:55:52 -08:00
Jonah Williams
ef288c1720 [flutter_tools] work around bug in plugins CI (#69971) 2020-11-06 10:55:40 -08:00
Gary Roumanis
16daed86c3 Persist Chrome Default Directory (#69921) 2020-11-06 10:54:04 -08:00
engine-flutter-autoroll
a2fd69cdbf Roll Engine from 0693ee04d130 to 40408629770c (23 revisions) (#69965) 2020-11-06 09:44:03 -08:00
Playhi
8cb2665118 Allow modification of ListTile's horizontalTitleGap, minVerticalPadding, minLeadingWidth (#64222)
Allow modification of ListTile's horizontalTitleGap, minVerticalPadding, minLeadingWidth
2020-11-06 00:02:19 -08:00
Jonah Williams
6e3ebc9350 [flutter_tools] only run web shard if requested (#69932) 2020-11-05 23:58:40 -08:00
Jonah Williams
6fe800abd5 [null-safety] remove enable experiment flags (#69930) 2020-11-05 23:58:11 -08:00
Darren Austin
4c1d015e9e Reland "Updated SearchDelegate to follow custom InputDecorationTheme" (#69653) 2020-11-05 23:54:01 -08:00
engine-flutter-autoroll
a75b5b6c8f Roll Engine from bf259226b224 to 0693ee04d130 (9 revisions) (#69906) 2020-11-05 22:19:02 -08:00
Tong Mu
e1712ccefc Reland: Fix a multiple pointers bug
This relands #68587
2020-11-05 18:38:15 -08:00
Dan Field
76784651d4 Move package:integration_test to flutter/flutter (#69622) 2020-11-05 17:28:47 -08:00
Jonah Williams
a3f6ea6f38 [flutter_tools] split web integration tests into new shard (#69914) 2020-11-05 17:21:44 -08:00
Shi-Hao Hong
a1a096e35a [gen-l10n] Fix untranslated messages (#68553) 2020-11-05 16:24:02 -08:00
Jonah Williams
dd8820bcc1 [flutter_tool] initialize flutter root in executable (#69549)
initialize the flutter root as early as possible. This allows all interfaces to be normally injected into commands, even if those objects might read from the flutter root.
2020-11-05 15:21:05 -08:00
Jenn Magder
bc2a4a6498 Update CocoaPods recommended version to 1.9 (#69809) 2020-11-05 15:13:22 -08:00
Jonah Williams
ed1189259e [flutter_tools] forward all args to pub (#69784)
Change forwarding command to pass through all args, even -h - this allows flutter to support all of the pub flags without needing to declare them.
2020-11-05 14:23:24 -08:00
Jenn Magder
1be922c353 Build either iphoneos or iphonesimulator App.framework, not both (#69840) 2020-11-05 14:22:24 -08:00
Jonah Williams
0823d625bc [null-safety] update version constraint (#69900) 2020-11-05 11:39:26 -08:00
LongCatIsLooong
24c6266230 Adaptive constructor / TextInputAction docs (#69346) 2020-11-05 10:49:03 -08:00
Dan Field
cfcb9887c9 Do not use --first-parent when determining version on master (#69726) 2020-11-05 10:11:32 -08:00
Yegor
496efca12f choose higher-res images on low-DPR screens (#69799) 2020-11-05 10:10:53 -08:00
Jonah Williams
e8efde6a54 [versions] update more null safe versions (#69892) 2020-11-05 09:09:03 -08:00
Chinmoy
0afea99b26 added enableFeedback property to ListTile (#69088) 2020-11-05 08:43:02 -08:00
Jonah Williams
ef4ec09a06 Revert "Roll Engine from bf259226b224 to e66a720137d9 (3 revisions) (#69857)" (#69889)
This reverts commit 4bd89b399e.
2020-11-05 08:02:13 -08:00
Vyacheslav Egorov
4c24eb10b8 Revert "Fix: fix android studio 4.1 plugin path for macOS" (#69870)
This reverts commit 422a97d1e5 due to https://github.com/flutter/flutter/issues/69863
2020-11-05 11:18:00 +01:00
engine-flutter-autoroll
4bd89b399e Roll Engine from bf259226b224 to e66a720137d9 (3 revisions) (#69857) 2020-11-05 00:29:04 -08:00
Jenn Magder
58ba70a6e7 Remove add-to-app Xcode build phase input files (#69846) 2020-11-04 23:26:59 -08:00
Jason Simmons
9470a7e864 Revert "[null-safety] update Dart SDK constraints (#69831)" (#69854)
This reverts commit e375651cc5.
2020-11-04 21:49:59 -08:00
engine-flutter-autoroll
b2578d84d8 Roll Engine from c7391d6b12c3 to bf259226b224 (16 revisions) (#69850) 2020-11-04 20:54:03 -08:00
Lazy Llama
300e1df737 Reduce refresh indicator pull-down distance and update related tests (#69783)
Co-authored-by: altherat <contact@altherat.com>
2020-11-05 12:34:10 +08:00
Jenn Magder
2f3cccc4f5 Run more xcodebuild commands in native arm on Apple Silicon (#69837) 2020-11-04 19:54:02 -08:00