24470 Commits

Author SHA1 Message Date
Adam Barth
a6f0c97a22 Merge pull request #2046 from abarth/background_compilation
Enable background compilation
2016-02-19 13:10:10 -08:00
Adam Barth
b7ee5980ea Enable background compilation 2016-02-19 13:06:55 -08:00
Chinmay Garde
2772f203ca Merge pull request #2045 from chinmaygarde/master
Always generate legal UTIs for project identifiers.
2016-02-19 12:36:30 -08:00
Chinmay Garde
670bf871e2 Merge pull request #1969 from chinmaygarde/master
iOS: Misc tooling updates
2016-02-19 12:30:36 -08:00
Chinmay Garde
f6a2477dce Always generate legal UTIs for project identifiers. 2016-02-19 12:30:18 -08:00
Chinmay Garde
9ed4e417d0 Fix flutter_tools tests 2016-02-19 11:48:39 -08:00
Chinmay Garde
512f5764bd Add an issue template for Github 2016-02-19 11:37:05 -08:00
Chinmay Garde
b37112af2a Rewrite Local.xcconfig per build
In case the user changes the path of the Flutter project on disk, the Dart SDK or the Flutter repository itself, the old Xcode paths would be invalid. Now, we rewrite them when we build the project.
2016-02-19 11:37:05 -08:00
Chinmay Garde
df946dd875 iOS: Treat the initial Info.plist string as a mustache template.
Use the project name to initialize the bundle name and identifier
2016-02-19 11:37:05 -08:00
Jason Simmons
5009f44a62 Merge pull request #2029 from jason-simmons/font_custom_load
Generate a font manifest JSON file from flutter.yaml
2016-02-19 10:23:48 -08:00
Jason Simmons
59351a79e4 Generate a font manifest JSON file from flutter.yaml 2016-02-19 10:05:14 -08:00
Hans Muller
9323d4edbf Merge pull request #2021 from HansMuller/tooltip
Tooltip Gallery demo
2016-02-19 08:39:49 -08:00
Hans Muller
f989d3b855 Tooltip gallery demo 2016-02-19 08:27:16 -08:00
Adam Barth
e63bcc2a90 Merge pull request #2023 from abarth/rm_service_registry
Remove ServiceRegistry
2016-02-18 20:12:15 -08:00
Adam Barth
09dbd9e76d Remove ServiceRegistry
We don't need this anymore now that we have Mozart. The engine recently
stopped support it also.
2016-02-18 20:01:10 -08:00
Adam Barth
2087bb08fa Rev engine 2016-02-18 19:47:41 -08:00
Hans Muller
be109ddf0f Merge pull request #2012 from HansMuller/grid_tile
Added GridTile

Simplify creating grid tiles with GridTileBar headers or footers.
2016-02-18 16:25:43 -08:00
Hans Muller
5070d94243 Added GridTile 2016-02-18 16:08:54 -08:00
Devon Carew
bde44417b9 Merge pull request #2010 from devoncarew/create_command
make the '-o' option in create optional
2016-02-18 14:52:29 -08:00
Devon Carew
0da7463ef0 make the '-o' option in create optional 2016-02-18 14:33:59 -08:00
Hans Muller
242fce055d Merge pull request #1975 from HansMuller/grid_list_demo
Added GridTileBar, grid list gallery demo


Added GridTileBar - support for adding headers and footers to grid tiles.

Added a material gallery scrollable grid demo.

Fixes #1554
Fixes #1979
2016-02-18 10:25:59 -08:00
Hans Muller
8cfe31f5e8 Added GridTileBar, grid gallery demo 2016-02-18 10:13:36 -08:00
Yegor
f073f6b5a3 Merge pull request #1842 from yjbanov/flutter-driver
flutter_driver package
2016-02-17 18:11:49 -08:00
yjbanov
439aadf4e4 move to pub version of vm_service_client 2016-02-17 18:02:18 -08:00
Yegor Jbanov
b0e4559459 add flutter_driver package
This commit contains:

- FlutterDriver API for e2e tests usable in conjunction with package:test
- FlutterDriverExtension to be enabled by the application in order to
  allow an external agent to connect to it and drive user interactions and
  probe into the element tree
- initial implementations of tap, findByValueKey and getText commands (to
  be expanded in future PRs)
2016-02-17 18:02:18 -08:00
P.Y. Laligand
d93a87ee12 Merge pull request #1971 from pylaligand/operator
Added a few operators to the Velocity class.
2016-02-17 16:28:05 -08:00
P.Y. Laligand
a6c4927b27 Added a few operators to the Velocity class.
#1968
2016-02-17 15:58:19 -08:00
Adam Barth
91fa3701da Merge pull request #1974 from abarth/relative_pub
Teach flutter to run from a relative path
2016-02-17 15:19:30 -08:00
Adam Barth
73449f80bb Teach flutter to run from a relative path
Previously we were trying to run pub from the wrong working directory.
2016-02-17 15:11:02 -08:00
Viktor Lidholt
49c0ec3402 Merge pull request #1946 from vlidholt/master
Adds dialog for completed workout in Fitness demo
2016-02-17 10:39:04 -08:00
Viktor Lidholt
9576ce4399 Adds dialog for completed exercise in Fitness demo 2016-02-17 10:14:44 -08:00
Viktor Lidholt
ecfc303270 Correctly calculates gravity in particle systems 2016-02-17 10:14:44 -08:00
Devon Carew
ccf08e98de Merge pull request #1958 from devoncarew/more_validation
More work on validation
2016-02-17 09:40:46 -08:00
Devon Carew
d5a6fceee5 add a summary option to the doctor class 2016-02-17 09:33:45 -08:00
Hans Muller
dc68728548 Merge pull request #1959 from HansMuller/grid_layout_update
Updated grid.dart
2016-02-17 09:15:34 -08:00
Hans Muller
ec6ed72e6a updated per review feedback 2016-02-17 08:38:40 -08:00
Devon Carew
c832aff1ad Merge pull request #1957 from devoncarew/rename_in_readmes
rename some flutter command references in readmes
2016-02-17 08:04:10 -08:00
Devon Carew
04eee82dd2 rename some flutter command references in readmes 2016-02-17 07:34:59 -08:00
Devon Carew
6a6b6539c8 Merge pull request #1947 from devoncarew/less_ios
make the ios development path less mandatory
2016-02-17 00:48:00 -08:00
Devon Carew
7ae6f7f391 make the ios development path less mandatory 2016-02-17 00:38:47 -08:00
Adam Barth
a5d5ff1b3a Merge pull request #1952 from abarth/revert_bundle
Revert "iOS: Treat the initial Info.plist string as a mustache templa…
2016-02-16 21:28:08 -08:00
Adam Barth
90d53adea9 Revert "iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier"
This reverts commit dd4361bcb3973404d1eedec5c2f93fad28c39504.

We still use the hard-coded name in a number of places, including
launching the app on the iOS simulator.

Fixes #1950
2016-02-16 21:20:00 -08:00
Chinmay Garde
1dd74a301f Merge pull request #1944 from chinmaygarde/master
Update the regex used to filter out Flutter specific logs
2016-02-16 18:56:33 -08:00
Chinmay Garde
ce009e4fa4 Merge pull request #1943 from chinmaygarde/master
Perform an engine version check on start and update the Xcode project if necessary
2016-02-16 18:09:25 -08:00
Chinmay Garde
9f0e6537fb Update the regex used to filter out Flutter specific logs 2016-02-16 18:07:00 -08:00
Chinmay Garde
36a7c6576c Perform an engine version check on start and update the Xcode project if necessary 2016-02-16 17:47:25 -08:00
Chinmay Garde
77103c01cd Merge pull request #1941 from chinmaygarde/master
iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier
2016-02-16 17:42:42 -08:00
Chinmay Garde
dd4361bcb3 iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier 2016-02-16 17:29:36 -08:00
Adam Barth
db7294206a Merge pull request #1940 from abarth/improve_android_sdk
Improve error message when Android SDK not found
2016-02-16 17:11:14 -08:00
Adam Barth
bef8d081ed Improve error message when Android SDK not found
Also, look for the Android SDK in the default locations.
2016-02-16 17:02:52 -08:00