Yegor
cffd551793
log full timeline when transition test fails; print stack chain in task errors ( #6772 )
2016-11-09 15:32:22 -08:00
Yegor
d63430773c
add driver failure test ( #6776 )
2016-11-09 15:28:30 -08:00
Ian Hickson
690ec45095
Fix Material docs ( #6781 )
...
...by reverting us to an earlier dartdoc package.
Also I added a sanity test to make sure that we don't regress this again.
2016-11-09 15:16:13 -08:00
Ian Hickson
49b5701224
Minor fixes (mostly doc consistency) ( #6780 )
2016-11-09 15:05:56 -08:00
Seth Ladd
17aeb2f5e4
fix transparency bug for sidebar in mobile ( #6764 )
2016-11-08 17:29:05 -08:00
Dan Rubel
6331b6c8b5
revert args to 0.13.6 ( #6765 )
2016-11-08 17:15:11 -05:00
Chris Bracken
16ce090fde
Eliminate direct access of Typography.black/white in manual tests ( #6640 )
2016-11-01 20:34:36 -07:00
Adam Barth
70eb4929af
Stop downloading sky_services and flutter_services ( #6583 )
...
These aren't needed anymore.
2016-10-28 16:25:05 -07:00
Devon Carew
4d68eebce9
add an intellij module for the dev/devicelab package ( #6550 )
2016-10-28 17:28:58 +02:00
Yegor
80627a5ccd
unlock device before running perf test ( #6540 )
2016-10-25 18:05:53 -07:00
Yegor
33c6526462
fix frame info extraction logic; track frames in gallery test ( #6505 )
2016-10-25 11:02:18 -07:00
Yegor
4f8da89dc4
Revert "reenable dev/devicelab/test/run_test.dart ( #6364 )" ( #6378 )
...
This reverts commit 8f273e49dea9233aa2958744a2c513e23b4f3fe6.
2016-10-19 18:43:19 -04:00
Yegor
1eda886e7e
unlock device before running transition test ( #6371 )
2016-10-18 10:20:05 -07:00
Adam Barth
50ebcd1dff
Migrate RawKeyboard to platform events ( #6366 )
...
This patch moves RawKeyboard from mojom over to platform messages. In
the process, I've also cleaned up the interface substantially.
Currently raw key events are supported only on Android, but the
interfaces defined in this patch should scale up to multiple platforms.
2016-10-18 00:59:40 -07:00
Yegor
8f273e49de
reenable dev/devicelab/test/run_test.dart ( #6364 )
...
I ran the test 10 times on Linux and Mac and it succeeded
consistently. Let's reenable until there are new reports that it's
flaky.
Fixes #5901
2016-10-17 19:31:58 -07:00
Yegor
8c8be6b5df
remove engineEnterTimestampMicros from benchmark list; not useful ( #6242 )
2016-10-06 22:31:32 -07:00
Yegor
6081476458
improve devicelab docs ( #6206 )
2016-10-06 10:20:58 -07:00
Yegor
74804e6f1d
fix analyzer_server__analysis_time benchmark broken in #6093 ( #6205 )
2016-10-04 13:27:41 -07:00
Chris Bracken
38533ac8b7
Add icon update tool ( #6201 )
2016-10-04 09:52:14 -07:00
Dan Rubel
9f673ad445
flutter analyze --watch ( #6093 )
2016-10-04 08:20:24 -04:00
Adam Barth
67f97b455d
Remove ChildView widget ( #6195 )
...
This widget now lives in Mozart:
https://fuchsia.googlesource.com/mozart/+/master/lib/flutter/child_view.dart
2016-10-03 23:35:43 -07:00
Yegor
6cdab85d28
Sync test code with Cocoon ( #6129 )
...
* fix flutter watch benchmark
Syncs d2d7950ecd
* Split Android/iOS impl behind a unified interface
Syncs db87e10fa5
* Switch from pub get to flutter packages get
Syncs b378005cbb
* "silent" option in test runner; fix analysis errors;
2016-09-29 10:19:15 -07:00
Adam Barth
8a823328ca
Make animation_demo a manual test ( #6117 )
...
This demo doesn't work properly in landscape and is confusing. It's
really more of a test of the material arc code.
Fixes #5710
2016-09-29 08:59:43 -07:00
Adam Barth
6469872abd
Rename Container.align to alignment ( #6116 )
...
To match the Align widget (and several other widgets).
Fixes #6101
2016-09-28 11:17:04 -07:00
Dan Rubel
133a9c35db
extract flutter watch from flutter analyze ( #6012 )
2016-09-23 09:03:23 -04:00
Adam Barth
c1a2967430
Use SDK sources to refer to our own packages ( #6001 )
...
Switch our pubspec.yamls to using SDK sources so that we can have consistent
source types when we depend on these packages from external packages using SDK
sources.
2016-09-22 20:39:35 -07:00
Ian Hickson
92af333eb6
Update docs for benchmarks ( #5999 )
...
We changed how `flutter run --release` works (it quits without showing
logs now, since it can't tell when the app closes).
2016-09-22 14:26:24 -07:00
Adam Barth
d3efe7da5e
Remove flutter_sprites ( #5996 )
...
This code is now in its own standalone library. The library is in a private git
repository in the flutter organization because the code is unmaintained. If
you're interested in using and maintaining this code, please contact
flutter-dev@googlegroups.com for more information.
2016-09-22 10:54:06 -07:00
Devon Carew
8755e569ca
suppress pub override warning; decouple the analyzer versions ( #5991 )
...
* suppress warning; decouple the analyzer versions
* also pass in --no-packages-dir
2016-09-22 07:40:38 -07:00
James Robinson
a95c9fdb58
Isolate imports of generated Dart code from generated path ( #5960 )
...
This rewrites imports of various mojom.dart files from the Flutter
engine repo to instead import normal-looking dart files from the
(new) flutter_services package. This package handles exporting the
correct symbols from generated code wherever that may live.
Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5
which contains the new flutter_services package.
2016-09-21 14:00:29 -07:00
Dan Rubel
3f025e0ddf
remove ignore unawaited_future comments ( #5959 )
2016-09-21 08:35:04 -04:00
Adam Barth
42dee0be27
Rename DefaultTextStyle.inherit to merge ( #5974 )
...
For consistency with IconTheme and TextStyle.merge.
Fixes #4652
2016-09-20 18:49:46 -07:00
Ian Hickson
4f0eff31bc
Fix crash when a RenderObject tree is rooted in a non-RenderObject environment ( #5933 )
2016-09-20 14:14:05 -07:00
Ian Hickson
6a60608588
add readme for complex_layout benchmark ( #5948 )
2016-09-20 10:39:31 -07:00
Dan Rubel
d65460e7a5
cleanup unawaited futures lints ( #5945 )
2016-09-20 07:32:09 -04:00
Dragoș Tiselice
eafe1c7a4e
Renamed Positioned constructor. ( #5927 )
...
Renames stretch constructor to fill for better consistency with
the rest of the framework.
2016-09-19 10:46:06 -07:00
Yegor
921287b412
migrate hot reload benchmark to the new devicelab framework ( #5878 )
2016-09-19 10:03:26 -07:00
Dragoș Tiselice
51cd8b6799
Added a stretch Positioned constructor. ( #5894 )
...
Fixes #5835 .
2016-09-16 15:59:01 -07:00
Phil Quitslund
fffde14f64
Update tools to use analyzer from vended Dart SDK. ( #5900 )
...
* Update tools to use `analyzer` from vended Dart SDK.
* updates `flutter_tools` and `flutter_test` to use the SDK-vended `analyzer` package
* tweaks dependency tracking logic to only record the SDK-vended `analyzer` so as not to crash on spurious conflicts (due to transitive dependencies)
* Review fixes.
2016-09-16 11:06:17 -07:00
Yegor
1ba1562293
move CI tests into the main repo ( #5758 )
2016-09-14 13:22:53 -07:00
Ian Hickson
411db2d587
Tabs occasionally tried to setState after dispose ( #5784 )
...
Fixes https://github.com/flutter/flutter/issues/5776
2016-09-09 14:25:34 -07:00
Ian Hickson
1f15e06e45
Handle stateful widgets in layout builders. ( #5752 )
...
Previously, if a StatefulWidget was marked dirty, then removed from the
build, then reinserted using the exact same widget under a widget under
a LayoutBuilder, it wouldn't rebuild.
This fixes that.
It also introduces an assert that's supposed to catch SizeObserver-like
behaviour. Rather than make this patch even bigger, I papered over two
pre-existing bugs which this assert uncovered (and fixed the other
problems it found):
https://github.com/flutter/flutter/issues/5751
https://github.com/flutter/flutter/issues/5749
We should fix those before 1.0 though.
2016-09-07 14:45:19 -07:00
Devon Carew
22fe5db91a
peg dartdoc to a specific version ( #5644 )
...
* peg dartdoc to a specific version
* add some documentation
* apply the fix to dev/bots/docs instead
2016-08-29 16:20:18 -07:00
Seth Ladd
f28cf64127
ios launcher icons with more padding, optimized ( #5470 )
2016-08-18 10:16:10 -07:00
Seth Ladd
2326f55281
use transparent android launcher icons ( #5442 )
...
* use transparent android launcher icons
* revert stocks icons
2016-08-17 09:05:01 -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
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
Hans Muller
4fe80830ca
Use updated appbar background assets ( #5248 )
2016-08-05 09:02:34 -07:00
Hans Muller
3a7508d702
New gallery identity ( #5210 )
2016-08-04 11:07:59 -07:00
Ian Hickson
1aeea6263a
Fix some misuse of types ( #5197 )
...
Thanks to @leafpetersen for catching these.
2016-08-03 13:18:41 -07:00