jcollins-g
|
5fee9789e2
|
Add version information to dartdoc footer (#10844)
* Add version information to dartdoc footer
* Add final to variable declaration
* Drop toString()
|
2017-06-20 11:27:37 -07:00 |
|
Ian Hickson
|
409414265e
|
Sample code for dialogs. (#10812)
|
2017-06-19 21:10:58 -07:00 |
|
Chris Bracken
|
58fe8237d2
|
Use Xcode instruments for devicelab device lookup (#10840)
Replace use of ideviceinfo in devicelab tests with Xcode instruments
lookup.
|
2017-06-19 14:44:42 -07:00 |
|
Michael Goderbauer
|
4b957bf028
|
Keep provisioning step (#10736)
|
2017-06-15 18:23:37 -07:00 |
|
Todd Volkert
|
bd67926f84
|
Run coverage in a dedicated shard on Travis (#10755)
|
2017-06-15 17:54:45 -07:00 |
|
Seth Ladd
|
d8cb16418b
|
upload master and alpha docs to different hosts (#10707)
* upload master and alpha docs to different hosts
* include robots.txt when master
|
2017-06-14 16:29:18 -07:00 |
|
Yegor
|
480d628635
|
mark Linux tasks as stable (#10410)
|
2017-06-14 16:26:52 -07:00 |
|
Hans Muller
|
ede575a92e
|
Refactor sample catalog screenshot production (#10676)
|
2017-06-14 09:05:53 -07:00 |
|
Michael Goderbauer
|
e2d4f9242e
|
Benchmark for semantic overhead during transitions (#10678)
* Benchmark for semantic overhead during transitions
* review comments
|
2017-06-14 08:09:05 -07:00 |
|
Michael Goderbauer
|
1ad346f5c5
|
Add workaround for aapt cruncher issue to complex_layout app (#10679)
See https://github.com/flutter/flutter/issues/8986
|
2017-06-13 17:00:08 -07:00 |
|
Yegor
|
fde985b37d
|
resurrect analyzer benchmarks (#10668)
* resurrect analyzer benchmarks
* move analyzer_benchmark to the more stable linux/android
* report average rather than best result
|
2017-06-13 13:14:16 -07:00 |
|
Michael Goderbauer
|
8bf17192f6
|
Adding first semantics perf test (#10649)
* Adding first semantics perf test
* review commnts and analyzer fixes
* fix analyzer warning
|
2017-06-13 12:49:07 -07:00 |
|
Ian Hickson
|
1f4f75bb50
|
More documentation. (#10653)
|
2017-06-13 09:52:13 -07:00 |
|
Ian Hickson
|
9ac16680d2
|
Analyze sample code (#10619)
|
2017-06-12 16:52:35 -07:00 |
|
Ian Hickson
|
a84877222c
|
Run flutter_tools tests serially (#10643)
We suspect maybe recent failures are caused by race conditions from
running flutter_tools tests in parallel.
|
2017-06-12 14:50:04 -07:00 |
|
Chris Bracken
|
81eb140411
|
Mark all iOS devicelab tests flaky (#10609)
Host test runner is flaky. These should be re-enabled once the host
machine has been deflaked.
|
2017-06-09 17:30:04 -07:00 |
|
Hans Muller
|
0e4dda7736
|
Improved support for saving and restoring the scroll offset, etc V2 (#10590)
|
2017-06-08 17:20:36 -07:00 |
|
Phil Quitslund
|
95544383ef
|
Bump to Dart SDK 1.24.0-dev.6.7. (#10585)
* Bump to Dart SDK 1.24.0-dev.6.7.
* nits and fixes
|
2017-06-08 15:15:18 -07:00 |
|
Hans Muller
|
dfc7788c8e
|
update_devicelab_manifest (#10583)
|
2017-06-08 11:14:02 -07:00 |
|
Ian Hickson
|
46b316c490
|
Change RawGestureDetector API to be better for strong mode Dart. (#10553)
|
2017-06-07 18:04:46 -07:00 |
|
Hans Muller
|
1b29312ad2
|
Upload sample catalog screenshots to cloud storage (#10462)
|
2017-06-05 12:53:27 -07:00 |
|
Yegor
|
1b5b929c73
|
mark flutter_gallery_ios__transition_perf as flaky (#10420)
|
2017-05-31 15:40:14 -07:00 |
|
Yegor
|
06deba25ee
|
move more tests to Linux hosts (#10413)
* move more tests to Linux hosts
* fix test
|
2017-05-31 15:13:08 -07:00 |
|
Yegor
|
7397bb9071
|
add tests to linux hosts (#10409)
|
2017-05-31 12:43:18 -07:00 |
|
Mikkel Nygaard Ravn
|
a755ccd4e4
|
Use new project template (#10378)
|
2017-05-29 14:07:21 +02:00 |
|
Devon Carew
|
2e96550fa0
|
fix typeahead css (#10325)
|
2017-05-26 09:52:03 -07:00 |
|
yjbanov
|
b9d5327919
|
perf_tests.dart: const constructors; constructors first
|
2017-05-26 09:44:33 -07:00 |
|
yjbanov
|
f59a67707d
|
track debug build times; switch from --profile to --release
|
2017-05-26 09:44:33 -07:00 |
|
Hans Muller
|
77c07871b4
|
Updated sample app production device labs task (#10326)
|
2017-05-25 13:49:31 -07:00 |
|
Hans Muller
|
b4e41ff7d3
|
Add a devicelab task that generates sample app screenshots, etc (#10303)
|
2017-05-25 11:47:36 -07:00 |
|
jcollins-g
|
7fb798f5f1
|
Upgrade dartdoc to 0.12.0 (#10296)
* update the docs css style so the generated dartdoc matches the new flutter.io
* Change to 0.12.0 dartdoc
* Review comment
|
2017-05-25 09:42:55 -07:00 |
|
Phil Quitslund
|
f21abb6ead
|
Bump Dart SDK to 1.24.0-dev.3.0 . (#10110)
* Bump Dart SDK to `1.24.0-dev.3.0`.
* Fix (mega) gallery creation.
|
2017-05-22 10:01:22 -07:00 |
|
Ian Hickson
|
d94ae089c7
|
Give an explicit path to the flutter tool. (#10235)
Maybe this will make the test work in the device lab...
|
2017-05-22 10:00:59 -07:00 |
|
Ian Hickson
|
fbc5f74cad
|
Attempt to de-emphasise the source code section (#10215)
Fixes https://github.com/flutter/flutter/issues/9377
|
2017-05-22 09:55:40 -07:00 |
|
xster
|
40b67bb187
|
Move icons stuff from material to widget (#10192)
Moved everything icons related except the material icon button and the materialicon font list to widget
|
2017-05-21 16:57:31 -07:00 |
|
Ian Hickson
|
a2235d910c
|
Switch off my new test since it broke the build (#10231)
|
2017-05-20 11:23:19 -07:00 |
|
Ian Hickson
|
ab8202dc5a
|
Track missing dartdocs (#10213)
This will help catch when we accidentally break --dartdocs.
|
2017-05-19 21:48:51 -07:00 |
|
Ian Hickson
|
ee1db83523
|
We removed markdown a while ago. (#10184)
This will get tested once we turn on fatal errors for dartdocs.
We can't do that yet because of upstream failures.
|
2017-05-19 08:47:14 -07:00 |
|
Chris Bracken
|
d94943a9ac
|
Update integration test .gitignores to latest template (#10191)
Under android/ directory, ignore:
GeneratedPluginRegistrant.java
Under ios/ directory, ignore:
GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
Pods/
|
2017-05-18 18:47:57 -07:00 |
|
Chris Bracken
|
568bf06cc1
|
Test that view padding is applied on show keyboard (#10190)
Ensure that showing the keyboard applies padding, reducing the view
height.
|
2017-05-18 18:29:43 -07:00 |
|
mattsarett
|
5b5aa25457
|
Add manual test for color space rendering behavior (#10000)
* Add manual test for color space rendering behavior
* Remove unneeded assets
* Add test for color demo
* Drag up to scroll down
|
2017-05-18 10:07:45 -07:00 |
|
Jason Simmons
|
457b8c05df
|
Repackage manual_tests with the current project template (#10057)
See https://github.com/flutter/flutter/pull/10000
|
2017-05-15 10:40:03 -07:00 |
|
Hans Muller
|
ceab6f9784
|
Added some simple AppBar examples to the sample catalog (#9912)
|
2017-05-15 10:02:39 -07:00 |
|
Ian Hickson
|
4773a8cd4b
|
Re-enable test since underlying issue is fixed (#10008)
|
2017-05-12 15:51:13 -07:00 |
|
Chris Bracken
|
eaa9367432
|
Output commands to generate SDK version tag (#10022)
During SDK version updates, output the commands used to tag the repo
with the SDK version.
|
2017-05-12 09:29:17 -07:00 |
|
Adam Barth
|
ff0aa51326
|
Update gallery assets (#9957)
The new assets have been optipng'ed.
|
2017-05-11 23:28:25 -07:00 |
|
Chris Bracken
|
7160ecfb07
|
Mark integration_ui, integration_ui_ios tests non-flaky (#10013)
|
2017-05-11 17:20:46 -07:00 |
|
Jason Simmons
|
303d4dcbc0
|
fix an analyzer warning (#10018)
|
2017-05-11 17:09:29 -07:00 |
|
Chris Bracken
|
1dc3f88f57
|
Add -t flag to integration_ui keyboard resize test (#10012)
Update Android package name.
|
2017-05-11 15:19:44 -07:00 |
|
Chris Bracken
|
26a712cc12
|
Explicitly build ios keyboard_resize test (#10011)
Since lib/main.dart does not exist, update test to explicitly build lib/keyboard_resize.dart.
|
2017-05-11 14:55:35 -07:00 |
|