Ian Hickson
8678edfaaf
Merge pull request #2871 from Hixie/borders
...
Tweaks to Border to make it easier to subclass.
2016-03-24 11:24:18 -07:00
Ian Hickson
1949f124d1
Merge pull request #2870 from Hixie/typos
...
Fix minor typos (EdgeInsets, ImageResource)
2016-03-24 10:52:20 -07:00
Hixie
685ccfcea0
Tweaks to Border to make it easier to subclass.
...
Also, more docs. Also, expose isUniform.
2016-03-24 10:51:40 -07:00
Jason Simmons
e1b112ff88
Merge pull request #2869 from jason-simmons/gradle_send_receive
...
An example showing how to send messages between the host app and Flutter
2016-03-24 10:26:28 -07:00
Hixie
24f93f7353
Fix minor typos (EdgeInsets, ImageResource)
2016-03-24 10:20:39 -07:00
Adam Barth
f57a84b390
Merge pull request #2868 from abarth/rm_wrong_comment
...
Remove wrong comment
2016-03-24 10:17:10 -07:00
Alhaad Gokhale
ae7734ee12
Merge pull request #2861 from alhaad/run_mojo_with_url
...
Allow run_mojo command to run an app at a URL.
2016-03-24 10:10:31 -07:00
Alhaad Gokhale
58edc7ed9b
In run_mojo, rename bundlePath -> targetApp since it may not be a path.
2016-03-24 10:01:00 -07:00
Adam Barth
3ebbabdc0c
Remove incorrect comment
...
This test is no longer disabled.
Fixes #2827
2016-03-24 10:00:30 -07:00
Jason Simmons
af008749a9
An example showing how to send messages between the host app and Flutter
2016-03-24 10:00:14 -07:00
Devon Carew
7940e26b04
Merge pull request #2862 from devoncarew/less_noisy_android
...
filter some noisy messages from adb logcat
2016-03-24 09:20:20 -07:00
Devon Carew
1878c624a7
Merge pull request #2864 from devoncarew/doctor_os
...
print the os from flutter doctor
2016-03-24 09:19:41 -07:00
Devon Carew
d4185802cd
print the os from flutter doctor
2016-03-24 00:00:37 -07:00
Devon Carew
d7e4f78b26
Merge pull request #2859 from devoncarew/doctor_rework
...
re-work the doctor command
2016-03-23 23:10:13 -07:00
Devon Carew
25f332d8d7
re-work the doctor command
2016-03-23 21:12:29 -07:00
Devon Carew
017f0271b7
filter some noisy messages from adb logcat
2016-03-23 21:12:04 -07:00
Ian Hickson
4879329de4
Update README.md
...
In the spirit of "you are what you measure", let's measure some more things...
2016-03-23 21:06:37 -07:00
Adam Barth
f08b51b8ed
Merge pull request #2858 from abarth/physics_with_changing_behavior
...
Scrollable physics should be reasonable when sizes change
2016-03-23 20:18:17 -07:00
Alhaad Gokhale
35e30235f0
In run_mojo command, parse Uri scheme to decide whether app is on local
...
filesystem or not.
2016-03-23 19:11:04 -07:00
Alhaad Gokhale
c4da1da20c
Allow run_mojo command to run an app at a URL.
...
Fixes #2113
2016-03-23 17:13:47 -07:00
Adam Barth
f7f1259b7b
Scrollable physics should be reasonable when sizes change
...
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.
2016-03-23 16:14:07 -07:00
Hans Muller
1db09ffe03
Merge pull request #2857 from HansMuller/two_level_list_fixo
...
Fixed a typo
2016-03-23 16:09:18 -07:00
Hans Muller
8107d25175
fixed a typo
2016-03-23 15:54:55 -07:00
Jason Simmons
de8262f497
Merge pull request #2852 from jason-simmons/gradle_engine_src
...
Expose the engine-src-path flag in the Gradle plugin
2016-03-23 13:53:26 -07:00
Jason Simmons
d5b30f68ce
Expose the engine-src-path flag in the Gradle plugin
2016-03-23 13:33:51 -07:00
Jason Simmons
9cce0833ea
Merge pull request #2851 from jason-simmons/gradle_update_0323
...
Update SkyApplication to SkyMain in the hello_android example
2016-03-23 13:16:33 -07:00
Jason Simmons
502fbeec0a
Update SkyApplication to SkyMain in the hello_android example
2016-03-23 13:07:51 -07:00
Hans Muller
14440b145c
Merge pull request #2846 from HansMuller/two_level_list
...
TwoLevelList fails to restore sublist expanded state
2016-03-23 12:56:27 -07:00
Hans Muller
67a18fa532
TwoLevelList fails to restore sublist expanded state
2016-03-23 12:27:25 -07:00
Adam Barth
a8c108dea5
Merge pull request #2824 from abarth/update_mojo
...
Update ChildView after Mojo roll
2016-03-23 11:59:32 -07:00
Jason Simmons
e6a827e87c
Merge pull request #2847 from jason-simmons/flutter_absolute_path
...
Set FLUTTER_ROOT to an absolute path
2016-03-23 11:18:03 -07:00
Adam Barth
9f5febc8cd
Update ChildView after Mojo roll
...
The Mozart API has changed.
2016-03-23 11:05:31 -07:00
Jason Simmons
e10b74cd24
Set FLUTTER_ROOT to an absolute path
...
This implementation was taken from the Dart SDK shell scripts.
BUG=https://github.com/flutter/flutter/issues/2795
2016-03-23 10:51:23 -07:00
Ian Hickson
da88f1d01f
Merge pull request #2828 from Hixie/lru
...
Replace use of LruMap with a pure LinkedHashMap
2016-03-22 23:24:40 -07:00
Ian Hickson
924480fcda
Merge pull request #2843 from Hixie/nan-constraints
...
Handle NaNs in constraints, just in case.
2016-03-22 23:24:25 -07:00
Ian Hickson
ea04c910e7
Replace use of LruMap with a pure LinkedHashMap
...
...so that we can shed the quiver dependency in flutter's framework.
2016-03-22 23:01:31 -07:00
Ian Hickson
9eb4d15c7a
Merge pull request #2826 from Hixie/overflow
...
CustomPaint documentation
2016-03-22 22:59:13 -07:00
Ian Hickson
9356c19dce
Handle NaNs in constraints, just in case.
2016-03-22 22:53:40 -07:00
Ian Hickson
e6cffd2897
Merge pull request #2842 from Hixie/icondata-tostring
...
prettier IconData toString
2016-03-22 22:42:29 -07:00
Ian Hickson
5b090383a7
Merge pull request #2840 from Hixie/crypto92
...
Port to crypto 0.9.2
2016-03-22 22:14:21 -07:00
Ian Hickson
cde947eaf1
prettier IconData toString
2016-03-22 22:13:32 -07:00
Ian Hickson
87eb34240b
Port to crypto 0.9.2
2016-03-22 21:54:34 -07:00
Ian Hickson
942840748a
CustomPaint documentation
...
...followed all the way back to ImageCache, ImageInfo, ImageProvider,
and friends.
2016-03-22 21:36:44 -07:00
Ian Hickson
cae847dc98
Merge pull request #2835 from Hixie/RenderFractionallySizedBox-constraints
...
Rationalise the overflow render boxes
2016-03-22 17:36:13 -07:00
Hans Muller
e074af8099
Merge pull request #2837 from HansMuller/overscroll
...
Fixed VirtualViewport child key assignment
2016-03-22 14:57:55 -07:00
Hans Muller
ff424196fc
Fixed VirtualViewport child key assignment
2016-03-22 14:46:50 -07:00
Hixie
34cc0c4728
Rationalise the overflow render boxes
...
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.
2016-03-22 14:06:49 -07:00
Devon Carew
839334a599
Merge pull request #2820 from devoncarew/setup_xcodeproj
...
change how we calculate the temp dir
2016-03-22 12:34:52 -07:00
Devon Carew
1d20a90cad
change how we calculate the temp dir
2016-03-22 12:22:30 -07:00
Ian Hickson
30c4c4f784
Merge pull request #2833 from Hixie/RenderFractionallySizedBox-constraints
...
Fix RenderFractionallySizedBox's constraints logic
2016-03-22 11:03:50 -07:00