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 d8db70af1a9b43e17a0b94fe096f464c49484cfb.
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 eee154affbce8a4d69ee4dbfed332edc7550d264.
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
Alexander Aprelev
6502a1bed9
Report hot reload statistics. ( #26039 )
...
* Report hot reload statistic
* Lints
* Introduce custom dimensions identifiers to track hot reload stats
2019-01-05 07:34:02 -08:00
Stanislav Baranov
acdd9206aa
Improve message when saving compilation training data. ( #26084 )
2019-01-04 11:57:32 -08:00
Stanislav Baranov
b57499e704
Friendlier messages when using dynamic patching ( #25863 )
2019-01-03 16:18:36 -08:00
KyleWong
85ded44139
Optimize cocoapods logic in flutter doctor. ( #25872 )
2019-01-02 19:57:03 -08:00
Stanislav Baranov
bacaab9795
Allow dynamic patches without a patch number. ( #25796 )
...
Unique patch numbers are mainly useful for canary and A-B testing, but otherwise complicate things and can now be omitted.
2018-12-27 11:57:16 -08:00
Alexander Aprelev
52bd2ccb8b
Report devfs stats ( #25586 )
...
* Collect devfs stats for better analytics
* Fix fields initialization
* Fix lints
2018-12-27 09:53:24 -08:00
Stanislav Baranov
6d6ada14a0
Friendlier flags for Dart compilation training. ( #25645 )
...
* Renamed --save-compilation-trace to flutter run --train.
* Renamed --precompile=<file> to --compilation-trace-file=<file>.
* In dynamic mode, made JIT snapshot the default, instead of kernel file.
2018-12-21 12:27:59 -08:00
Ian Hickson
fb88a7bfd1
Update links for China help ( #25238 )
...
We have a page on the Web page now.
2018-12-21 10:12:49 -08:00
Pranay Airan
368cd7da8b
Adding support for android app bundle - Issue #17829 ( #24440 )
...
* adding support for android app bundle.
* removing the debug statement.
* fixing formatting and code review changes.
* Revert "fixing formatting and code review changes."
This reverts commit 2041d459f335242555a0b75e445343134c245494.
* Fixing code formatting issues.
* updating review comments fixing comments and spacing.
* changing and to & to rerun the CI and tests.
* updating the comment to re-run the test
updating the comment to re-run the test
* fixing the formatting.
* updating comments to re-trigger build
updating comments to re-trigger build
2018-12-20 22:18:53 -08:00
Ian Hickson
8426910a19
Revert "[O] Remove many timeouts. ( #23531 )" ( #25646 )
...
This reverts commit 76f70810e457b7a3a39fd59f59a930b5e93c6066.
2018-12-20 18:46:36 -08:00
Ian Hickson
76f70810e4
[O] Remove many timeouts. ( #23531 )
...
* Remove many timeouts.
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.
* Get the attach tests to pass.
* Apply review comments from Todd
* More review comment fixes
* Put back the extended timeouts here now that I know why we have them...
2018-12-20 17:10:40 -08:00
Stanislav Baranov
eb7a59b6d7
Switch over to the new name for compilation trace native function ( #25594 )
...
* Switch over to the new name for compilation trace native function.
Also see: https://github.com/flutter/engine/pull/7256
* rename
* roll the engine
2018-12-20 16:07:36 -08:00
Dan Field
7a88fbc5fd
Default baseline build options ( #25631 )
...
* fix crash
* default baseline
2018-12-20 11:38:07 -08:00
Stanislav Baranov
41fd7a2b9d
Don't parse APK unless explicitly requested ( #25595 )
2018-12-20 10:08:05 -08:00
Stanislav Baranov
55f3da7afc
Flutter tool support for building dynamic updates ( #25576 )
2018-12-19 16:27:47 -08:00
xster
b17feefc9e
Remove code signing special casing for Googlers round 2 ( #24580 )
2018-12-19 14:41:21 -08:00
tonyzhao1
f8ab72657e
Flutter doctor error message lookup ( #23889 )
2018-12-19 10:10:08 -08:00
Stanislav Baranov
693fb6560e
Fix flutter tool to actually honor --build-number/--build-name flags. ( #25520 )
2018-12-18 12:54:26 -08:00
Stanislav Baranov
0d4f279fb8
Read correct cached VM snapshot in dynamic mode (PRODUCT vs RELEASE) ( #25472 )
2018-12-18 12:53:30 -08:00
Stanislav Baranov
f6c1476fbb
Fix gradle local.properties tests that were never excersized. ( #25484 )
...
These tests were actually failing, but were silently ignored due overly broad exception catching logic.
2018-12-18 10:39:27 -08:00
Danny Tuppeny
cbb168e7b9
Fix (probably) bad assert when running flutter test
with asserts and --start-paused
( #25512 )
...
Fixes #25201 .
2018-12-18 16:03:56 +00:00
Devon Carew
ba71933f58
don't warn for non-matching device discoverers ( #25440 )
...
* don't warn for non-matching device discoverers
* remove an out of date test
2018-12-17 14:54:18 -08:00