4615 Commits

Author SHA1 Message Date
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
Hans Muller
7ee1ee31d1 Merge pull request #2297 from HansMuller/list_dividers
Added ListItem.divideItems() - inserts "full bleed" dividers between items
2016-03-01 13:15:43 -08:00
Hans Muller
69f9e3b2a9 Added ListItem dividers 2016-03-01 13:07:37 -08:00
Adam Barth
ac1cba59ca updateRenderObject() methods should use the .. pattern
Fixes #1381
2016-03-01 13:03:29 -08:00
Adam Barth
f3561d8035 Merge pull request #2299 from noman798/patch-1
Update update_dart_sdk.sh
2016-03-01 12:40:07 -08:00
Noman
904609024a Update update_dart_sdk.sh
in china ,
appspot is blocked,
but storage.googleapis.com can visited
2016-03-02 04:28:55 +08:00
Devon Carew
e41592d982 Merge pull request #2286 from devoncarew/validate_project_names
valdate project names in create
2016-03-01 11:38:35 -08:00
Adam Barth
6cd063bce0 Merge pull request #2294 from abarth/improve_errors
Improve the error message when calling setState during build
2016-03-01 11:22:17 -08:00
Phil Quitslund
8201015b63 Merge pull request #2285 from flutter/cassowary_cleanup
@override annotation cleanup.
2016-03-01 11:11:17 -08:00
Adam Barth
96246c1a04 Improve the error message when calling setState during build
Now we produce an error message that explains why this operation isn't
permitted by the framework.

Fixes #1925
2016-03-01 11:08:19 -08:00
Devon Carew
ebf1ecc5bd valdate project names in create 2016-03-01 11:03:59 -08:00
pq
8574e44209 @override annotation cleanup.
Added missing @override annotations (as per the `annotate_overrides` lint rule).
2016-03-01 10:00:08 -08:00
Adam Barth
9ce6bff558 Merge pull request #2279 from abarth/animation_nits
Minor improvements to AnimationController
2016-02-29 17:08:23 -08:00
Adam Barth
bf97313afb Merge pull request #2276 from abarth/detached_head
Flutter --version can't handle detached HEAD
2016-02-29 17:08:14 -08:00
Adam Barth
08de980a5a Minor improvements to AnimationController
* Makes repeat default to the lower and upper bounds
* Makes animateTo handle unbounded ranges better
* Improve the name of _TweenSimulation

Fixes #2096
Fixes #2090
Fixes #2091
2016-02-29 16:56:25 -08:00
Yegor
1f8434fa04 Merge pull request #2262 from yjbanov/find-by-tooltip
[driver] add smoke driver test; find by tooltip; retry predicate
2016-02-29 16:51:15 -08:00
Yegor Jbanov
6d35481cfa add smoke driver test; find by tooltip; retry predicate 2016-02-29 16:50:47 -08:00
yjbanov
6a1f47a532 factor out enum indexing into reusable EnumIndex 2016-02-29 16:50:47 -08:00
Adam Barth
18a2525fc8 Flutter --version can't handle detached HEAD
Handle this error condition better and tweak some of the formating for the
version string.

Fixes #2162
2016-02-29 16:25:44 -08:00
Ian Hickson
61b2657b33 Merge pull request #2273 from Hixie/stack-docs
Point Stack users to CustomMultiChildLayout.
2016-02-29 15:03:20 -08:00
Hixie
ff8d60c8dd Point Stack users to CustomMultiChildLayout. 2016-02-29 14:28:20 -08:00
Adam Barth
758de5ed10 Update engine 2016-02-29 13:10:47 -08:00
Adam Barth
4173e7e873 Merge pull request #2268 from abarth/clear_logs
Teach flutter logs to show only new logs
2016-02-29 12:51:15 -08:00
Matt Perry
1c2747ce5f Merge pull request #2269 from mpcomplete/rm.updater
Remove unused updater package.
2016-02-29 15:29:47 -05:00
Matt Perry
eaee8915e9 Remove unused updater package. 2016-02-29 15:11:20 -05:00
Adam Barth
ad718a8d1e Teach flutter logs to show only new logs
After this patch, the flutter logs command on Android shows only log messages
since the command was run. Previously, it showed historical logs, which was
confusing.

Fixes #2013
2016-02-29 12:05:07 -08:00
Hans Muller
ed34507369 Merge pull request #2261 from HansMuller/expland
Fixed a typo - Expland
2016-02-29 10:28:29 -08:00
Hans Muller
204130d221 Fixed a typo 2016-02-29 10:12:14 -08:00
Devon Carew
bcfaec9ba0 Merge pull request #2252 from devoncarew/verbose_output
Show time deltas
2016-02-28 12:19:15 -08:00
Devon Carew
4d93c376c9 improve verbose output 2016-02-27 23:36:02 -08:00