Alexandre Ardhuin
b670ce4bcc
prefer const constructor ( #7118 )
2016-12-01 09:43:08 -08:00
Hans Muller
7667a3f8eb
DropdownButton hint ( #7114 )
2016-12-01 07:27:14 -08:00
Dan Rubel
a9584e1214
Handle new observatory url ( #7061 )
...
* reapply handle new Observatory URL changes
Fixes https://github.com/flutter/flutter/issues/6843
* allow non numeric IPv4 addresses
Fixes https://github.com/flutter/flutter/issues/7051
2016-11-30 20:29:04 -05:00
Hans Muller
ba4ae45e6f
Scaffold backgroundColor ( #7104 )
2016-11-30 15:50:23 -08:00
Adam Barth
f960215167
Remove unneeded analyzer ignores ( #7109 )
...
We don't need these anymore.
2016-11-30 14:54:01 -08:00
Phil Quitslund
c2e965fd07
Bump to Dart SDK 1.21.0-dev.11.0 ( #7101 )
...
Last full push to dev before `1.21` stable.
2016-11-30 10:27:58 -08:00
Todd Volkert
df675f45ee
Fix Fuchsia build ( #7105 )
2016-11-30 10:06:48 -08:00
Adam Barth
56f4fe42fd
Improve showSnackBar docs ( #7092 )
...
Fixes #6915
2016-11-30 09:55:17 -08:00
Hans Muller
57d5de8459
Fix label text wrapping in expansion panels gallery demo ( #7103 )
2016-11-30 09:52:54 -08:00
Michael Beckler
28bfbd6c58
Changed DefaultTextStyle to consider the TextTheme defined in the context for Bottom Nav Bar ( #7042 )
...
* Changed DefaultTextStyle to consider the TextTheme defined in the context
* added regression test for bottom nav bar text themes
* added second regression test for fixed navbar
2016-11-30 09:51:49 -08:00
Jason Simmons
ee5a80a6af
Remove obsolete references to "flutter refresh" in hello_services ( #7093 )
...
Fixes https://github.com/flutter/flutter/issues/6947
2016-11-30 09:49:43 -08:00
Hans Muller
e05dcc9c71
Remove extraneous gallery demo scrollable keys ( #7098 )
2016-11-30 08:47:22 -08:00
Todd Volkert
60b19b2035
Create abstraction layer for dart:io's Process commands ( #7100 )
...
With this change, they're run via instance methods on an object
obtained through the context. This will allow us to substitute
that object in tests with replay/record versions to allow us to
mock out the os-layer in tests.
2016-11-30 08:42:42 -08:00
Luke Church
0924b020ec
Skip failing input tests ( #6965 )
...
* Skip failing input tests
* Only skip on Mac OS
2016-11-30 07:10:19 +00:00
Collin Jackson
f0c7f5a942
Support for overriding Gallery feedback menu item behavior ( #7091 )
2016-11-29 17:47:39 -08:00
Hans Muller
440ddef69e
Regression tests should verify that debug are not set ( #7090 )
2016-11-29 15:17:51 -08:00
Phil Quitslund
94de7e30b3
Bump Dart SDK to 1.21.0-dev.10.0. ( #7065 )
2016-11-29 12:52:35 -08:00
John McCutchan
618030e044
More AppContext cleanups ( #7073 )
2016-11-29 11:22:48 -08:00
P.Y. Laligand
f1938c60af
Fix building Fuchsia apps. ( #7071 )
...
Started failing at 0b737ac57b071df65761f164913ece6db0a85804.
2016-11-29 09:57:58 -08:00
John McCutchan
f27b0611f4
Handle SIGUSR1/SIGUSR2 spamming gracefully ( #7069 )
2016-11-29 09:56:38 -08:00
Hans Muller
ab0fdd7227
removed debugPrintFoo debris ( #7067 )
2016-11-29 09:26:34 -08:00
Hans Muller
1e90810566
Pesto favorite Recipe FAB should respond to taps within the app bar ( #7059 )
2016-11-29 09:02:20 -08:00
John McCutchan
0b737ac57b
Remove default AppContext and cleanup globals ( #6999 )
2016-11-29 07:54:20 -08:00
Todd Volkert
1d2f7e3c02
Rev engine ( #7062 )
2016-11-28 21:47:40 -08:00
Adam Barth
8d87e66f2a
Defunct RawKeyboardListeners shouldn't receive events ( #7058 )
2016-11-28 14:18:30 -08:00
Dan Rubel
fcf41fc737
revert handle new Observatory URL ( #7056 )
...
737a55ef3e
2016-11-28 16:15:19 -05:00
Adam Barth
f36b218ed3
Remove ChildSceneLayer ( #7052 )
...
This Fuchsia-specific code is moving into Fuchsia itself.
2016-11-28 12:28:08 -08:00
Chris Bracken
c4afe9589b
Add getRenderTree() to Flutter Driver ( #7007 )
...
Returns a dump of the application's render tree.
2016-11-28 11:11:03 -08:00
Seth Ladd
dba0e3f6ae
a welcome message in gallery ( #7048 )
...
because this is the most full-featured sample we have.
2016-11-28 10:56:44 -08:00
Collin Jackson
9f3c3fd2dc
Fix #7029 nested .gitignore breaks ios projects ( #7045 )
2016-11-28 10:02:00 -08:00
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