Adam Barth
cb62071882
Merge pull request #2669 from abarth/two_level
...
[rename fixit] TwoLevelSublist left->leading, center->title
2016-03-14 12:38:14 -07:00
Hixie
74b117fe8b
Update .analysis_options to link to blocking bugs
...
Also, some minor cleanup in activity.dart, though much more is
needed (see https://github.com/flutter/flutter/issues/2668 ).
2016-03-14 12:28:06 -07:00
Adam Barth
89987fc040
[rename fixit] TwoLevelSublist left->leading, center->title
2016-03-14 12:24:58 -07:00
Devon Carew
d44a70bc85
add more type annotations
2016-03-14 12:06:19 -07:00
Ian Hickson
9bc4deed1a
Merge pull request #2664 from Hixie/less-dynamic
...
Remove some more 'dynamic's
2016-03-14 11:33:06 -07:00
Hans Muller
3480d8db98
Merge pull request #2597 from HansMuller/toolbar
...
Added AppBarBehavior.under, etc
2016-03-14 11:17:44 -07:00
Hixie
4e6b287881
Remove some more 'dynamic's
2016-03-14 11:11:41 -07:00
Hans Muller
23d7a23e48
Added AppBarBehavior.under, etc
2016-03-14 10:56:59 -07:00
Ian Hickson
bedd8e9131
Merge pull request #2650 from Hixie/always_always_specify_types
...
Even more types
2016-03-14 10:44:05 -07:00
Ian Hickson
62f3124e66
Fix generic method syntax.
2016-03-14 10:33:01 -07:00
Devon Carew
5fb315141b
Merge pull request #2658 from devoncarew/drive_command
...
change the description of the drive command
2016-03-14 10:27:01 -07:00
Devon Carew
b84ba91cd6
Merge pull request #2657 from devoncarew/tool_ui
...
misc tool ui changes
2016-03-14 10:14:41 -07:00
Devon Carew
d0afabc358
change the description of the drive command
2016-03-14 09:48:02 -07:00
Ian Hickson
d745e20853
Even more types
2016-03-14 09:41:54 -07:00
Devon Carew
4daee0cc0d
misc tool ui cleanup
2016-03-14 09:41:00 -07:00
Devon Carew
229253f43e
Merge pull request #2649 from devoncarew/rename_update
...
update a field ref in playfair
2016-03-12 19:30:30 -08:00
Devon Carew
799d3114e9
update a field ref in playfair
2016-03-12 19:22:04 -08:00
Adam Barth
db261ff80f
Merge pull request #2648 from abarth/rename_fixit2
...
Execute rename fixit (Part 2)
2016-03-12 18:46:13 -08:00
Adam Barth
d5b2e2a01c
[rename fixit] Flex alignments
...
* justifyContent -> mainAxisAlignment
* alignItems -> crossAxisAlignment
* FlexJustifyContent -> MainAxisAlignment
* FlexAlignItems -> CrossAxisAlignment
Fixes #231
2016-03-12 18:33:47 -08:00
Adam Barth
5e1af2f37e
[rename fixit] DismissDirection left -> endToStart, right -> startToEnd
...
Removes an LTR bias in DismissDirection.
Fixes #2562
2016-03-12 18:33:47 -08:00
Adam Barth
ede5dfce30
[rename fixit] ToolBar -> AppBar
...
* left -> leading (Removes an LTR bias)
* center -> title (Widget was actually centered)
* right -> actions (Removes an LTR bias, asymmetric with leading)
Fixes #2348
2016-03-12 18:33:47 -08:00
Adam Barth
e48c822ce3
[rename fixit] left -> leading, right -> trailing
...
The terms "left" and "right" have an LTR bias. Instead, we now use
"leading" and "trailing", for these list and grid decorations so that
we can later rearrange them to match the reading order.
Fixes #2540
Fixes #2548
2016-03-12 17:31:01 -08:00
Adam Barth
6a2edbbff5
[rename fixit] ItemsSnapAlignment -> PageableListFlingBehavior
...
Fixes #2448
2016-03-12 17:18:31 -08:00
Adam Barth
9b9ad3db17
[rename fixit] RouteBuilder -> BuildContext
...
Fixes #2353
2016-03-12 17:18:31 -08:00
Devon Carew
f13314867c
Merge pull request #2645 from devoncarew/platform_constants
...
rename the platform constants
2016-03-12 12:46:55 -08:00
Adam Barth
bb0d11be38
Merge pull request #2646 from abarth/rename_fixit
...
Execute rename fixit
2016-03-12 12:41:14 -08:00
Adam Barth
95fc5ae070
[rename fixit] *Component* -> *Widget*
...
This patch renames StatelessComponent to StatelessWidget and
StatefulComponent to StatefulWidget.
Fixes #2308
2016-03-12 12:34:05 -08:00
Adam Barth
892063ac69
[rename fixit] createFlingScrollSimulation -> createScrollSimulation
...
Fixes #2233
2016-03-12 12:33:40 -08:00
Adam Barth
726eff4953
[rename fixit] *OneChild* -> *SingleChild*
...
Fixes #1482
2016-03-12 12:33:39 -08:00
Adam Barth
e71bd77e4f
[rename fixit] EdgeDims -> EdgeInsets
...
Fixes #1382
2016-03-12 12:33:38 -08:00
Adam Barth
7ba1960518
[rename fixit] ThemeData#text -> textTheme
...
Fixes #1278
2016-03-12 12:32:37 -08:00
Devon Carew
3ce1685d6d
update comments for android abi
2016-03-12 11:47:50 -08:00
Adam Barth
b5923f9282
[rename fixit] Painter -> RenderObjectPainter
...
Fixes #774
2016-03-12 11:37:39 -08:00
Adam Barth
d78b78c494
[rename fixit] scrollAnchor -> anchor
2016-03-12 11:35:37 -08:00
Adam Barth
e9b8f4450b
[rename fixit] scrollDirection -> mainAxis
...
Fixes #581
2016-03-12 11:35:24 -08:00
Adam Barth
19f615fc2f
[rename fixit] MultiChildLayoutDelegate#isChild -> hasChild
...
Fixes #459
2016-03-12 11:13:10 -08:00
Adam Barth
44c4e930d1
[rename fixit] GestureArena -> GestureArenaManager
...
Also, change the keys to be explicitly pointer ids.
Fixes #202
2016-03-12 11:13:02 -08:00
Devon Carew
79d6bf6d08
Merge pull request #2644 from devoncarew/project_creation
...
add an atom launch config to the starter app
2016-03-12 11:12:07 -08:00
Devon Carew
e939b152af
rename the platform constants
2016-03-12 11:08:21 -08:00
Devon Carew
5b383a0353
Merge pull request #2643 from devoncarew/fix_adb_forward
...
fix a regression in adb forward
2016-03-12 11:00:08 -08:00
Devon Carew
ce9111b591
fix a regression in adb forward
2016-03-12 10:41:34 -08:00
Devon Carew
e67b67680b
Merge pull request #2631 from devoncarew/fix_app_delete
...
fix a launch issue when the user has deleted the app
2016-03-12 10:34:56 -08:00
Devon Carew
6d19fd1fce
add an atom launch config to the starter app
2016-03-12 07:09:07 -08:00
Ian Hickson
c7ad846d98
Merge pull request #2640 from Hixie/origin/always_specify_types
...
Enable always_specify_types lint
2016-03-12 00:46:10 -08:00
Hixie
6795efacab
Enable always_specify_types lint
...
And fix the zillion issues that uncovered.
2016-03-12 00:37:31 -08:00
Ian Hickson
b36ac83307
Merge pull request #2641 from Hixie/revert-bad-commit
...
Revert "Merge pull request #2639 from Hixie/always_specify_types"
2016-03-12 00:36:15 -08:00
Ian Hickson
43b0104114
Revert "Merge pull request #2639 from Hixie/always_specify_types"
...
This reverts commit f41b3411da35929b09009e47cb52474389e42874, reversing
changes made to e33d8d96212f3e337a6660f1eb1118bffc945bf5.
This was a bad check-in due to my mangling uploading a new version of the branch from a different machine.
This reverts https://github.com/flutter/flutter/pull/2639 and will be replaced by https://github.com/flutter/flutter/pull/2640
2016-03-12 00:34:37 -08:00
Ian Hickson
f41b3411da
Merge pull request #2639 from Hixie/always_specify_types
...
Almost enable always_specify_types lint
2016-03-12 00:20:51 -08:00
Ian Hickson
e33d8d9621
Merge pull request #2634 from Hixie/strong-mode
...
Enable strong mode again.
2016-03-11 21:58:55 -08:00
Hixie
d162d98c79
Enable always_specify_types lint
...
And fix the zillion issues that uncovered.
2016-03-11 18:27:32 -08:00