Commit graph

25020 commits

Author SHA1 Message Date
Jim Graham 6472797510
add AnimatedScale and AnimatedRotation widgets (#83428) 2021-06-30 16:46:03 -07:00
Casey Hillers d5710dfa31
Revert "[ci.yaml] Set targets names equal to builder (#85636)" (#85658)
This reverts commit d13c4aa972.
2021-06-30 15:13:23 -07:00
Casey Hillers d13c4aa972
[ci.yaml] Set targets names equal to builder (#85636) 2021-06-30 15:05:01 -07:00
Anas35 744892063a
Extend Toggle Button's fill color with MaterialState (#82026) 2021-06-30 14:36:03 -07:00
Jenn Magder f76b292626
Support iOS arm64 simulator (#85642) 2021-06-30 14:31:04 -07:00
Mouad Debbar 4013fe2131
[web] Remove the part directive from the web key map template (#85637) 2021-06-30 14:26:04 -07:00
Zachary Anderson 407916d44f
Revert "Support iOS arm64 simulator (#85059)" (#85641)
This reverts commit a1020512ef.
2021-06-30 12:44:49 -07:00
Jenn Magder a1020512ef
Support iOS arm64 simulator (#85059) 2021-06-30 11:56:17 -07:00
engine-flutter-autoroll 00c73d0860
7e2560a00 [url_launcher] Amend example's manifest and docs (flutter/plugins#4006) (#85633) 2021-06-30 11:56:04 -07:00
Hans Muller fdeb480fd4
Added AppBar.textButtonTheme (#85585) 2021-06-30 11:32:13 -07:00
engine-flutter-autoroll fa77d2467f
ea1e38048 Roll Dart SDK from 75ae501952db to 8234f00e521a (1 revision) (flutter/engine#27066) (#85629) 2021-06-30 10:51:05 -07:00
Taha Tesser 59f201fbba
[integration_test] Fix example link in the README (#85622) 2021-06-30 09:47:31 -07:00
Dan Field e36e62e9a6
Revert "Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)" (#85567)
This reverts commit 2be0d57fa2.
2021-06-30 09:46:54 -07:00
engine-flutter-autoroll ae2442c8c6
bdd75279a Roll Fuchsia Linux SDK from eMHAbJpmO... to pjxq0wD6b... (flutter/engine#27065) (#85625) 2021-06-30 09:46:03 -07:00
engine-flutter-autoroll 019a410a7d
9ab0be9db [image_picker] Fixed IOException when cache directory is removed (flutter/plugins#4117) (#85620) 2021-06-30 08:46:06 -07:00
engine-flutter-autoroll 76b2f987b0
acc502e23 [in_app_purchase] Fix app exceptions caused by missing App Store receipt (flutter/plugins#4096) (#85618) 2021-06-30 06:41:03 -07:00
engine-flutter-autoroll c9911de74e
Roll Engine from 8607ac495c59 to 2cd84b75d1c9 (3 revisions) (#85617) 2021-06-30 06:26:02 -07:00
engine-flutter-autoroll 7397de9aae
8607ac495 Roll Dart SDK from d01a840fa25b to 75ae501952db (1 revision) (flutter/engine#27060) (#85606) 2021-06-30 04:16:02 -07:00
engine-flutter-autoroll 96bbcd006f
Roll Engine from 9d2377f0d8aa to c633b2a6a04f (12 revisions) (#85598)
* 36a247f7b Temporarily opt out of reduced shaders variants till roll issues are resolved. (flutter/engine#27048)

* b06ff8397 [web] Render RTL text correctly (flutter/engine#26811)

* 3283cafe1 --sound-null-safety instead of enable-experiment where possible (flutter/engine#26999)

* e10490d3a Roll Fuchsia Linux SDK from qq5J5tHIA... to eMHAbJpmO... (flutter/engine#27049)

* 15ed6a0ef Removes the licence sheck from cirrus (flutter/engine#27051)

* 6d8a01ad2 Roll Skia from 62ce2488f744 to c6804edbaefc (4 revisions) (flutter/engine#27050)

* e8339ed2b Fix use-after-free. (flutter/engine#27053)

* ecd4a14ab Roll Dart SDK from 5103185fdff6 to 9d7c40ba84c4 (1 revision) (flutter/engine#27054)

* 2e86f4b1b Roll Skia from c6804edbaefc to 55b401ed9e6c (1 revision) (flutter/engine#27055)

* 6136cbd8b Give FlutterView a view ID (flutter/engine#27052)

* 05fe2e265 Revert "--sound-null-safety instead of enable-experiment where possible (#26999)" (flutter/engine#27059)

* c633b2a6a Roll Dart SDK from 9d7c40ba84c4 to d01a840fa25b (1 revision) (flutter/engine#27058)
2021-06-30 00:43:41 -07:00
engine-flutter-autoroll 01e10e793e
9d2377f0d Roll Fuchsia Mac SDK from vWnaCinzz... to 2FIILk5GN... (flutter/engine#27047) (#85582) 2021-06-29 17:41:02 -07:00
LongCatIsLooong 8462169d31
Skip flaky test mac_module_test_ios (#85580) 2021-06-29 17:36:02 -07:00
LongCatIsLooong 1c92e84865
Skip flaky tests in web.shared (#85577) 2021-06-29 16:21:02 -07:00
engine-flutter-autoroll d707eedcea
Roll Engine from 2384128a226c to aa939d4cf9b1 (4 revisions) (#85574) 2021-06-29 15:51:02 -07:00
engine-flutter-autoroll f6ad5e1e40
Roll Plugins from a02b8f2703ec to 94caa8a70476 (4 revisions) (#85573) 2021-06-29 15:46:03 -07:00
J-P Nurmi 0967a40fca
Add TextInputType.none (#83974) 2021-06-29 15:41:03 -07:00
Janice Collins 0825f49ed4
Update dartdoc to 1.0.0 (#85549)
This includes some major internal changes that should improve performance (the AOT template compiler) and the new lookup code. The big changes noticeable for Flutter will be resolution of field formal parameters, extension method support, and more consistent disambiguation in comment reference lookups.

While a vast net improvement, this PR will change a few links to point to the wrong place. #85484 will address that after this lands, as there was no good way to specify what the user wanted unambiguously before dartdoc 1.0.0 in a few cases. That PR includes more details on the introduced regressions and link changes.
2021-06-29 14:19:19 -07:00
Hans Muller bc763a8c25
Removed PaginatedDataTable ButtonBar special case (#85547) 2021-06-29 14:16:02 -07:00
Greg Spencer b5f9612cac
Randomize Framework tests, opt out some tests that currently fail. (#85159)
This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on.

To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
2021-06-29 13:46:13 -07:00
engine-flutter-autoroll dcd4886210
Roll Engine from 56884b7c8858 to 2384128a226c (5 revisions) (#85564)
* b035192ec Roll Dart SDK from e6e47f919791 to 59f9594aed9a (1 revision) (flutter/engine#27032)

* 9e69740c0 [refactor] Migrate to View.focus.*. (flutter/engine#27005)

* 9928f4fff Android: add support for TextInputType.none (flutter/engine#26585)

* c03f14413 [iOS TextInput] Disables system keyboard for TextInputType.none (flutter/engine#26979)

* 2384128a2 Roll Skia from 1df8756419ee to 4716a7681e4a (7 revisions) (flutter/engine#27035)
2021-06-29 12:59:14 -07:00
Darren Austin 37bc722339
Migrate dev/benchmarks/macrobenchmarks to null safety. (#85501) 2021-06-29 11:49:27 -07:00
engine-flutter-autoroll d16b27bb3f
Roll Engine from bf14e799ed8f to 56884b7c8858 (2 revisions) (#85546) 2021-06-29 09:51:04 -07:00
engine-flutter-autoroll c3abf1bcb7
bf14e799e Always complete platform message requests. (flutter/engine#26994) (#85544) 2021-06-29 08:46:02 -07:00
engine-flutter-autoroll 88c643c056
3572bbd08 Roll Dart SDK from fff3a3747a18 to e6e47f919791 (1 revision) (flutter/engine#27030) (#85532) 2021-06-29 05:01:02 -07:00
engine-flutter-autoroll 6f9cefe5ce
Roll Engine from 1d57ed528247 to 84a6f667b7b6 (2 revisions) (#85525) 2021-06-29 03:26:02 -07:00
engine-flutter-autoroll 222671f118
1d57ed528 Roll Skia from baae2dd7fb9d to a7d429464276 (2 revisions) (flutter/engine#27027) (#85520) 2021-06-29 02:21:01 -07:00
engine-flutter-autoroll 74cb38ea9e
Roll Engine from 9d095942723c to 5fe5dad29bd6 (2 revisions) (#85518) 2021-06-29 01:16:03 -07:00
Christopher Fujino 67e4aeb602
Re-enable codesign integration test (#85507) 2021-06-28 23:16:05 -07:00
engine-flutter-autoroll 425c37da38
Roll Engine from 5d287a206161 to 9d095942723c (24 revisions) (#85508)
* ce489a529 Roll Skia from 0f1ac21185fe to b1590f15a32b (1 revision) (flutter/engine#27000)

* 92e24d80e Record raster end as soon as frame is submitted (flutter/engine#26970)

* 1f35cce1f Remove presubmit flake reporting instructions from issue template. (flutter/engine#26997)

* f5bc55ea1 Roll Skia from b1590f15a32b to eef5b0e933e3 (2 revisions) (flutter/engine#27001)

* 8f57dfe11 Roll Fuchsia Mac SDK from z6trYeCMx... to R1ENSI-od... (flutter/engine#27002)

* 360d2d8cd Surface frame number identifier through window (flutter/engine#26785)

* ed87f7cee Roll Dart SDK from d2025958e351 to eca780278d49 (1 revision) (flutter/engine#27003)

* f558e2a03 Roll Fuchsia Linux SDK from TqViQQzJo... to 4udsaggtH... (flutter/engine#27006)

* 8ae3ff7dd Fix Fuchsia build on Mac (flutter/engine#27007)

* b259ea692 Revert "[Engine] Support for Android Fullscreen Modes (#25785)" (flutter/engine#27014)

* 6e105c927 Roll Skia from eef5b0e933e3 to e5766b808045 (12 revisions) (flutter/engine#27011)

* cfea27e11 Allow fuchsia_archive to accept a cml file and cmx file (flutter/engine#27012)

* 9ef94a2bb [web] Librarify paragraph/text files (flutter/engine#26888)

* cc2c361e3 Roll Dart SDK from eca780278d49 to bbd701b4ba76 (1 revision) (flutter/engine#27015)

* f6fcab498 Roll CanvasKit to 0.28.1 (flutter/engine#27013)

* db8ed9e38 Configure contexts to reduce shader variations. (flutter/engine#27016)

* 94876ed32 Roll Skia from e5766b808045 to 661abd0f8d64 (7 revisions) (flutter/engine#27020)

* 35e297d9c Update ci.yaml documentation link (flutter/engine#26922)

* 6a87e0b55 [web] fix actions flags in SemanticsTester (flutter/engine#26992)

* 53ac32f93 Re-land Android fullscreen support (flutter/engine#27018)

* 1417a829c [web] make analysis options delta of root options (flutter/engine#26991)

* b84ebe5b5 Roll Skia from 661abd0f8d64 to 1bddd42b9897 (3 revisions) (flutter/engine#27023)

* 4f3d88e71 [web] Librarify keyboard files (flutter/engine#26917)

* 9d0959427 Roll Dart SDK from bbd701b4ba76 to fff3a3747a18 (1 revision) (flutter/engine#27024)
2021-06-28 22:52:25 -07:00
Janice Collins cea5d552b2
Fix three additional cases (#85497) 2021-06-28 18:36:02 -07:00
Jenn Magder 24d608b2ba
Check ios-arm64_x86_64-simulator directory when validating codesigning entitlement (#85265) 2021-06-28 17:01:06 -07:00
Casey Hillers 0dca2ff13e
Update ci yaml readme link (#85168) 2021-06-28 16:36:03 -07:00
Filip Hracek 76d5e62f42
Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
Dan Field b001671ffb
dispose the ShaderWarmUp picture/image (#85465) 2021-06-28 15:11:02 -07:00
Justin McCandless 540ff244a9
Shift + home/end on Mac (#85264) 2021-06-28 15:06:05 -07:00
Hans Muller 98a15d035d
Remved ButtonBar references from material tests (#85472) 2021-06-28 13:32:54 -07:00
engine-flutter-autoroll d63cb8332b
a02b8f270 [flutter_plugin_tools] Migrate java-test to new base command (flutter/plugins#4105) (#85470) 2021-06-28 13:31:03 -07:00
Angjie Li 1c3989b836
Revert "[new feature]introduce ScrollMetricsNotification (#85221)" (#85466) 2021-06-28 13:26:04 -07:00
Justin McCandless 32e6de84db
Remove out dated todos from integration tests with no issue links (#85461) 2021-06-28 13:21:03 -07:00
Lau Ching Jun af42e7d730
Only set assets directory after assets are uploaded onto devfs. (#85418) 2021-06-28 13:16:04 -07:00
Janice Collins b046218413
Update flutter doc references to conform to new lookup code restrictions (#85412) 2021-06-28 13:11:03 -07:00