Devon Carew
dcf0b7bae6
allow any android sdk version
2016-02-13 14:37:41 -08:00
Adam Barth
5a167615d3
Merge pull request #1853 from abarth/clearer_examples
...
Clean up the standalone examples
2016-02-13 11:08:09 -08:00
Adam Barth
948ae15ca5
Clean up the standalone examples
...
Our examples have been growing organically over time. This patch cleans
them up to illustrate specific aspects of Flutter.
2016-02-13 11:00:58 -08:00
Eric Seidel
744085185f
Update list formatting
2016-02-13 05:59:41 -08:00
Eric Seidel
11a363b188
Add more instructions on how to edit a recipe.
...
@abarth
2016-02-13 05:59:12 -08:00
Ian Hickson
8db6f5b127
Merge pull request #1833 from Hixie/progress-nits
...
SawTooth
2016-02-12 19:09:17 -08:00
Ian Hickson
601089ecf1
Merge pull request #1829 from Hixie/size-obs-2
...
SizeObserver crusade: drawer
2016-02-12 18:15:45 -08:00
Ian Hickson
c0c2277767
Merge pull request #1849 from Hixie/drag-horiz
...
Horizontal and Vertical Draggables
2016-02-12 17:59:35 -08:00
Collin Jackson
6c2ab9d352
Merge pull request #1847 from collinjackson/input_key
...
Don’t require global keys for Input, fixes #1828
2016-02-12 17:58:08 -08:00
Hixie
e5cf7fe37f
SizeObserver crusade: drawer
...
Drawer doesn't need a SizeObserver, since it only looks at the size
in event handlers. It can just go and probe the tree to read the size.
Also, change from using _kEdgeDragWidth to using _kWidth when figuring
out how much of the drawer to show when dragging it from the edge, since
that is more likely to match the drawer's width.
2016-02-12 17:26:52 -08:00
Ian Hickson
ca4d10d33a
Merge pull request #1820 from Hixie/rainbox
...
Expose more debugging tools in Stocks
2016-02-12 17:21:16 -08:00
Hixie
19a2f5ef74
Horizontal and Vertical Draggables
2016-02-12 17:16:39 -08:00
Collin Jackson
d4533622e1
Don’t require global keys for Input, fixes #1828
2016-02-12 16:56:10 -08:00
Eric Seidel
19e51b965a
Merge pull request #1844 from eseidelGoogle/android_tools
...
Use mojo's scripts for downloading android tools on the bots
2016-02-12 16:20:13 -08:00
Eric Seidel
eb309f10d2
Use mojo's scripts for downloading android tools on the bots
...
R=abarth@chromium.org
2016-02-12 16:18:08 -08:00
Adam Barth
f3b0136aa6
Merge pull request #1840 from abarth/rm_examples
...
Remove address_book and mine_digger
2016-02-12 15:58:58 -08:00
Adam Barth
79035979cd
Remove address_book and mine_digger
...
These examples aren't particularly good models for new Flutter apps.
2016-02-12 15:19:13 -08:00
Hans Muller
f53c1edcab
Merge pull request #1838 from HansMuller/goodbye_curly
...
Bump the flutter_gallery_assets version, rename example apk dirs to android, remove BUILD.gn files
2016-02-12 15:11:50 -08:00
Matt Perry
56c7911ac7
Merge pull request #1834 from mpcomplete/rm.gcm
...
Remove gcm package from the repository.
2016-02-12 18:08:13 -05:00
Hans Muller
8c78bf47c1
updated flutter_gallery_assets version
...
rename example apk dirs to android
removed all BUILD.gn files
2016-02-12 15:03:14 -08:00
Matt Perry
721c391885
Remove gcm package from the repository.
...
I moved it to https://github.com/mpcomplete/flutter_gcm for now.
2016-02-12 17:32:50 -05:00
Hixie
7c23ededef
SawTooth
2016-02-12 14:20:37 -08:00
Ian Hickson
5b8b981293
Merge pull request #1830 from Hixie/drag
...
Draggables were disappearing
2016-02-12 14:18:30 -08:00
Hixie
334fcbbf44
Draggables were disappearing
...
I forgot to wrap the state changing in a setState. Oops.
2016-02-12 14:03:47 -08:00
Hans Muller
57e1d2e21a
Merge pull request #1825 from HansMuller/typography_demo
...
Gallery Typography demo
2016-02-12 14:03:22 -08:00
Adam Barth
baca514f99
Merge pull request #1827 from abarth/scrollable_list_padding
...
Fix padding for ScrollableList
2016-02-12 13:59:59 -08:00
Hans Muller
8f0fd6364d
typography demo
2016-02-12 13:54:28 -08:00
Adam Barth
ad2fa5a6e7
Fix padding for ScrollableList
...
Previously we had totally wrong behavior. Now we have more correct behavior and
testing.
Fixes #1808
2016-02-12 13:39:05 -08:00
Devon Carew
adc22a3867
Merge pull request #1802 from devoncarew/update_ignores
...
update gitignore and analysis_options
2016-02-12 13:15:43 -08:00
Devon Carew
8baf7694cb
update gitignore and analysis_options
2016-02-12 13:13:05 -08:00
Devon Carew
1cbd61d3b9
Merge pull request #1824 from devoncarew/use_revision_ios
...
use the REVISION file when building ios apps
2016-02-12 13:04:29 -08:00
Ian Hickson
b00773a306
Merge pull request #1803 from Hixie/canvas-crash
...
Reenable canvas test.
2016-02-12 12:52:55 -08:00
Ian Hickson
3f04701805
Merge pull request #1826 from Hixie/size-obs-1
...
SizeObserver crusade: snap alignment
2016-02-12 12:49:04 -08:00
Jason Simmons
cdbc942753
Merge pull request #1814 from jason-simmons/mojo_toolchain_path
...
Try to locate the toolchain in the output layout used by the Flutter …
2016-02-12 12:46:43 -08:00
Hixie
fd7be69df0
SizeObserver crusade: snap alignment
...
Remove the SizeObserver you need to use snap alignment in lists by
having the lists provide the size themselves in the callback.
Also, remove snapAlignmentOffset since we couldn't figure out how to
explain it and it's not really needed.
2016-02-12 12:40:44 -08:00
Adam Barth
6c81433500
Revert "Revert "Stop Travis from uploading docs""
...
This patch again stops Traivs from uploading docs now that the new infra seems
to be better at it.
This reverts commit 196c881c5bb17dd554284a08b692c037c70c7908.
2016-02-12 12:32:21 -08:00
Devon Carew
576bf7df60
use the REVISION file when building ios apps
2016-02-12 12:21:04 -08:00
Hans Muller
0fdc8bf8c5
Merge pull request #1810 from HansMuller/color_demo
...
Gallery Colors demo
2016-02-12 12:03:48 -08:00
Hixie
a95c866bf3
Expose more debugging tools in Stocks
2016-02-12 11:41:17 -08:00
Adam Barth
196c881c5b
Revert "Stop Travis from uploading docs"
...
This reverts commit 8a45809893b1364409e696f314d74f640cc18c6d.
2016-02-12 11:39:03 -08:00
Hans Muller
78b3096126
colors demo
2016-02-12 11:31:08 -08:00
Adam Barth
f63d97f6b2
Merge pull request #1809 from abarth/rm_travis_docs
...
Stop Travis from uploading docs
2016-02-12 11:18:20 -08:00
Jason Simmons
42be77b7a9
Try to locate the toolchain in the output layout used by the Flutter Linux target
2016-02-12 11:09:22 -08:00
Ian Hickson
f8f50ae713
Merge pull request #1804 from Hixie/progress-nits
...
Clean-up around progress indicators.
2016-02-12 10:53:03 -08:00
Adam Barth
8a45809893
Stop Travis from uploading docs
...
We now upload these from Chromium infra.
2016-02-12 10:34:49 -08:00
Ian Hickson
d2c3275086
Merge pull request #1791 from Hixie/custom-paint-saves
...
Assert that custom painters balance save/restores.
2016-02-12 09:54:34 -08:00
Todd Volkert
ffcdd0d1a3
Merge pull request #1801 from tvolkert/master
...
Ignore generated/ instead of ios/
2016-02-12 09:36:51 -08:00
Hixie
2c69f2429f
Clean-up around progress indicators.
...
Move StepTween to tween.dart.
Move _buildIndicator() methods to be next to the build() methods they're
used from, so that reading the code is easier.
Fix typos, add some comments, style nits.
2016-02-12 09:28:56 -08:00
Adam Barth
78181d82e7
Merge pull request #1798 from abarth/image_cache
...
ImageCache should be a public type
2016-02-12 09:08:40 -08:00
Ian Hickson
ecdd55e4cd
Merge pull request #1796 from abarth/progress_nits
...
Fix style nits in progress_indicator.dart
2016-02-12 08:46:43 -08:00