Commit graph

18402 commits

Author SHA1 Message Date
Jonah Williams 01a47b9b1a
[versions] update all flutter versions (#54334) 2020-04-08 21:32:01 -07:00
Jonah Williams cb8bafb38d
[flutter_tools] surgically remove outputs from shared directory (#53962) 2020-04-08 19:09:59 -07:00
liyuqian b475eaf8ba
Set AA flag for painting images (#51656) 2020-04-08 19:02:04 -07:00
Filip Hracek 1593788cd9
Rename GPU thread to raster thread in API docs (#53422) 2020-04-08 18:57:03 -07:00
Shi-Hao Hong 5d63637e43
[gen_l10n] Fallback feature for untranslated messages (#53374)
* Generate methods using template resources if they do not exist in other locales

* Added a flag to either output of messages that have not been translated with detail into a file, or display a summary on the terminal.

* Add integration test for fallback message usage
2020-04-08 18:55:50 -07:00
Jason Simmons 173c93d9a2
Minimal implementation of FlutterError.toString for release mode (#54291) 2020-04-08 18:52:02 -07:00
Kate Lovett 49f3e1acbb
PageStorage sample (#54317) 2020-04-08 18:47:01 -07:00
Gary Qian 19ff596979
Add missing properties to TextStyle.apply (#54305) 2020-04-08 15:42:02 -07:00
Jonah Williams cf5e4b544e
[flutter_tools] fix routing test (#54313) 2020-04-08 14:53:19 -07:00
Jonah Williams 412e4dd50e
[flutter_tools] migrate devfs web to package_config (#54299) 2020-04-08 14:41:11 -07:00
Jonah Williams dbecf2afd5
Revert "enable the regressed test (#54214)" (#54307)
This reverts commit f8784e72a9.
2020-04-08 13:58:33 -07:00
Shi-Hao Hong 592f7886e5
Remove escape dollar parameter in localizations_utils (#54219) 2020-04-08 12:52:03 -07:00
Christopher Fujino 19c8948e61
Fix frameworkVersionFor for flutter doctor and usage (#54217) 2020-04-08 12:47:05 -07:00
Chris Yang f8784e72a9
enable the regressed test (#54214) 2020-04-08 12:42:03 -07:00
Kate Lovett bcc7961d00
Skip Audits (2) (#53837) 2020-04-08 12:37:03 -07:00
Jonah Williams 4851888864
[flutter_tools] Migrate to package:vm_service 4: trigonometric boogaloo (#54132) 2020-04-08 12:33:33 -07:00
Chris Yang fc06d3feb3
Disable flutter_driver_screenshot_test_ios. (#53358) 2020-04-08 12:32:03 -07:00
Francisco Magdaleno a0f7f6ca6d
[windows] Adds support for keyboard mapping. (#54227) 2020-04-08 10:07:02 -07:00
Nemath Ahmed 45bf838014
Update .cirrus.yml (#54215) 2020-04-08 10:06:00 -07:00
engine-flutter-autoroll dadc3ead47
Roll engine 394ac6b4845d..5b4b1f33c6d6 (3 commits) (#54239)
* fd10734e5 Fix flutter_windows_unittests runtime dependency (flutter/engine#17524)

* 8f6590cbb Added "unrecognized-selector" errors to match g3 builds (flutter/engine#17566)

* 5b4b1f33c Reland "Improve C++ plugin lifetime handling" (flutter/engine#17570)

* Updated bin/internal/fuchsia-linux.version
2020-04-08 09:33:16 -07:00
Yegor 4e3cf198e8
disable tracing for non-frame based benchmarks (#54236) 2020-04-08 09:17:03 -07:00
Michael Goderbauer d47ad7ec0d
Reverse dependency between services and scheduler (#54212) 2020-04-08 09:12:03 -07:00
Zachary Anderson 090fc5cc53
[flutter_tools] Use gzip level 1 for devfs transfer compression (#54123) 2020-04-08 09:07:02 -07:00
Jonah Williams fa35698ee3
[flutter_tools] allow passing non-config inputs (#54228) 2020-04-08 09:04:32 -07:00
Danny Tuppeny 589b14d841
Add a switch to use WebSockets for web debug proxy (#54083) 2020-04-08 09:02:03 -07:00
Jonah Williams 981afe39ae
[flutter_tools] ensure build fails if asset files are missing (#54233)
Ensure build fails if asset files are missing and that stderr messages are forwarded through Gradle
2020-04-07 19:42:57 -07:00
Jonah Williams 0a25309fb1
[versions] update versions (#54247) 2020-04-07 19:42:02 -07:00
Greg Spencer 0f68b46f6a
Revise Action API (#42940)
This updates the Action API in accordance with the design doc for the changes: flutter.dev/go/actions-and-shortcuts-design-revision

Fixes #53276
2020-04-07 16:49:39 -07:00
Jason Simmons c663cd55a7
[flutter_tools] Refresh VM state before executing hot reload (#53960) 2020-04-07 15:41:02 -07:00
EricEnslen cccfe96e72
Allow ListTiles to be autofocused (#54229)
Adds an "autofocus" param to ListTile and its Checkbox, Radio and Switch variants, and passes the given value through to the wrapped InkWell, Switch, etc.

This is important for scenarios like a settings screen, where the first interactable element on a page may be a SwitchListTile, for example.
2020-04-07 15:39:44 -07:00
engine-flutter-autoroll 627cca791b
Roll engine 47c607a0f191..394ac6b4845d (4 commits) (#54232) 2020-04-07 15:31:01 -07:00
engine-flutter-autoroll 4aedbb6a02
Roll engine 47f17a9ec33d..47c607a0f191 (4 commits) (#54225) 2020-04-07 14:21:01 -07:00
Jose Alba 3441d6cbe7
Slider rebase work (#53916)
* [Slider] Rebase.

* disabled thumb color with alphaBlend of colorScheme surface

* test remove alphablend

* Change rectangular track to how it used to be

* Chaned to adaptive slider

* blank lines

Co-authored-by: Will Larche <larche@google.com>
2020-04-07 17:10:18 -04:00
Jonah Williams 9c41e57099
[flutter_tools] migrate engine location check (#54208) 2020-04-07 14:05:49 -07:00
Kate Lovett 2ce36f6199
Goldens owner, removed obsolete pattern (#54206) 2020-04-07 12:26:02 -07:00
Per Classon e8d2907595
[gen_l10n] Handle single, double quotes, and dollar signs in strings (#54185) 2020-04-07 12:21:02 -07:00
Jonah Williams 08fe78fff9
[flutter_tools] write SkSL file to local file (#53859) 2020-04-07 12:17:39 -07:00
Michael Thomsen 98e7791ec9
Roll pinned xml and petitparser versions (#54181) 2020-04-07 12:16:03 -07:00
LongCatIsLooong 4af5fe2c37
Reland "iOS UITextInput autocorrection prompt (#45354)" (#54119) 2020-04-07 12:11:14 -07:00
engine-flutter-autoroll e39cafb83a
47f17a9ec Roll src/third_party/dart 1210d27678a0..275a76f2fcd8 (4 commits) (flutter/engine#17531) (#54207) 2020-04-07 12:10:34 -07:00
Tong Wu 1fa0f0d122
Revert "Re-enable deploy_gallery after renewing the distribution certs. (#54159)" (#54209)
This reverts commit 45c51e149c.
2020-04-07 11:17:41 -07:00
Tong Wu 45c51e149c
Re-enable deploy_gallery after renewing the distribution certs. (#54159) 2020-04-07 10:01:02 -07:00
stuartmorgan b429e7eb00
Update Windows and Linux plugin templates (#53876)
Updates Windows and Linux templates to use the new PluginRegistrarManager, improving lifetime handling and reducing boilerplate.
2020-04-07 09:03:49 -07:00
Konstantin Scheglov b0492cc976
Fix newly reported prefer_const_constructors lints. (#54176) 2020-04-07 08:59:01 -07:00
Amir Hardon ba18e99d1b
Enable the android_views AlertDialog test (#54163) 2020-04-07 08:32:13 -07:00
engine-flutter-autoroll 8f7327f83a
49891e065 Roll src/third_party/skia 04513752fd6e..3ef77ddf9ec4 (3 commits) (flutter/engine#17530) (#54156) 2020-04-06 19:11:01 -07:00
Tong Wu 39954a0924
[cleanup] Remove unused script (#54155) 2020-04-06 18:49:06 -07:00
engine-flutter-autoroll de1baeeaee
Roll engine ab434c5540f5..2fab00eb8352 (3 commits) (#54153) 2020-04-06 18:06:01 -07:00
engine-flutter-autoroll ccb4f737ef
Roll engine df257e59c241..ab434c5540f5 (5 commits) (#54148)
* 094563566 Roll src/third_party/skia cc8a76f3c763..04513752fd6e (22 commits) (flutter/engine#17529)

* faf44fed5 Improve C++ plugin lifetime handling (flutter/engine#17489)

* 4b69cf2c4 [tools][fuchsia] Do not tar debug symbol CIPD uploads (flutter/engine#17506)

* 19a7fbf02 Fixed nullability in plugin header and overridden type mismatch error. (flutter/engine#17532)

* ab434c554 Revert "[tools][fuchsia] Do not tar debug symbol CIPD uploads (#17506)" (flutter/engine#17537)
2020-04-06 16:39:45 -07:00
Todd Volkert de1e572916
Don't checkout master in roll_dev (#54150) 2020-04-06 16:15:07 -07:00