7163 Commits

Author SHA1 Message Date
Dan Rubel
737a55ef3e handle new Observatory URL (#6992) 2016-11-28 11:36:20 -05:00
Ian Hickson
27cceff20d Allow debugPaintSizeEnabled to be toggled from the runner (#7028) 2016-11-27 23:50:20 -08:00
Ian Hickson
744e89f156 More docs and other tweaks (#7026)
This fixes minor issues I ran into while using Flutter.
2016-11-27 13:50:37 -08:00
Ian Hickson
cdf2779e63 More docs for license screens (#6954) 2016-11-27 10:00:47 -08:00
Adam Barth
7c795d5fdd Update iml files (#7025)
These now match what 2016.3 expects.
2016-11-27 07:46:54 -08:00
Chris Bracken
98da192d60 Assert that time dilation is positive non-zero (#7011)
Q: What happens if we set time dilation to zero?
A: It would be bad.
2016-11-23 17:46:05 -08:00
Ryan Macnak
3912ecbe12 Roll engine to e702b9787f137c13da21cd790822da5a41df72f8. (#7010) 2016-11-23 17:23:21 -08:00
P.Y. Laligand
069d31d095 Add manifest argument for building apps on Fuchsia. (#7004) 2016-11-23 15:52:35 -08:00
Chinmay Garde
7a10db258b Update engine revision to pull in iOS build fixes. (#7005) 2016-11-23 14:18:22 -08:00
Hans Muller
2398cd9acc Remove extraneous gallery demo imports (#7002) 2016-11-23 11:08:06 -08:00
Hans Muller
e3d0544954 Report why a snackbar was closed (#6996) 2016-11-23 10:34:53 -08:00
Devon Carew
1d4292f750 filter message about front_end (#7001) 2016-11-23 09:14:46 -08:00
Ian Hickson
06ca1b3326 Revert "Revert "update vm_service_client to 0.2.2+4"" (#6919) 2016-11-23 08:50:55 -08:00
Raju Bitter
49e413407a Update AUTHORS (#6986)
@hixie told me to add me to the list, see https://github.com/flutter/flutter/pull/6833#issuecomment-260418501
2016-11-23 16:42:31 +01:00
John McCutchan
b8403c7c91 Install prebuilt iOS applications before running them (#7000) 2016-11-23 07:33:33 -08:00
Adam Barth
bb3815694c Improve the docs for CustomMultiChildLayout (#6980)
Fixes #5695
2016-11-23 00:26:14 -08:00
John McCutchan
cff02a761b Roll engine to 1235483913f5e98ba0657232e209252e754817d5 (#6993) 2016-11-22 15:21:32 -08:00
Phil Quitslund
33107212ae Bump Dart SDK to 1.21.0-dev.9.0. (#6990)
* Fixes Analysis Server regression (https://github.com/dart-lang/sdk/issues/27856).
* Adds `front_end` dependency override (required by analyzer).
2016-11-22 14:19:40 -08:00
John McCutchan
26432eba30 Boot the application directly even when hot reloading. (#6948)
- [x] Remove the two stage initial boot process.
- [x] Remove the loader screen app.
- [x] Don't report reload times for the initial reload because we are
switching from a snapshot to source and that will always be worst case.
2016-11-22 14:16:20 -08:00
John McCutchan
292ba09b22 Update the engine to e6a6808640381b580c38863536bba895016db2d7 (#6991) 2016-11-22 14:01:16 -08:00
Devon Carew
5658577475 pass through the ws debugging uri (#6989) 2016-11-22 13:18:35 -08:00
Chris Bracken
4a7531da84 Use flutter_driver test outputs dir in Gallery test (#6988) 2016-11-22 13:01:22 -08:00
Chris Bracken
c370b7de36 Add testOutputsDirectory (#6987)
Declares a top-level getter that returns the outputs directory to which
Flutter Driver tests can write any output files. Timeline data defaults
to this directory.
2016-11-22 12:26:32 -08:00
Chinmay Garde
093205806c Update engine revision. (#6969) 2016-11-22 12:24:42 -08:00
Todd Volkert
ec7c49e4b6 Introduce log filtering whitelist for iOS simulator (#6973)
#6972
2016-11-22 10:47:24 -08:00
Devon Carew
5274ffa537 update .analysis_options (#6984) 2016-11-22 09:31:55 -08:00
Hans Muller
37daf034db Make the InputContainer underline's visibility configurable (#6976) 2016-11-22 09:07:21 -08:00
Dan Rubel
4828b2c377 fix flutter tools daemon exit code check (#6981) 2016-11-22 09:36:50 -05:00
Adam Barth
e0a9c0a98a Improve Scaffold.drawer and Navigator.popUntil docs (#6977)
Fixes #6963
2016-11-21 23:36:32 -08:00
Adam Barth
8ca4caa440 Rename Flexible to Expanded and improve docs (#6978)
This patch replaces uses of Flexible with Expanded where we're using
FlexFit.tight. We still need to think of a better name for the
FlexFit.loose variant.

Also, improve the docs for Row, Column, Flex, and RenderFlex to be more
problem-oriented and to give a complete account of the layout algorithn.

Fixes #6960
Fixes #5169
2016-11-21 23:16:43 -08:00
Luke Church
a0c567f751 Add delay between writing file and modifying it (#6968)
* Add delay between writing file and modifying it

* Add type argument
2016-11-21 20:17:41 -08:00
Hans Muller
516ac574c0 Allow null DropdownButton values (#6971) 2016-11-21 16:36:19 -08:00
Yegor
23f269d854 wait for I/O operations in transitions test (#6967) 2016-11-21 14:11:38 -08:00
John McCutchan
b40b54e301 Do not process a command from the terminal if we are still processing a command (#6966) 2016-11-21 14:09:37 -08:00
John McCutchan
c1a3100e4c Remove all the Android specific special cases from the runners (#6957)
- [x] Make iOS and Android application startup paths consisitent.
- [x] Remove the now unncessary Android specific special cases from the runners.
2016-11-21 14:01:35 -08:00
P.Y. Laligand
3f600e996d Add a dependency on sky_engine on Fuchsia. (#6935)
This allows us to run the analyzer CLI on packages and correctly find dart:ui.
2016-11-21 13:53:50 -08:00
Adam Barth
1e1bed1e41 Add an example for BuildContext.ancestorStateOfType (#6953) 2016-11-21 12:29:01 -08:00
Hans Muller
39872e7df1 Combine date and time picker demos (#6933) 2016-11-21 11:49:35 -08:00
John McCutchan
98016b1c4a Cleanup application startup on Android devices (#6949)
- [x] Stop unnecessarily building the flx a second time on startup.
- [x] Stop unncessarily copying the flx to the device a second time on startup.
- [x] Remove `startBundle` and move logic into `startApp`.
2016-11-21 09:21:49 -08:00
Ian Hickson
9c1a24fa72 Reexport meta from foundation. (#6938) 2016-11-18 21:22:32 -08:00
Ian Hickson
b7c9e47111 This test previously was depending on what font was selected. (#6936) 2016-11-18 16:25:29 -08:00
Günter Zöchbauer
96ea5a4f58 proudly add myself to authors :) (#6930) 2016-11-18 12:25:01 -08:00
Hans Muller
1e76c1f811 Added backgroundColor to SnackBar (#6929) 2016-11-18 11:07:41 -08:00
Hans Muller
5ceaaeefce Add dense layout support to dropdown (#6906) 2016-11-18 10:30:58 -08:00
Günter Zöchbauer
b7f8ec667c Copy-paste error in documentation of StatefulWidget (#6923) 2016-11-18 01:03:56 -08:00
Todd Volkert
d9a0de3747 Use InternetAddress instead of String (#6922) 2016-11-17 23:07:20 -08:00
Adam Barth
49fa3f4933 Revert "update vm_service_client to 0.2.2+4" (#6918) 2016-11-17 19:54:53 -08:00
Yegor
05fdc2910b update vm_service_client to 0.2.2+4 (#6917) 2016-11-17 17:50:47 -08:00
Ian McKellar
d6e07bc419 Drop dependency on http since it doesn't work when building for Fuchsia (#6914)
We're getting rid of the http package from third_party/dart-pkg/
2016-11-17 16:01:28 -08:00
Ian Hickson
58801a0ee4 Expose the current velocity on AnimationController (#6908)
(and minor doc changes)

This will in the future allow Scrollable to not track the Simulation itself.
2016-11-17 15:59:25 -08:00