Phil Quitslund
0fe82c3a6f
Update Dart SDK to 1.19.0-dev.4.0
. ( #5329 )
2016-08-10 16:21:58 -07:00
John McCutchan
b314fa5979
Add time to frame tracking to hot run ( #5316 )
2016-08-10 14:02:44 -07:00
Jason Simmons
2075816df6
Decide whether to compress files in the FLX based on filename extensions ( #5317 )
...
Previously the FLX builder compressed assets only if they were not dynamically
generated. This meant that the license file was not compressed.
2016-08-10 12:37:09 -07:00
Hans Muller
b69a6b95c5
pathname ( #5319 )
2016-08-10 11:40:39 -07:00
Chinmay Garde
5e2f04173a
Account for updated paths during local engine builds. ( #5318 )
2016-08-10 11:30:07 -07:00
Ian Hickson
a194e59390
Support multilicense LICENSE files generically. ( #5310 )
...
Also, add a "flutter build flx --report-licensed-packages" option for
when you need to get the list of the packages affected by licenses.
2016-08-09 20:03:14 -07:00
Jason Simmons
8d5c2540ea
Create an empty zip file in ZipToolBuilder if the entry list is empty ( #5311 )
...
This can happen if you build an FLX in release mode for an app with no assets
(such as the hello_world example)
2016-08-09 15:50:17 -07:00
Devon Carew
14483586e0
make flutter run work with a pre-built apk ( #5307 )
...
* make flutter run work with a pre-built apk
* refactor to remove the buildDir param
2016-08-09 14:38:13 -07:00
Yegor
a0aa0edfc5
--trace-startup: non-zero exit code when fails; enable in iOS runtime ( #5309 )
2016-08-09 14:12:15 -07:00
John McCutchan
a8198122b8
Enable hot mode for iOS devices ( #5308 )
2016-08-09 13:02:15 -07:00
John McCutchan
9543366eab
Send asset evictions notices to Flutter framework ( #5303 )
2016-08-09 11:27:12 -07:00
John McCutchan
c13a03fac2
Add analytics for hot reload events ( #5300 )
2016-08-09 09:36:23 -07:00
Devon Carew
1d0183870b
make the apk building part of flutter run optional ( #5301 )
2016-08-09 09:03:39 -07:00
Devon Carew
4f9e329f0c
tweaks to the hot reload messages ( #5298 )
2016-08-09 07:22:32 -07:00
John McCutchan
4c1dde8d67
Add a control pipe that can trigger reloads / restarts ( #5282 )
2016-08-09 07:11:24 -07:00
Todd Volkert
6cd90028f6
Include all tools in the cache when --all-platforms is specified ( #5296 )
2016-08-08 16:18:24 -07:00
John McCutchan
487f28fdc6
Speedup devFS writing and improve status information ( #5287 )
2016-08-08 12:42:31 -07:00
Devon Carew
e3f6d1539c
update the icons for the create template ( #5286 )
2016-08-08 11:14:40 -07:00
Devon Carew
30505aef8b
support hot mode from the daemon protocol ( #5271 )
...
* support hot mode from the daemon protocol
* move method params to constructor
2016-08-05 21:09:42 -07:00
John McCutchan
0a79ffe769
Fix hot restart so that it works with iOS simulators ( #5272 )
2016-08-05 16:47:15 -07:00
Chris Bracken
49e172e54c
Limit font fallback to those in the cache dir ( #5270 )
...
This reduces dependence on machine-specific font configuration, making
tests a bit more reproducible.
2016-08-05 15:58:15 -07:00
Jason Simmons
574b2829c8
Update the sky_snapshot command line args to match the latest engine ( #5273 )
2016-08-05 15:55:43 -07:00
Chinmay Garde
21ee4b92f1
Specify the IPHONEOS_DEPLOYMENT_TARGET to 8.0. ( #5268 )
...
* Update examples to lower the deployment target on iOS.
2016-08-05 14:56:07 -07:00
Devon Carew
ce9fcb029f
remove the resident cli option ( #5263 )
2016-08-05 14:16:46 -07:00
Todd Volkert
435ad476d8
Add --all-platforms option to flutter precache
( #5254 )
2016-08-05 13:11:47 -07:00
John McCutchan
81b4e827e1
Split hot run mode into a separate file ( #5233 )
2016-08-05 12:04:33 -07:00
Eric Seidel
5a0589c781
Remove stray PRODUCT_BUNDLE_IDENTIFIER ( #5242 )
...
* Remove stray PRODUCT_BUNDLE_IDENTIFIER
This was erroneously added and overrides
the bundle for the gallery causing signing
to fail in my setup.
@chinmaygarde
* Remove PRODUCT_BUNDLE_IDENTIFIER from all Runner pbxproj's
2016-08-05 10:00:50 -07:00
Collin Jackson
d2b3976110
Alter iOS template project to be CocoaPods enabled ( #4893 )
2016-08-05 09:17:13 -07:00
Chris Bracken
0ba0127c1a
Support a user-specified observatory port in CoverageCollector ( #5217 )
2016-08-04 10:43:04 -07:00
Chris Bracken
88536859b4
Correct style in finalizeCoverage parameter list ( #5213 )
2016-08-03 19:54:33 -07:00
Chris Bracken
a1fa7c94e3
Support passing a custom coverage formatter to finalizeCoverage() ( #5208 )
2016-08-03 16:58:47 -07:00
Ian Hickson
d7fb51a551
Hot reload UI polish ( #5193 )
...
* General improvoments to the loader app:
* Show a message after 8 seconds if no connection comes in.
* Show a progress bar as files are being uploaded.
* Hide the spinner just before launching the application.
* General improvements to the "flutter run" UI:
* Add "?" key as a silent alias for "h".
* Make the help text bold so it doesn't get mixed with the logs.
* Make "R" do a cold restart when hot reload is enabled.
* Supporting features and bug fixes:
* Add support for string service extensions.
* Other bug fixes:
* Expose debugDumpRenderTree() outside debug mode.
* Logger.supportsColor was missing a getter.
* Mention in the usage docs that --hot requires --resident.
* Trivial style fixes.
2016-08-02 16:52:57 -07:00
Phil Quitslund
408e4240d0
Lint updates in flutter analysis options. ( #5130 )
...
* Adds `empty_statements` (new in `0.1.21`).
* (Re)enables `iterable_contains_unrelated_type` (fixed in linter#245).
2016-07-28 22:50:40 -07:00
John McCutchan
b11b2a1d46
Add loader screen for --hot mode ( #5113 )
2016-07-28 13:48:48 -07:00
Ian Hickson
db8ff48dd4
Omit the package names from the license text. ( #5102 )
...
This was a minor typo in the original code. It makes the license display
slightly cleaner.
2016-07-27 14:28:53 -07:00
John McCutchan
b6644733c9
Support for synchronizing assets onto a DevFS
2016-07-27 13:28:17 -07:00
pq
72de70250b
Merge branch 'dart_1.19.0-dev.0.0' of github.com:pq/flutter into dart_1.19.0-dev.0.0
2016-07-27 11:16:46 -07:00
pq
13c3f9d946
Update Dart (1.19.0-dev.0.0) and analyzer (0.27.4-alpha.19).
2016-07-27 10:44:44 -07:00
pq
4bbf72a0c8
Update Dart (1.19.0-dev.0.0) and analyzer (0.27.4-alpha.19).
2016-07-27 10:02:54 -07:00
Ian Hickson
edc548adf8
Update the license mechanism to show package names ( #5051 )
2016-07-26 13:09:47 -07:00
Devon Carew
d3cc554828
Flutter run target 2 ( #5035 )
...
* This reverts commit 5e7e7b6ea7
.
* default to lib/main.dart
2016-07-25 14:56:12 -07:00
Devon Carew
5e7e7b6ea7
Revert "make the flutter run -t target option optional ( #5029 )" ( #5032 )
...
This reverts commit 32ad81c89a
.
2016-07-25 14:05:27 -07:00
Devon Carew
32ad81c89a
make the flutter run -t target option optional ( #5029 )
2016-07-25 13:42:42 -07:00
John McCutchan
f6de2fbf2f
Fix hot reload failure handling
2016-07-22 09:51:59 -07:00
Yegor
2f77a07940
log the contents of .packages and pubspec.lock on buildbots ( #4989 )
2016-07-21 13:27:49 -07:00
John McCutchan
2f5a0dcdce
Tweaks to --hot mode
2016-07-21 11:01:06 -07:00
Hans Muller
36eb4a066f
Support for Material arc point and rect transitions ( #4938 )
2016-07-21 10:48:41 -07:00
Ian Hickson
69d78325ec
Licenses ( #4984 )
...
This makes the about page show the licenses of all the Dart packages that a Flutter app uses.
Issues that this does not yet resolve:
- I'm still working on getting the full list of licenses for the sky_engine package.
- Some of the licenses don't print very readably.
- There's no scrollbar on the license page.
I'll provide fixes for the first two in the coming days, but this should unblock anyone who is wanting to see something here, even if it's not quite complete. :-)
----
The patch makes the following changes:
- The license registry is now asynchronous, since the data comes from disk.
- I moved the default license collector from the foundation package to the services package since it uses the default asset bundle now.
- The FLX builder now includes the LICENSE files of each Dart package mentioned in the `.packages` file.
2016-07-21 09:09:48 -07:00
John McCutchan
0de691621b
Add --hot mode for flutter run
2016-07-20 14:38:25 -07:00
Yegor
8893e32821
print gen_snapshot exit code; fix a missing type annotation ( #4976 )
2016-07-19 21:07:58 -07:00