Danny Tuppeny
64a1ce011a
Change "Starting Xcode build" text to "Running xcode build" ( #27181 )
...
This status shows for the duration of the run, not just while starting. It looks kinda weird in the editors to show a progress bar for "Starting Xcode build" and then removing it once it completes.
2019-01-28 16:24:56 +00:00
Jonah Williams
91fd89e8b3
Wrap dart:convert to track utf8 decode failures ( #26650 )
2019-01-25 16:16:26 -08:00
Jonah Williams
2e8f173f7d
Add flutter_build package for codegen and version sync with tool ( #26978 )
2019-01-25 16:06:25 -08:00
Dan Field
f9e6242db9
Use mDNS to discover the device port ( #26944 )
...
* Discover port over mDNS
* opt in, only for iOS for now
2019-01-25 12:12:17 -08:00
Gary Qian
06b979c4d5
Revert "Warn when building on master channel ( #25007 )" ( #27096 )
...
This reverts commit dd65a54628
.
2019-01-25 14:27:35 -05:00
tonyzhao1
e4df6b4efc
Change the required version of adb, as older versions break hot reload. ( #24746 )
2019-01-25 10:37:46 -08:00
Jonah Williams
fa5f3da6f2
Update flutter clean to remove .dart_tool directory ( #27054 )
2019-01-25 09:30:11 -08:00
Chris Bracken
731221c3e8
Improve documentation on decodeSyslog ( #27039 )
...
It appears that the encoding Apple is using to ensure their syslog
conforms with the syslog requirement for seven-bit ASCII encoding (see:
RFC 5424) is `vis`.
Details: https://www.freebsd.org/cgi/man.cgi?query=vis&sektion=3
2019-01-25 06:34:30 -08:00
Gary Qian
b028ee142c
Revert "Experimental flags for hot reloads, fixed" ( #27059 )
...
* Revert "Make UriMapper and StdoutHandler public and add test cases (#26932 )"
This reverts commit 6cf554b0c4
.
* Revert "Update packages (#27046 )"
This reverts commit 496c57386b
.
* Revert "roll engine for TODAY bug (#27049 )"
This reverts commit 5ae6346f1d
.
* Revert "Warn when building on master channel (#25007 )"
This reverts commit dd65a54628
.
* Revert "Add experimentalBuildEnabled flag and initial shim for build_runner (#26989 )"
This reverts commit 1237ee8f63
.
* Revert "Experimental flags for hot reloads, fixed (#27043 )"
This reverts commit 2c05d08f0c
.
2019-01-24 18:37:56 -08:00
Jonah Williams
6cf554b0c4
Make UriMapper and StdoutHandler public and add test cases ( #26932 )
2019-01-24 16:17:04 -08:00
Gary Qian
dd65a54628
Warn when building on master channel ( #25007 )
2019-01-24 19:01:07 -05:00
Jonah Williams
1237ee8f63
Add experimentalBuildEnabled flag and initial shim for build_runner ( #26989 )
2019-01-24 15:59:55 -08:00
Liam Appelbe
2c05d08f0c
Experimental flags for hot reloads, fixed ( #27043 )
...
* Revert "Revert "Experimental flags for hot reloads (#26988 )" (#27037 )"
This reverts commit cf7441983e
.
* Fix analysis failures
2019-01-24 15:58:38 -08:00
Dan Field
cf7441983e
Revert "Experimental flags for hot reloads ( #26988 )" ( #27037 )
...
This reverts commit 763bf11460
.
2019-01-24 10:02:38 -08:00
Liam Appelbe
763bf11460
Experimental flags for hot reloads ( #26988 )
...
* First pass at incremental exp flags
* adkfgjh
2019-01-24 09:48:10 -08:00
Jonah Williams
1b21d69de4
Support running macOS prebuilt application ( #26593 )
2019-01-23 16:32:50 -08:00
Dan Field
19b8d2e0a9
Detect Android SDK 28/28.0.3 ( #26942 )
...
* Detect Android SDK 28/28.0.3
* revert minimumAndroidSdkVersion const change
2019-01-23 15:56:48 -08:00
Alexandre Ardhuin
66f424f0f8
fix some bad indentations ( #26921 )
...
* fix some bad indentations
* remove suspicious line
2019-01-23 15:43:27 +01:00
Jonah Williams
c1fabb9860
make FDE opt-in via the environment variable ( #26898 )
2019-01-22 18:40:13 -08:00
Dan Field
543f8924b4
Avoid calling cancel
on AnsiSpinner
more than once when building for iOS ( #26826 )
...
* Avoid calling cancel more than once
* add some missing checks for ansispinner
2019-01-21 22:41:35 -08:00
Dan Field
386f3466b5
Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46 ( #26713 )
...
* move flutter_assets to App.framework
* Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46
05fee4eee Update default flutter_assets path for iOS embedding (flutter/engine#7518 )
02205db01 Roll src/third_party/skia 5d052dac3ac1..02738a86e5fd (4 commits) (flutter/engine#7541 )
af907c074 Roll src/third_party/skia 5c7a3ac0e214..5d052dac3ac1 (7 commits) (flutter/engine#7540 )
dde286673 IWYU to get SkFontMetrics (flutter/engine#7539 )
2019-01-21 21:23:04 -08:00
Ian Hickson
31a9626c48
[O] Removing all timeouts (mark II) ( #26736 )
...
These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
2019-01-19 00:31:05 -08:00
Alexander Aprelev
07c592d901
Report early error if appropriate host local engine is not found. ( #26766 )
2019-01-18 11:26:54 -08:00
Jonah Williams
830c0dfe83
Allow attaching to profile builds ( #26720 )
2019-01-18 10:09:44 -08:00
Liam Appelbe
9eada88b3e
Experimental flags in flutter ( #26715 )
...
* exp flags in flutter
* Fix test failures
2019-01-18 09:07:14 -08:00
Stanislav Baranov
eb8219edd5
Emulator support for dynamic mode on Intel architecture ( #26565 )
2019-01-17 14:21:35 -08:00
abykov2
3c0a74ef0f
Adding a shutdown hook to HotRunnerConfig ( #26604 )
2019-01-17 08:49:02 -08:00
Kenzie Schmoll
33bfa6a7c5
Register hotRestart service in flutter_tools. ( #26669 )
...
* Register hot restart service in flutter_tools.
2019-01-17 08:28:54 -08:00
Jonah Williams
83b9497c69
do not exit tool if fuchsia workflow fails ( #26589 )
2019-01-16 17:43:01 -08:00
Dan Field
4c99958df6
Revert "Move flutter_assets to App.framework ( #26630 )" ( #26675 )
...
This reverts commit d8db70af1a
.
2019-01-16 16:46:37 -08:00
Luca Zuccarini
36a493602c
Create an injectable factory for application packages. ( #26422 )
2019-01-16 14:12:47 -08:00
Dan Field
d8db70af1a
Move flutter_assets to App.framework ( #26630 )
...
* move flutter_assets to App.framework
* remove flutter_assets references from all pbxproj files checked in
2019-01-16 14:02:54 -08:00
Vyacheslav Egorov
8f65ee9f53
Fix --build-shared-library on newer NDKs ( #26642 )
...
Newer NDKs switched to clang which by default uses system linker, instead
we need to force it to use appropriate toolchain linker by passing
-fuse-ld= command line flag.
Fixes #23458
2019-01-16 21:30:37 +01:00
tonyzhao1
3f3a829c88
Move runner directory messages to the user messages class ( #25682 )
2019-01-15 10:06:44 -08:00
Dan Field
774e8c18e3
remove ignore_for_file lints ( #26545 )
...
* remove ignore_for_file lints
* update comments
* remove example
2019-01-15 08:42:47 -08:00
Jonah Williams
3a694a6d5d
desktop workflow, devices, and test ( #26511 )
2019-01-15 07:45:04 -08:00
Alexander Aprelev
07e06171ba
Report overall and transfer timings as part of hot reload statistics, analytics. ( #26537 )
2019-01-14 12:23:09 -08:00
Stanislav Baranov
585e23173a
Friendlier flutter tool messages for dynamic mode ( #26378 )
2019-01-10 16:07:50 -08:00
Greg Spencer
dca8d36d62
Change flutter create to use master-docs.flutter.io instead of firebase URL. ( #25516 )
...
Now that we have our DNS mapping we should refer to the master docs site that way everywhere.
2019-01-10 12:55:57 -08:00
Danny Tuppeny
b16ef489e0
Add a validator to ensure NO_PROXY is set correctly if HTTP_PROXY is set ( #25974 )
...
* Add a validator to ensure NO_PROXY is set correctly if HTTP_PROXY is set
Fixes #24854 .
* Fix typo
* Dummy edit to try and force update of PR desc on Cirrus
2019-01-10 07:47:29 +00:00
Stanislav Baranov
e2c0349157
Add logic for creating rollback dynamic patches. ( #26312 )
...
Before this change, rolling back a patch relied on deleting the patch
file from the server completely. This PR implements a more reliable
approach where developer needs to create a physical rollback patch file.
This is more robust to mistakenly taking down a patch from user devices.
2019-01-09 16:43:03 -08:00
Jonah Williams
a2fa98ebaf
Add polling module discovery for Fuchsia ( #24994 )
2019-01-09 09:28:31 -08:00
Jonah Williams
32041c0c9c
Reland: Switch to dev_finder ( #26250 )
2019-01-09 09:27:56 -08:00
KyleWong
6f1d10b71a
Fix recursive link resulted flutter doctor
stucking. See : #25885 and #25870 ( #26017 )
2019-01-09 09:04:45 -08:00
KyleWong
87d6e93c46
Improve the intergrity checking for "gradle wrapper". ( #26069 )
2019-01-08 18:34:58 -08:00
Jonah Williams
985ccb6d14
Revert "Replace netls and netaddr with dev_finder" ( #26249 )
...
* Revert "Replace netls and netaddr with dev_finder (#26090 )"
This reverts commit eee154affb
.
2019-01-08 13:45:55 -08:00
Jonah Williams
eee154affb
Replace netls and netaddr with dev_finder ( #26090 )
2019-01-08 12:07:12 -08:00
Jonah Williams
891036c9b9
Prevent calls to view.uiIsolate.flutterExit on devices which do not support it ( #26201 )
2019-01-07 21:58:15 -08:00
Stanislav Baranov
e54e53c13b
Better error messages for flutter tool --dynamic flag. ( #26107 )
2019-01-07 12:24:24 -08:00
Stanislav Baranov
4b474d61c6
Put correct VM snapshot in APK, and actually precache gen_snapshot on Mac. ( #26104 )
2019-01-07 12:22:55 -08:00