Adam Barth
00a00deffc
Add a test for icon opacity crash
...
Fixes #2361
2016-03-03 10:33:57 -08:00
Hans Muller
f1659e4f7a
more type parameters
2016-03-03 10:18:53 -08:00
Ian Hickson
8af3dde3af
Merge pull request #2371 from flutter/Hixie-patch-1
...
Update engine.version
2016-03-03 10:17:26 -08:00
Ian Hickson
07915983ef
Update engine.version
2016-03-03 09:48:24 -08:00
Devon Carew
d911aaa6d0
refactot the stop command to not use DeviceStore
2016-03-03 00:22:40 -08:00
Devon Carew
0fb288c575
refactor to move an ios specific class out of globals.dart
2016-03-02 21:14:11 -08:00
Adam Barth
59664e4f80
Disable test that's causing bot to hang
...
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.
2016-03-02 19:29:18 -08:00
Yegor
625dc8a98a
Merge pull request #2364 from yjbanov/driver-command-type-hierarchy
...
[driver] serialize commands to plain strings
2016-03-02 19:01:31 -08:00
Adam Barth
017b4230ed
Merge pull request #2358 from abarth/update_engine
...
Update engine
2016-03-02 18:40:48 -08:00
Adam Barth
865e3cc0ce
Update engine
...
This change brings in a new version of Mojo, which has improved Mozart
interfaces.
2016-03-02 18:32:49 -08:00
yjbanov
008785be8f
[driver] serialize commands to plain strings
...
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.
2016-03-02 18:01:16 -08:00
Yegor
60b8127155
Merge pull request #2310 from yjbanov/stocks-scroll-perf-test
...
driver.scroll action; scroll perf test for Stocks
2016-03-02 17:16:07 -08:00
yjbanov
ee184a7821
driver.scroll action; scroll perf test for Stocks
2016-03-02 17:13:49 -08:00
Yegor
cde2e1017e
Merge pull request #2354 from yjbanov/wait-for-pause-on-start
...
[driver] wait for the isolate to enter pause on start
2016-03-02 17:11:53 -08:00
Hans Muller
2fe456bf95
Merge pull request #2360 from HansMuller/fix_icon
...
Fix Icon opacity handling
2016-03-02 16:48:05 -08:00
krisgiesing
59ba45ef4d
Merge pull request #2359 from krisgiesing/scaling_quality
...
Use bilinear interpolation when scaling images
2016-03-02 16:34:28 -08:00
Hans Muller
447da939b0
fix Icon alpha handling
2016-03-02 16:33:25 -08:00
Kris Giesing
125c0673f3
Use bilinear interpolation when scaling images
...
Fixes #2337
2016-03-02 16:20:28 -08:00
Hans Muller
dc4fe52532
Merge pull request #2350 from HansMuller/tab_scroll
...
Restore scrolled tabs support
2016-03-02 16:16:59 -08:00
Hans Muller
4eae547c87
Fixed tab scrolling
2016-03-02 16:06:40 -08:00
Seth Ladd
74ffda0f14
Merge pull request #2339 from sethladd/doc
...
move the link around for flutter doc homepage
2016-03-02 16:03:29 -08:00
Yegor Jbanov
44d7a577e0
[driver] wait for the isolate to enter pause on start
2016-03-02 15:58:01 -08:00
Ian Hickson
5ccfd94871
Merge pull request #2347 from Hixie/accessible-icons
...
Hide icons in the accessibility tree.
2016-03-02 15:09:15 -08:00
Hixie
c7c730d0c0
Hide icons in the accessibility tree.
2016-03-02 14:26:52 -08:00
Adam Barth
3d9e70ea27
Merge pull request #2330 from abarth/forward_from
...
Add "form" parameter to AnimationController forward and reverse
2016-03-02 14:20:41 -08:00
Seth Ladd
a5aa250e71
move the link around for flutter doc homepage
2016-03-02 13:18:03 -08:00
Eric Seidel
e802858b49
Merge pull request #2329 from chinmaygarde/master
...
iOS Simulator: Attempt 'sideloading' the updated Flutter application if the application runner is already up
2016-03-02 13:06:27 -08:00
Devon Carew
d9d94b1691
Merge pull request #2328 from devoncarew/no_dashes
...
clean the project names used for flutter create
2016-03-02 12:36:56 -08:00
Devon Carew
4c569195f1
clean the project names used for flutter create
2016-03-02 12:36:37 -08:00
Adam Barth
c51ae28d87
Add "form" parameter to AnimationController forward and reverse
...
Fixes #2324
2016-03-02 12:05:16 -08:00
Chinmay Garde
9f4fdcb866
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.
2016-03-02 11:40:10 -08:00
John McCutchan
0d498374dc
Merge pull request #2265 from johnmccutchan/update_dart_sdk
...
Move Dart SDK to 1.15-dev.4 to support _embedder.yaml
2016-03-02 10:38:59 -08:00
John McCutchan
4e63ce529f
Move Dart SDK to 1.15-dev.4 to support _embedder.yaml
2016-03-02 10:38:45 -08:00
Adam Barth
6d2a6ff7c9
Merge pull request #2322 from abarth/analyzer_fix
...
Fix analyzer warning
2016-03-02 10:23:14 -08:00
Adam Barth
af6526f90d
Merge pull request #2320 from abarth/icon_theme_color
...
Remove IconThemeColor
2016-03-02 10:23:05 -08:00
Adam Barth
3d2e46acd2
Fix analyzer warning
2016-03-02 10:14:56 -08:00
Adam Barth
bfc39aa843
Remove IconThemeColor
...
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
2016-03-02 10:11:42 -08:00
Ian Hickson
d6441b070c
Merge pull request #2281 from Hixie/gradient
...
Convert LinearGradient and RadialGradient to fractional units
2016-03-02 10:04:32 -08:00
Hixie
cb5017d17d
Convert LinearGradient and RadialGradient to fractional units
...
Makes it easier to use without a SizeObserver
2016-03-02 09:56:37 -08:00
Yegor
f7a9fc11a1
Merge pull request #2280 from yjbanov/bump-engine-dep-3a48f9c
...
[engine] update to 3a48f9c90b6406b10d5a8a1897c147c71ccc59ba
2016-03-02 09:55:28 -08:00
Adam Barth
64a11bcfdc
Merge pull request #2315 from abarth/icon_font2
...
Switch Material Design icons to using the iconfont
2016-03-02 09:47:45 -08:00
yjbanov
ca8c3cf0ab
[engine] update to 3a48f9c90b6406b10d5a8a1897c147c71ccc59ba
2016-03-02 09:44:00 -08:00
Adam Barth
870894fc68
Switch Material Design icons to using the iconfont
...
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
2016-03-02 09:32:02 -08:00
Hans Muller
6e2d654962
Merge pull request #2311 from HansMuller/menu_divider
...
Added PopupMenuDivider, Divider
Added a Divider class and replaced uses of DrawerDivider with it.
Popup menus are now lists of PopupMenuEntry items. PopupMenuItem and PopupMenuDivider are PopupMenuEntry subclasses.
PopupMenuDivider builds a Divider.
2016-03-02 08:55:29 -08:00
Hans Muller
d8eaac42fb
Added menu dividers
2016-03-02 08:45:26 -08:00
Adam Barth
52a24840cd
Merge pull request #2306 from abarth/newtwon_import
...
Switch Newton over to using imports rather than parts
2016-03-01 15:41:03 -08:00
Adam Barth
d9061bc96e
Switch Newton over to using imports rather than parts
...
Fixes #1355
2016-03-01 14:39:55 -08:00
Adam Barth
7a2d82d0af
Merge pull request #2301 from abarth/dotdot_pattern
...
updateRenderObject() methods should use the .. pattern
2016-03-01 14:39:11 -08:00
Ian Hickson
ad1eac3202
Merge pull request #2304 from Hixie/fix-dump
...
Fix dump debugging tools
2016-03-01 14:01:46 -08:00
Ian Hickson
2c78c06136
Fix dump debugging tools
2016-03-01 13:59:58 -08:00