- 03 Mar, 2016 18 commits
-
-
Adam Barth authored
We don't need this anymore.
-
Ian Hickson authored
Update engine.version
-
Ian Hickson authored
-
Adam Barth authored
This test causes the buildbot to hang. We don't currently have any hang protection, which means this test ends up killing the bot. Disable the test for now why we work on the root issues.
-
Yegor authored
[driver] serialize commands to plain strings
-
Adam Barth authored
Update engine
-
Adam Barth authored
This change brings in a new version of Mojo, which has improved Mozart interfaces.
-
yjbanov authored
Turns out VM service only accepts flat parameter name/value pairs. It only worked this far because vm_service_client (mistakenly) uses JSON encoder to encode parameters. This change separates the Command type hierarchy from that of Result and tightens type constraints on Command object parameters.
-
Yegor authored
driver.scroll action; scroll perf test for Stocks
-
yjbanov authored
-
Yegor authored
[driver] wait for the isolate to enter pause on start
-
Hans Muller authored
Fix Icon opacity handling
-
krisgiesing authored
Use bilinear interpolation when scaling images
-
Hans Muller authored
-
Kris Giesing authored
Fixes #2337
-
Hans Muller authored
Restore scrolled tabs support
-
Hans Muller authored
-
Seth Ladd authored
move the link around for flutter doc homepage
-
- 02 Mar, 2016 22 commits
-
-
Yegor Jbanov authored
-
Ian Hickson authored
Hide icons in the accessibility tree.
-
Hixie authored
-
Adam Barth authored
Add "form" parameter to AnimationController forward and reverse
-
Seth Ladd authored
-
Eric Seidel authored
iOS Simulator: Attempt 'sideloading' the updated Flutter application if the application runner is already up
-
Devon Carew authored
clean the project names used for flutter create
-
Devon Carew authored
-
Adam Barth authored
Fixes #2324
-
Chinmay Garde authored
iOS Simulator: Attempt 'sideloading' the updated Flutter application if the application runner is already up * This makes the turnaround times < 2 seconds on the iOS simulator. * Also bumps the engine to use the new engine required to support the flags.
-
John McCutchan authored
Move Dart SDK to 1.15-dev.4 to support _embedder.yaml
-
John McCutchan authored
-
Adam Barth authored
Fix analyzer warning
-
Adam Barth authored
Remove IconThemeColor
-
Adam Barth authored
-
Adam Barth authored
This enum doesn't make sense anymore now that we can arbitrarily colorize icons. Instead, we just use a Color, which is both simpler and can be interpolated during animations. Fixes #1279
-
Ian Hickson authored
Convert LinearGradient and RadialGradient to fractional units
-
Hixie authored
Makes it easier to use without a SizeObserver
-
Yegor authored
[engine] update to 3a48f9c90b6406b10d5a8a1897c147c71ccc59ba
-
Adam Barth authored
Switch Material Design icons to using the iconfont
-
yjbanov authored
-
Adam Barth authored
Rather than managing all the Material Design icons manually, we now manage them using an icon font. The icon font contains glyphs for each icon in an efficient vector format. This patch updates the FLX tooling to include the MaterialIcons font and updates the Icon widget to use the font instead of asset images. Fixes #2313 Fixes #2218 Fixes #2009 Fixes #994
-