9 Commits

Author SHA1 Message Date
Eric Seidel
d5c07f8564 Update deploy and deploy_sdk for the new package: world.
Before this change Sky would hit 404s when trying to
load examples from domokit.github.io.

I also added a separate sky_home and updated the default
url to point to sky_home instead of home.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1016143002
2015-03-18 13:00:46 -07:00
Benjamin Lerman
0723b5dbbd Add an icon for SkyDemo (required by the play store)
R=abarth@chromium.org, eseidel@chromium.org

Review URL: https://codereview.chromium.org/1018033002
2015-03-18 16:34:40 +01:00
Adam Barth
a8cb46d567 Attempt to fix Android build
TBR=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1010213004
2015-03-17 19:51:04 -07:00
Eric Seidel
04124b7c60 Add an icon for SkyDemo (required by the play store)
This doesn't actually wire the icon into the apk building.
I will do that in a separate step from my linux machine.
It will require a couple lines edit in BUILD.gn

R=abarth@chromium.org

Committed: d782adeb18

Review URL: https://codereview.chromium.org/1013323002
2015-03-17 14:56:14 -07:00
Adam Barth
a01babc042 Implement a basic IME-aware input element
This CL introduces a new keyboard service that understands Android IME and
starts work on a Input component that interacts with this service to provide an
editing control.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/995613002
2015-03-09 16:19:56 -07:00
Adam Barth
4e1056c43f Make it possible for SkyShell embedders to register services
We now register the sensor service from SkyDemo, which shows that embedders of
SkyShell can register their own Java services.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/969753003
2015-03-02 13:33:56 -08:00
Adam Barth
e8b988e226 Expose Android sensors to via Mojo services
This CL adds a sensor_service to sky/services and wires it into SkyShell
The plan is to eventually use this data to implement shake-to-refresh.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/962043002
2015-02-27 14:37:50 -08:00
Eric Seidel
dc0b57a2e5 Don't crash when we 404.
This makes debugging that case much easier.

R=abarth@chromium.org
BUG=

Review URL: https://codereview.chromium.org/958203002
2015-02-26 15:03:40 -08:00
Adam Barth
4c771530c4 Introduce Stocks.apk
This CL renames SkyShell.apk to SkyDemo.apk and adds a Stocks.apk which
defaults to the stocks demo app. Sky Shell is now a library that can be
packaged by different APKs.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/965493002
2015-02-26 12:05:17 -08:00