Matt Perry
f7fb03c191
Merge pull request #2266 from mpcomplete/apk.tool
...
Support dynamic registration of mojo services on Android
2016-01-21 17:00:25 -05:00
Matt Perry
a82e0f6beb
Support dynamic registration of mojo services on Android
...
SkyApplication now reads service info from a services.json file bundled
with the apk. For each service, it registers a method that invokes
connectToService on a named class. This way, third party services can
register themselves.
There's a corresponding change to flutter_tools to generate this
services.json when building an apk that depends on services.
2016-01-21 16:55:51 -05:00
Adam Barth
09441005e2
Rev pub packages
2016-01-19 10:00:41 -08:00
Adam Barth
808ac1a556
Merge pull request #2275 from abarth/scale_first
...
Fix order of matrix operations
2016-01-19 09:59:56 -08:00
Adam Barth
0b66cb81fe
Fix order of matrix operations
...
When rasterzing with a non-zero left and top offset, we need to apply the scale
first so that we're translating in the correct coordinate system.
Fixes https://github.com/flutter/flutter/issues/1292
2016-01-19 09:57:26 -08:00
Ian Hickson
9401907cc1
Merge pull request #2268 from Hixie/rev
...
rev engine
2016-01-15 15:45:08 -08:00
Hixie
2165c768fb
rev engine
2016-01-15 15:43:47 -08:00
Tony Gentilcore
c54832e77d
Roll to mojo_sdk 0.2.9.
2016-01-14 15:35:26 -08:00
Adam Barth
939123fb0b
Rev pub packages
2016-01-14 09:41:57 -08:00
Adam Barth
ffce818e26
Merge pull request #2263 from abarth/raster_offset
...
Fix typo in image raster offset
2016-01-14 09:40:13 -08:00
Adam Barth
dc498c912c
Fix typo in image raster offset
...
We shouldn't plumb the "right" value into the y coordinate.
2016-01-14 09:29:34 -08:00
Adam Barth
3a3f0d6c46
Rev pub packages
2016-01-13 13:38:14 -08:00
Adam Barth
68f7a4a7e4
Merge pull request #2259 from abarth/misplaced_fab
...
Stocks FAB "+" sometimes teleports to near the top left
2016-01-13 12:37:34 -08:00
Adam Barth
6bb4c2374e
Stocks FAB "+" sometimes teleports to near the top left
...
The matrix argument to drawPicture doesn't seem to do what we want exactly.
Instead, use the normal matrix in the canvas. Also, handle cull rects with
non-zero left and top coordinates.
Fixes #1229
2016-01-13 12:31:03 -08:00
Adam Barth
4742f4ef6a
Merge pull request #2258 from abarth/flow
...
Move //sky/compositor to //flow
2016-01-12 22:42:02 -08:00
Adam Barth
e8a3a0b90c
Move //sky/compositor to //flow
...
Now that the compositor doesn't have any tricky deps, we can make it a
top-level project, which saves a bunch of typing.
2016-01-12 22:39:51 -08:00
Adam Barth
1aa853db4f
Rev pub packages
2016-01-12 10:33:52 -08:00
Adam Barth
dc07f4f040
Update versions
2016-01-11 19:57:56 -08:00
Chinmay Garde
48a1bb76b3
Merge pull request #2247 from chinmaygarde/master
...
Update Dart revision to pull in iOS fixes
2016-01-11 13:31:14 -08:00
Chinmay Garde
342c4eed5c
Update Dart revision to pull in iOS fixes
...
https://codereview.chromium.org/1571343003
2016-01-11 13:25:45 -08:00
Ian Hickson
81a5d8ecc5
Merge pull request #2245 from Hixie/rev
...
revving engine
2016-01-11 11:19:54 -08:00
Hixie
33cca6f9e2
revving engine
...
sky_engine and sky_services were somehow not aligned, so I pulled them
both up to the next highest number.
2016-01-11 11:18:35 -08:00
Adam Barth
449f46156f
Merge pull request #2238 from abarth/rev_dart
...
Update DartVM revision
2016-01-08 20:25:19 -08:00
Adam Barth
7e96de1a20
Update DartVM revision
2016-01-08 20:12:22 -08:00
Collin Jackson
90e9fa10a1
Update sky_services with new interfaces
2016-01-08 15:28:17 -08:00
Matt Perry
726283cc51
Merge pull request #2229 from mpcomplete/rev2
...
Add gcm to sky_services package. Rev engine.
2016-01-08 16:03:01 -05:00
Matt Perry
cb1a101400
Add gcm to sky_services package. Rev engine.
...
Failed to do so last update.
2016-01-08 14:49:45 -05:00
Seth Ladd
5112e8b3f8
Merge pull request #2223 from flutter/sethladd-patch-1
...
Update name and link
2016-01-07 14:27:54 -08:00
Seth Ladd
4f3b4952c2
Update name and link
2016-01-07 13:22:41 -08:00
Matt Perry
0edd3b7628
Merge pull request #2222 from mpcomplete/version
...
Bump sky services version to 0.0.76
2016-01-07 16:06:49 -05:00
Matt Perry
55c29d1fc7
Bump sky services version to 0.0.76
2016-01-07 15:50:31 -05:00
Matt Perry
76801ecf8b
Merge pull request #2214 from mpcomplete/android.build
...
Fix android BUILD.gn to match Chromium's latest.
2016-01-05 12:39:18 -05:00
Matt Perry
e9fcd133b9
Fix android BUILD.gn to match Chromium's latest.
...
Also disable proguard. It's unnecessary and breaks compilation of GCM
(in a separate patch).
2016-01-05 12:29:32 -05:00
Ian Hickson
675bd2f0bd
Merge pull request #2212 from Hixie/rev
...
rev engine
2016-01-04 13:50:11 -08:00
Hixie
1b46710b93
rev engine
2016-01-04 13:49:33 -08:00
Chinmay Garde
11e0b373d2
Update Skia revision
2016-01-04 10:20:52 -08:00
Adam Barth
b7500a9a89
Merge pull request #2208 from abarth/rm_material_build
...
Unhook packages/material_design_icons from the build
2015-12-29 23:27:46 -08:00
Adam Barth
99500de827
Unhook packages/material_design_icons from the build
...
We don't have any use for this symlink in the out directory anymore.
This patch lets us remove our fork of build/symlink.py.
2015-12-29 23:07:32 -08:00
Chinmay Garde
ac07dd9b03
Merge pull request #2190 from chinmaygarde/master
...
Revert "Roll Skia"
2015-12-16 14:25:33 -08:00
Chinmay Garde
765524ce69
Revert "Roll Skia"
...
This reverts commit 28a7f72256 .
2015-12-16 14:18:58 -08:00
Jason Simmons
bd49056266
Merge pull request #2189 from jason-simmons/engine_release_1216
...
rev engine
2015-12-16 10:54:15 -08:00
Jason Simmons
b344179dc7
rev engine
2015-12-16 10:53:54 -08:00
Jason Simmons
dcb61e0423
Merge pull request #2185 from jason-simmons/deps_patched_yasm
...
Add patched-yasm back to DEPS for use by libjpeg_turbo
2015-12-14 17:36:59 -08:00
Jason Simmons
ff45b29f99
Add patched-yasm back to DEPS for use by libjpeg_turbo
2015-12-14 17:33:05 -08:00
Jason Simmons
f93858e779
Merge pull request #2184 from jason-simmons/engine_release_1214a
...
rev engine
2015-12-14 17:00:50 -08:00
Jason Simmons
b211d60470
rev engine
2015-12-14 16:58:03 -08:00
Jason Simmons
823569ce2a
Merge pull request #2183 from jason-simmons/jpeg_bug_918
...
Revert to libjpeg_turbo
2015-12-14 16:54:09 -08:00
Jason Simmons
c2596541b7
Revert to libjpeg_turbo
...
We had switched to libjpeg, but libjpeg was failing to decode images when
built with the defines in our .gn files
2015-12-14 16:48:49 -08:00
Jason Simmons
b23f6cfd24
Merge pull request #2181 from jason-simmons/engine_release_1214
...
rev engine
2015-12-14 10:48:03 -08:00
Jason Simmons
9142d9b822
rev engine
2015-12-14 10:44:44 -08:00