Todd Volkert
8b52e6a8b2
Pass --verbose-logging to flutter_tester ( #64440 )
2020-08-24 13:33:56 -07:00
Jonah Williams
ee12d7c3fc
[flutter_tools] check for permission issues when copying file ( #63540 )
2020-08-21 11:11:04 -07:00
stuartmorgan
8489d460a4
Update Windows template for wrapper file change ( #64173 )
...
* Minor adjustment for engine change, and rev template version
* whitespace fix
2020-08-20 17:36:46 -07:00
stuartmorgan
ca0ddbbc94
Add WindowProc delegation to Windows template ( #64166 )
...
This wires up the new WindowProc delegation system that allows plugins
to handle top-level window messages (e.g., to control resize behavior).
Fixes #53168
2020-08-20 17:36:10 -07:00
Ian Hickson
c3a47b3449
Remove more timeouts ( #63433 )
2020-08-20 14:56:05 -07:00
xster
a2e5e074ab
Move Android doctor SDK check to 29 and Cirrus images to 30 ( #63517 )
2020-08-20 11:06:32 -07:00
xster
e1ae4dfcae
Move v1 embedding migration warning from plugin consumers to all apps ( #64181 )
2020-08-19 22:32:08 -07:00
Jonah Williams
04f7c9d52e
[flutter_tools] update dwds, roll to null-safe file and process ( #64195 )
...
Update to latest dwds, file-nullsafety, and process-nullsafety for #62886
2020-08-19 16:59:52 -07:00
Jonah Williams
829ef147d1
[null-safety] roll to null-safe platform ( #64160 )
2020-08-19 15:47:08 -07:00
Jonah Williams
69fd5c50a2
[flutter_tools] null assertions off by default for web ( #64186 )
...
Like Android/iOS, only enable --null-assertions if asked. Previously this was enabled by default for web, but in general this has proved to be too breaking to enable by default.
#61042
2020-08-19 14:52:47 -07:00
Jonah Williams
4954a46ff0
[flutter_tools] shrink API surface of Android SDK ( #63867 )
...
Attempt to simplify the Android SDK interface ahead of refactoring it. The locateAndroidSdk static method is called at startup to locate the android SDK, returning null if it cannot be found. These helper methods attempted to first look up the AndroidSDK if it was already null - which could only cover the case where someone installed the Android SDK while flutter was running (possibly through an IDE)
2020-08-19 14:44:56 -07:00
Zachary Anderson
6f78131474
WIP: [flutter_tool] Fix amberctl host address ( #64020 )
2020-08-19 14:41:05 -07:00
Jonah Williams
1b69983c6d
[versions] update gallery, roll versions ( #64067 )
2020-08-19 08:07:15 -07:00
Jenn Magder
6ca9cd7b8f
Use real flutter root for finding pub in command integration test ( #64021 )
2020-08-18 17:09:02 -07:00
Jonah Williams
a42c56791b
[flutter_tools] shrink fingerprinter API to currently used subset ( #63840 )
2020-08-18 17:01:06 -07:00
Jonah Williams
39c735f408
[flutter_tools] correctly forward error only stdout in non-verbose modes ( #63815 )
2020-08-18 16:56:05 -07:00
Jonah Williams
f0dd4ad530
[flutter_tools] add more info to coverage script ( #64065 )
...
Also output covered | total lines, and a summary percentage at the end + Kick tree
2020-08-18 12:18:54 -07:00
Jonah Williams
262c48d2ea
[flutter_tools] add cache busting query param ( #63818 )
2020-08-17 22:41:05 -07:00
Albert Viilik
654022aecb
Make deprecation notice link to website downloads ( #63829 )
2020-08-17 17:01:02 -07:00
Jonah Williams
042fa8cf66
[flutter_tools] trim trailing newline from vm service logging events ( #63976 )
2020-08-17 12:26:03 -07:00
Zachary Anderson
1884920e30
[flutter_tool] Handle Windows line endings in packages_test.dart ( #63806 )
2020-08-17 11:41:08 -07:00
stuartmorgan
70bd819c52
Separate blkid in the Linux library checks ( #63810 )
2020-08-17 10:51:03 -07:00
Helin Shiah
3d3b5349a7
Return host and port from devtools launcher ( #63795 )
2020-08-17 10:46:05 -07:00
Jonah Williams
08254b2156
Revert "Remove TODOs added for HTTP abort() change in dart sdk ( #63924 )" ( #63972 )
...
This reverts commit b1c17313f6
.
2020-08-17 10:25:01 -07:00
zichangg
b1c17313f6
Remove TODOs added for HTTP abort() change in dart sdk ( #63924 )
2020-08-17 09:46:08 -07:00
Zachary Anderson
f360d8b8e8
[flutter_tool] Fix some create_test.dart tests on Windows ( #63796 )
2020-08-14 15:26:29 -07:00
Juyeong Lee
5ec7426be7
Remove enableR8=true from gradle.properties ( #63339 )
2020-08-14 10:26:03 -07:00
stuartmorgan
6f0cfc9524
Surface Windows build errors in non-verbose mode ( #63707 )
2020-08-13 19:46:02 -07:00
Jonah Williams
06c3de3285
[flutter_tools] remove most globals from build system and tests ( #63697 )
...
Remove globals and testbed to simplify test cases, using the existing environment configuration. This is some pre-factoring work to make landing #63610 easier
2020-08-13 15:00:27 -07:00
stuartmorgan
fcbee10da9
[windows] Propagate startup errors in template ( #63612 )
2020-08-13 11:31:03 -07:00
Jonah Williams
2526ef1235
[flutter_tools] update size analysis ( #63617 )
2020-08-13 11:28:52 -07:00
Chase Latta
b1a9f56487
remove fuchsia_entrypoint_shim directory ( #63605 )
2020-08-13 11:26:05 -07:00
Shi-Hao Hong
0a7c6243fa
[gen_l10n] Absolute project path parameter ( #63368 )
2020-08-13 05:11:05 -07:00
Jenn Magder
6b2ef0df7b
Fix App.framework path in Podfile ( #63412 )
2020-08-12 13:36:12 -07:00
Jonah Williams
9225d8d5b7
[flutter_tools] move to fake_async, skip failing tests ( #63536 )
2020-08-11 19:36:05 -07:00
Jonah Williams
16df32b1eb
[flutter_tools] handle invalid yaml in plugin dependency ( #63526 )
2020-08-11 19:31:03 -07:00
Christopher Fujino
8dcb4c338a
Fix version parsing to use git tag --points-at ( #63505 )
2020-08-11 17:29:35 -07:00
xster
df8e537f96
move compile/target sdk versions to 29 ( #62799 ) ( #63008 )
2020-08-11 14:51:02 -07:00
Greg Spencer
a344fb1e2c
Update prepare_package.dart to use the process_runner package instead having duplicate code. ( #62710 )
...
Updates the prepare_package.dart script to use the process_runner package (which is where the ProcessRunner implementation was moved to).
2020-08-11 14:44:57 -07:00
Jonah Williams
49fac9a885
[flutter_tools] add more error context to tree shaker failure ( #63446 )
2020-08-11 11:44:03 -07:00
Jonah Williams
c86d090e6f
[flutter_tools] add --null-assertions flag for debugging with null safety ( #63416 )
2020-08-11 11:36:03 -07:00
James D. Lin
ec58182b3b
[flutter tools] Make SizeAnalyzer support .apk files that don't use libapp.so ( #63250 )
2020-08-10 21:06:05 -07:00
Michael Klimushyn
cb69bbb4d5
Remove unused l
and --isolate-filter
tools ( #63336 )
2020-08-10 10:51:04 -07:00
Adam Bahr
5cf3c8728c
Update "shortcut icon" to "icon" ( #63154 )
2020-08-07 21:26:03 -07:00
Ming Lyu (CareF)
99ea866247
update packages ( #63017 )
2020-08-06 16:21:05 -07:00
Nolan Scobie
43c1b34cf5
Add punctuation for unterminated sentences in doc comments ( #62755 )
...
* Add punctuation for unterminated sentences in doc comments
* Addressing review nit
2020-08-06 19:18:52 -04:00
Jenn Magder
0aafdf9aa9
Change minimum iOS version from 8.0 to 9.0 ( #62902 )
2020-08-06 13:46:15 -07:00
stuartmorgan
f534d6e669
Add flutter_engine.cc to Windows wrapper build ( #62999 )
2020-08-05 19:26:05 -07:00
Chris Yang
c9cd825fca
[flutter_tools] flutter version reports picks up release versions ( #63019 )
2020-08-05 15:20:27 -07:00
Jonah Williams
762d9f7f4e
[flutter_tools] warn when main library is relocated ( #62930 )
2020-08-05 15:11:15 -07:00