Commit Graph

  • b7d221227c Simplify Chip slightly (#47254) Michael Goderbauer 2019-12-17 16:23:05 -08:00
  • 0f8c0da0a9 iOS UITextInput autocorrection prompt (#45354) LongCatIsLooong 2019-12-17 16:22:28 -08:00
  • e54e301d50 Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#46928) Jenn Magder 2019-12-17 16:13:01 -08:00
  • a15a81be21 Fix androidSdk NPE (#47187) Emmanuel Garcia 2019-12-17 14:10:36 -08:00
  • 1cdf0f44db Only set flutter run usage values for targeted device platforms (#46931) Jenn Magder 2019-12-17 14:09:34 -08:00
  • 853c8c569f [flutter_tools] Add violating plugin name to validation errors (#46601) Alek Åström 2019-12-17 23:08:03 +01:00
  • 56f4eaf58c Re-enable --no-link-platform for JIT mode (#47242) George Wright 2019-12-17 17:05:32 -05:00
  • c319f5f8d8 gen_l10n localizations date formatting (simple messages) (#47006) Shi-Hao Hong 2019-12-17 14:03:43 -08:00
  • d4b49ce9fc Call setEditingState when text changes. (#47177) Dan Field 2019-12-17 14:03:04 -08:00
  • 862289fa79 fix imports to unawaited (#47181) Michael Goderbauer 2019-12-17 16:29:26 -05:00
  • 86982e195e Roll engine e0e0ac0a6802..bdd4e4d9488e (5 commits) (#47005) engine-flutter-autoroll 2019-12-17 11:07:26 -05:00
  • 74af8554ff Fix run_release_test flakiness (#45417) xster 2019-12-17 07:38:01 -08:00
  • a82a399733 remove mediaQuery bottom padding when the tab scaffold has an opaque navbar (#46106) LongCatIsLooong 2019-12-16 23:28:02 -08:00
  • 0a2d8e0cce [flutter_tool] Remove direct usage of package:linter in the flutter_tools (#47174) Jonah Williams 2019-12-16 18:37:20 -08:00
  • 117dfaf287 Fix sliver geometry assert (#47027) LongCatIsLooong 2019-12-16 18:19:23 -08:00
  • a723c94650 [flutter_tool] restructure ProjectFileInvalidator to no longer directly depend on context (#45739) Jonah Williams 2019-12-16 18:12:04 -08:00
  • 7874bca248 Move localization executables to bin folder (#46251) Shi-Hao Hong 2019-12-16 17:30:57 -08:00
  • 7f56a61417 Fix isDense default for DropdownButtonFormField (#47160) Shi-Hao Hong 2019-12-16 16:40:15 -08:00
  • 1871c61f9b Update Windows shard RAM & CPU values (#46846) Todd Volkert 2019-12-16 16:31:36 -08:00
  • dfbd585668 implicit-casts:false in flutter/test (#46245) Alexandre Ardhuin 2019-12-17 00:03:02 +01:00
  • 556301de43 [flutter_tool] Add messaging to --fast-start application (#47155) Jonah Williams 2019-12-16 15:02:23 -08:00
  • aa071efd17 implicit-casts:false in flutter/lib/src/cupertino (#45502) Alexandre Ardhuin 2019-12-16 23:58:03 +01:00
  • a72cca137d [flutter_tool] Print a helpful message on some mDNS failures (#47157) Zachary Anderson 2019-12-16 14:57:29 -08:00
  • ba73cfc149 Remove space from license (#47159) Francisco Magdaleno 2019-12-16 13:34:17 -08:00
  • 9a76b4209e Add support for getting a string representation of the LayerTree (#47014) George Wright 2019-12-16 15:39:06 -05:00
  • 467f3d49ec remove duplicative checks (#47026) Dan Field 2019-12-16 12:38:02 -08:00
  • b0b8b91b97 RenderProxySliver (#45942) Kate Lovett 2019-12-16 12:37:57 -08:00
  • a516a24e79 Update internal dartdoc snippet documentation (#47017) Ian Hickson 2019-12-16 12:33:01 -08:00
  • 9024231030 SliverVisibility (#45582) Kate Lovett 2019-12-16 12:23:03 -08:00
  • 89d72a1208 Throwing when goldctl cannot authorize/initialize (#45925) Kate Lovett 2019-12-16 12:18:03 -08:00
  • fba96809f4 Add enableDrag configuration for showModalBottomSheet (#46685) Yuwen Yan 2019-12-17 04:14:24 +08:00
  • c06bf6503a iOS smart quote/dash configuration (#44923) Justin McCandless 2019-12-13 17:42:35 -05:00
  • 1bca434cdd Check for NaN in sliver constraints, improve error messaging (#46995) Dan Field 2019-12-13 14:39:07 -08:00
  • 82f6d43bf1 Avoid NaN for shrinkwrapping viewports (#46265) Dan Field 2019-12-13 14:36:53 -08:00
  • 0f705b7e25 fix new test (#47010) Dan Field 2019-12-13 14:21:38 -08:00
  • fa190a8685 New benchmark to measure performance of animations after removing a BackdropFilter. (#46924) Jim Graham 2019-12-13 13:27:53 -08:00
  • fc9b30a4f1 Revert "flutter_tools: Remove unused //ignore comments; change flutter-specific ones to "ignore_for_flutter" (#45917)" (#46999) Todd Volkert 2019-12-13 12:23:12 -08:00
  • f28592018d flutter_tools: Remove unused //ignore comments; change flutter-specific ones to "ignore_for_flutter" (#45917) Sam Rawlins 2019-12-13 12:03:02 -08:00
  • e7fec2bc33 Add helpful message about how to use localizationsDelegates list (#46250) Shi-Hao Hong 2019-12-13 12:00:35 -08:00
  • 67adb8954f Roll engine db60ebc6325c..e0e0ac0a6802 (23 commits) (#46933) engine-flutter-autoroll 2019-12-13 14:44:39 -05:00
  • 2eed59c1d5 Add gen_l10n sorting tests (#46247) Shi-Hao Hong 2019-12-13 10:03:56 -08:00
  • 6a5ef29a75 More clarifications on mutating Widget's children (#46725) liyuqian 2019-12-13 09:53:01 -08:00
  • d81d91606a implicit-casts:false in flutter/lib/src/material (#45567) Alexandre Ardhuin 2019-12-13 08:55:12 +01:00
  • 0497235c20 [flutter_tool] experimental resident web runner is not debuggable (#46916) Jonah Williams 2019-12-12 19:05:48 -08:00
  • ea4ff490d6 Roll engine 12bf95fd49b7..db60ebc6325c (20 commits) (#46814) engine-flutter-autoroll 2019-12-12 21:15:48 -05:00
  • dfa6eb31a0 Revert "flutter run FULL_PRODUCT_NAME (#46838)" (#46925) Jenn Magder 2019-12-12 17:34:54 -08:00
  • 7a7e2bb247 flutter run FULL_PRODUCT_NAME (#46838) Jenn Magder 2019-12-12 17:03:01 -08:00
  • 5ba2830c83 [flutter_tool][gallery] Standardize target platform override behavior in tool and update flutter gallery to support it (#46206) Jonah Williams 2019-12-12 15:20:52 -08:00
  • 187c89b69d Remove accentTextTheme from sliders and chips, tests and docs (#46801) Hans Muller 2019-12-12 15:14:01 -08:00
  • 23b7853dfd [flutter_tool] remove ability to disable Fingerprinter with DISABLE_FLUTTER_BUILD_CACHE env variable (#46913) Jonah Williams 2019-12-12 15:12:53 -08:00
  • 8ca55605c8 [flutter_tool] forward device-vmservice-port to iOS device launch arguments (#46822) Jonah Williams 2019-12-12 13:55:42 -08:00
  • 592a842b86 [flutter_tool] fix NPE in daemon caused by returning null connection info from experimental web runner (#46909) Jonah Williams 2019-12-12 13:55:09 -08:00
  • 948e2b0101 Avoid exceptions for control flow (#46897) Dan Field 2019-12-12 16:53:01 -05:00
  • a467932d5b Skip plugins that don't have an android impl when building AARs (#46835) Emmanuel Garcia 2019-12-12 12:38:09 -08:00
  • 4944622b5d Support URL tunnelling (pass dwds UrlEncoder through to editors via daemon) (#44271) v1.13.2 Danny Tuppeny 2019-12-12 18:43:58 +00:00
  • be53bc14aa Reset the global variable before running a test. (#46203) Lau Ching Jun 2019-12-12 10:37:42 -08:00
  • 535526b03c Enable web for some of the golden tests (#46820) Lau Ching Jun 2019-12-12 10:36:41 -08:00
  • 418b814555 Add buildNumber param to "flutter build aar" command (#46291) Sean Freiburg 2019-12-12 10:28:01 -08:00
  • 354f80b84a Check and give execute permission to Gradle if needed (#46748) Emmanuel Garcia 2019-12-11 16:36:03 -08:00
  • 8b88c8296f remove test_api dependency from flutter_tools/base/io (#46796) Jonah Williams 2019-12-11 13:31:30 -08:00
  • d0e5824040 [flutter_tool] Update require.js artifact location for tests (#46787) Jonah Williams 2019-12-11 12:56:58 -08:00
  • 895ffc80dc [flutter_tool] Handling of certain unrecoverable filesystem errors (#46617) Zachary Anderson 2019-12-11 12:54:36 -08:00
  • ceab1248d0 Use FlutterLocalFileComparator when user permission denied on Cirrus (#46688) Kate Lovett 2019-12-11 11:03:21 -08:00
  • 18cd7a3601 v1.12.13+hotfix.6 cherry-picks (#46741) v1.12.13+hotfix.6 v1.12.13-hotfixes beta Todd Volkert 2019-12-11 06:35:39 -08:00
  • 36e599eb5d implicit-casts:false in flutter_localizations (#45241) Alexandre Ardhuin 2019-12-11 07:27:13 +01:00
  • 27321ebbad v1.12.13+hotfix.5 cherry-picks (#46726) v1.12.13+hotfix.5 stable Todd Volkert 2019-12-10 18:15:01 -08:00
  • 01953a1015 [flutter_tool] fix NPE in log reader for web server device (#46729) Jonah Williams 2019-12-10 16:14:48 -08:00
  • 78951b0c01 [benchmarks] Add time to development benchmark for Android (#46717) Jonah Williams 2019-12-10 15:03:06 -08:00
  • dfcd6568e8 re-enable build runner tooling tests (#46708) Jonah Williams 2019-12-10 13:10:09 -08:00
  • 4a0049627f Reland "Add a FlutterDriver screenshot test to device lab. #45411" (#46620) Chris Yang 2019-12-10 12:43:36 -08:00
  • c5f61ac3e8 Feature: ExpandIcon should use the size parameter (#45712) Taufiq Rahman 2019-12-11 02:18:56 +06:00
  • 4938ea0385 Fix typo in gradle tools exit message (#46580) v1.13.1 Koichi Ishida 2019-12-11 03:41:31 +09:00
  • bda9d90804 [flutter_tool] Reland: support --fast-start for Android applications (as an opt-in) (#46140) Jonah Williams 2019-12-10 10:26:14 -08:00
  • 0bec3dc3d2 Add UniqueKey documentation regarding const constructor (#46647) Shi-Hao Hong 2019-12-10 13:24:58 -05:00
  • ac9fefdfa6 Fix InputDecorator.isDense typo from true -> false (#46648) Shi-Hao Hong 2019-12-10 13:24:44 -05:00
  • 645c32311e Set modal bottom sheet barrier color (#45067) Sebastian Döll 2019-12-10 19:07:32 +01:00
  • 5469804cdf Revert "Roll engine 12bf95fd49b7..140818a71532 (2 commits) (#46667)" (#46695) Anthony 2019-12-10 12:37:12 -05:00
  • 8a205f8194 Revert "Made the behavior for caching large images modular. (#46010)" (#46629) Anthony 2019-12-10 11:44:52 -05:00
  • 43530b8095 Roll engine 12bf95fd49b7..140818a71532 (2 commits) (#46667) engine-flutter-autoroll 2019-12-10 09:57:33 -05:00
  • 2fe9623c36 Roll engine 2805da9e5dd2..12bf95fd49b7 (2 commits) (#46657) engine-flutter-autoroll 2019-12-10 04:22:32 -05:00
  • 81aa2710d2 [flutter_tool] add a vmservice API for hot ui requests (#45649) Jonah Williams 2019-12-09 21:31:34 -08:00
  • 523ac7b6f5 [flutter_tool] Always re-copy Framework/podspec when regenerating iOS module project (#45877) Jonah Williams 2019-12-09 21:18:09 -08:00
  • 250cd92dac Roll engine b9080c92b98a..2805da9e5dd2 (4 commits) (#46655) engine-flutter-autoroll 2019-12-10 00:04:33 -05:00
  • d0526d3f92 [flutter_tool] Prevent accidental calls to io.exit in unit tests (#46639) Jonah Williams 2019-12-09 18:58:29 -08:00
  • 14145a4ec9 Try re-enabling all these tests. (#46615) Ian Hickson 2019-12-09 18:58:02 -08:00
  • eb7a4a5e15 b9080c92b Roll src/third_party/dart 7fcaafbb3e..8b8894648f (1 commits) (flutter/engine#14266) (#46645) engine-flutter-autoroll 2019-12-09 21:57:33 -05:00
  • a491697893 [flutter_tool] Ensure dependency constraint for templates created with a driver test are correct Jonah Williams 2019-12-09 17:32:03 -08:00
  • fb60324e6f v1.12.13+hotfix.4 cherry-picks (#46632) v1.12.13+hotfix.4 Todd Volkert 2019-12-09 15:58:15 -08:00
  • 69728097bd Remove unused observer and raise the waiting time (#46626) liyuqian 2019-12-09 15:18:02 -08:00
  • 0268510480 Fix analytics regression (#46242) Christopher Fujino 2019-12-09 15:13:02 -08:00
  • a4f7a0dfb9 Revert changes to TestPointer; MouseTracker no longer relies on Add events (#46285) Tong Mu 2019-12-09 15:12:11 -08:00
  • 5406f2b597 Roll engine d9f856510d16..a614c0a2d45f (4 commits) (#46627) engine-flutter-autoroll 2019-12-09 18:08:33 -05:00
  • 63cc4ad3aa Revert "[flutter_tool] Prevent accidental calls to io.exit when asserts are active in unit tests (#46210)" (#46630) Jonah Williams 2019-12-09 13:13:59 -08:00
  • b698c9d72e [flutter_tool] Prevent accidental calls to io.exit when asserts are active in unit tests (#46210) Jonah Williams 2019-12-09 13:01:37 -08:00
  • 05862ff968 Fix platform-specif test logic. (#46623) Ian Hickson 2019-12-09 12:58:03 -08:00
  • 55f0bdc033 Fix docker tag during upload as well (#46252) Todd Volkert 2019-12-09 12:56:47 -08:00
  • 9cb97346b3 d9f856510 Roll src/third_party/skia 9910d829ad18..f0148c4881df (1 commits) (flutter/engine#14258) (#46612) engine-flutter-autoroll 2019-12-09 15:55:33 -05:00
  • 5e06984854 4beaa696f Roll src/third_party/skia b60ec7f98b08..9910d829ad18 (3 commits) (flutter/engine#14257) (#46585) engine-flutter-autoroll 2019-12-09 04:54:33 -05:00
  • 4edb509e50 ff6fa4765 Roll src/third_party/skia 274a766baf2f..b60ec7f98b08 (9 commits) (flutter/engine#14256) (#46572) engine-flutter-autoroll 2019-12-08 23:49:33 -05:00
  • f264d6c277 Allow plugins that don't support the Android platform (#46282) Emmanuel Garcia 2019-12-08 20:04:19 -08:00