- 23 Mar, 2016 20 commits
-
-
Adam Barth authored
Previously, when the content extent changed during a scroll interaction, we'd stop the current scroll interaction and reset the scroll offset. Now we try to continue the scroll interaction (e.g., drag, fling, or overscroll) even through the underlying scroll behavior has changed. For physics-based scroll interactions, we keep the current position and velocity and recompute the operative forces. For drag interactions, we keep the current position and continue to let the user drag the scroll offset. After this patch, we still disrupt non-physical scroll animations that are operating outside the new scroll bounds because it's not clear how we can sensibly modify them to work with the new scroll bounds.
-
Jason Simmons authored
Update SkyApplication to SkyMain in the hello_android example
-
Jason Simmons authored
-
Hans Muller authored
TwoLevelList fails to restore sublist expanded state
-
Hans Muller authored
-
Adam Barth authored
Update ChildView after Mojo roll
-
Jason Simmons authored
Set FLUTTER_ROOT to an absolute path
-
Adam Barth authored
The Mozart API has changed.
-
Jason Simmons authored
This implementation was taken from the Dart SDK shell scripts. BUG=https://github.com/flutter/flutter/issues/2795
-
Ian Hickson authored
Replace use of LruMap with a pure LinkedHashMap
-
Ian Hickson authored
Handle NaNs in constraints, just in case.
-
Ian Hickson authored
...so that we can shed the quiver dependency in flutter's framework.
-
Ian Hickson authored
CustomPaint documentation
-
Ian Hickson authored
-
Ian Hickson authored
prettier IconData toString
-
Ian Hickson authored
Port to crypto 0.9.2
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
...followed all the way back to ImageCache, ImageInfo, ImageProvider, and friends.
-
Ian Hickson authored
Rationalise the overflow render boxes
-
- 22 Mar, 2016 13 commits
-
-
Hans Muller authored
Fixed VirtualViewport child key assignment
-
Hans Muller authored
-
Hixie authored
New RenderAligningShiftedBox abstract class for render boxes with "alignment", which as of now is: - RenderPositionedBox - RenderConstrainedOverflowBox (ex RenderOverflowBox) - RenderSizedOverflowBox - RenderFractionallySizedOverflowBox (ex RenderFractionallySizedBox) (The respective widgets are Align, OverflowBox, SizedOverflowBox, and FractionallySizedBox. They haven't been renamed.) Also I added some toString details.
-
Devon Carew authored
change how we calculate the temp dir
-
Devon Carew authored
-
Ian Hickson authored
Fix RenderFractionallySizedBox's constraints logic
-
Hixie authored
Fixes https://github.com/flutter/flutter/issues/2735
-
Jason Simmons authored
Provide APIs for exchanging messages with the host application
-
Jason Simmons authored
Update the engine
-
Hans Muller authored
Fix Fast Fling Failure
-
Jason Simmons authored
-
Hans Muller authored
-
Chinmay Garde authored
Use the artifacts store for iOS assets
-
- 21 Mar, 2016 7 commits
-
-
Jason Simmons authored
-
Jason Simmons authored
Update engine.version to get the ApplicationMessages interface
-
Chinmay Garde authored
-
Jason Simmons authored
-
Chinmay Garde authored
Dont differentiate between ios_arm and ios_x64 in flutter_tools
-
Chinmay Garde authored
All artifacts for iOS are universal.
-
Devon Carew authored
don't wait for the observatory if the app didn't start
-