4991 Commits

Author SHA1 Message Date
Ian Hickson
9129891e96 Merge pull request #2772 from flutter/Hixie-patch-1
Update engine.version
2016-03-17 18:08:39 -07:00
Ian Hickson
54e80ff9d3 Merge pull request #2771 from Hixie/position-perf-overlay
Fix position of the overlay
2016-03-17 18:08:33 -07:00
Ian Hickson
7ee14a8da3 Update engine.version
Blocked on https://github.com/flutter/flutter/pull/2771
2016-03-17 17:28:08 -07:00
Hixie
9d1b1df6f3 Fix position of the overlay
Now that the overlay actually respects the position we give it, put it
somewhere where the keyboard won't overlap it.
2016-03-17 17:26:34 -07:00
Ian Hickson
bf42da35b2 Merge pull request #2753 from Hixie/binding-docs
Add some docs for people looking at bindings
2016-03-17 17:25:45 -07:00
Ian Hickson
a7490422de Merge pull request #2760 from Hixie/stack-docs
Improve Stack documentation.
2016-03-17 17:25:39 -07:00
P.Y. Laligand
fce6ecf699 Merge pull request #2770 from pylaligand/typos
Fixed some typos.
2016-03-17 17:07:49 -07:00
Devon Carew
458129b415 Merge pull request #2767 from devoncarew/check_android_n
handle android n in the android sdk
2016-03-17 16:59:33 -07:00
Adam Barth
d38a0db3d9 Merge pull request #2764 from abarth/use_draw_paragraph
Use Canvas#drawParagraph
2016-03-17 16:53:04 -07:00
Devon Carew
99b70dab62 handle android n in the android sdk 2016-03-17 15:30:47 -07:00
Matt Perry
ca8dbe902a Merge pull request #2763 from mpcomplete/tabs
Material: Fix selected tab indicator animation.
2016-03-17 17:39:03 -04:00
John McCutchan
7e2df44084 Merge pull request #2707 from johnmccutchan/sniff_service_protocol_port
Sniff service protocol port from device
2016-03-17 14:24:35 -07:00
Matt Perry
b20113eec5 Material: Fix selected tab indicator animation.
- The indicator no longer goes crazy when you select another tab while
  it's animating.
- The indicator's trailing edge lags behind the trailing edge, giving it
  a neat stretchy feel.

BUG=https://github.com/flutter/flutter/issues/1617
BUG=https://github.com/flutter/flutter/issues/1955
2016-03-17 17:23:28 -04:00
Adam Barth
c9d3217c3b Use Canvas#drawParagraph
We'll eventually remove Paragraph#paint.

Fixes #2694
2016-03-17 13:45:35 -07:00
Hixie
1d699b2146 Improve Stack documentation. 2016-03-17 13:28:58 -07:00
Adam Barth
50a249e3ec Merge pull request #2761 from abarth/update_engine2
Update engine
2016-03-17 13:21:43 -07:00
Adam Barth
5d01d2db57 Update engine 2016-03-17 13:11:29 -07:00
John McCutchan
83e6ee36a0 Sniff service protocol port from device 2016-03-17 11:44:16 -07:00
Devon Carew
69f6630ad5 Merge pull request #2758 from devoncarew/listen_update
update listen to work w/ ios devices
2016-03-17 11:13:41 -07:00
Devon Carew
882f849ccd update listen to work w/ ios devices 2016-03-17 10:42:48 -07:00
Adam Barth
23a7604829 Add a bool to indicate whether we're in MojoShell
In MojoShell, we can connect to other applications. This patch adds a bool that
clients can use to check whether that feature is available without needing to
try to connect to an application.
2016-03-17 10:17:47 -07:00
Hixie
de8ba53076 Add some docs for people looking at bindings 2016-03-17 09:52:52 -07:00
Devon Carew
80423ae922 Merge pull request #2751 from devoncarew/print_on_pub_failures
show failures with the initial pub get
2016-03-17 09:51:59 -07:00
P.Y. Laligand
6f8c103e27 Fixed some typos. 2016-03-17 09:39:16 -07:00
Devon Carew
5d09dfad41 show failures with the initial pub get 2016-03-17 08:40:42 -07:00
Devon Carew
18c8f57739 Merge pull request #2747 from devoncarew/refactor_build
Refactor the build commands
2016-03-17 08:11:29 -07:00
Devon Carew
f8374cd966 consolidate build commands under the 'build' command 2016-03-17 07:22:41 -07:00
Adam Barth
67b3ce63b2 Merge pull request #2746 from abarth/dependent
Fix spelling of dependents
2016-03-16 20:14:49 -07:00
Adam Barth
7db4f8df9c Fix spelling of dependents
Noticed in #2733
2016-03-16 19:50:03 -07:00
Ian Hickson
2b825dc3c6 Merge pull request #2742 from Hixie/rendering-docs
Flesh out rendering library top-level docs
2016-03-16 15:01:40 -07:00
Hixie
a4ee70c075 Flesh out rendering library top-level docs 2016-03-16 14:46:14 -07:00
Ian Hickson
0e743b620e Merge pull request #2736 from flutter/Hixie-patch-1
Update engine.version
2016-03-16 13:34:33 -07:00
Ian Hickson
3c4fc0fced Update engine.version 2016-03-16 12:44:21 -07:00
Adam Barth
e1f0d8c974 Merge pull request #2727 from abarth/within_rect
Use FractionalOffset for gradients
2016-03-15 22:16:08 -07:00
Adam Barth
42c1f62928 Merge pull request #2726 from abarth/implicitly_animated_widget
Rename AnimatedWidgetBase -> ImplicitlyAnimatedWidget
2016-03-15 19:41:39 -07:00
Adam Barth
502a4ae078 Use FractionalOffset for gradients
These were using Offsets, but they're really FractionalOffsets.

Fixes #2318
2016-03-15 19:30:41 -07:00
Adam Barth
303837c19f Rename AnimatedWidgetBase -> ImplicitlyAnimatedWidget
The previous name was confusingly similar to AnimatedWidget, which is
for explicit animations.
2016-03-15 18:43:42 -07:00
Adam Barth
0eea48c8bd Merge pull request #2724 from abarth/drag_down2
Tapping drawer during animation causes it to stick
2016-03-15 16:51:47 -07:00
Adam Barth
a710676d5f Tapping drawer during animation causes it to stick
The problem was we were using a tap gesture to stop the motion of the
drawer and a drag gesture to settle it. That can cause a broken
lifecycle. Now we use a single drag recognizer to drive the whole
lifecycle.

Fixes #775
Fixes #1276
2016-03-15 16:43:34 -07:00
Collin Jackson
98636d5ba5 Merge pull request #2720 from collinjackson/axis_alignment
Change SizeTransition API to take a double instead of FractionalOffset for alignment
2016-03-15 16:06:35 -07:00
Collin Jackson
68aad28653 Change SizeTransition API to take a double instead of FractionalOffset for alignment 2016-03-15 15:54:10 -07:00
Adam Barth
c0b2b1c739 Merge pull request #2712 from abarth/global_key_docs
Improve dartdoc for GlobalKey
2016-03-15 15:29:05 -07:00
Adam Barth
5a92e2d0da Improve dartdoc for GlobalKey
Fixes #2708
2016-03-15 15:05:14 -07:00
Adam Barth
ea19aca9ba Merge pull request #2711 from flutter/krisgiesing-typo
Update CONTRIBUTING.md
2016-03-15 14:51:31 -07:00
Andrew Wilson
55978ace7a Merge pull request #2719 from apwilson/engine
Update Engine Version to 5e68565d713cbb89e0d60e4c635cf7a9e4b2b855
2016-03-15 14:50:33 -07:00
Andrew Wilson
05950ca06a Update Engine Version to 5e68565d713cbb89e0d60e4c635cf7a9e4b2b855 2016-03-15 14:41:53 -07:00
Collin Jackson
376c69dbb8 Merge pull request #2714 from collinjackson/colors_list
Provide a list of Material design primary and accent color swatches
2016-03-15 14:14:29 -07:00
Collin Jackson
baa1e7ee23 Provide a list of Material design primary and accent color swatches 2016-03-15 13:58:45 -07:00
krisgiesing
3dfdf4b0e2 Update CONTRIBUTING.md 2016-03-15 13:16:48 -07:00
Devon Carew
dac1d4a15f Merge pull request #2706 from devoncarew/update_daemon
minor update to flutter daemon
2016-03-15 11:41:36 -07:00