15 Commits

Author SHA1 Message Date
Eric Seidel
bd6319898b Bump versionCode of SkyDemo.apk to avoid downgrade warning.
Also teach both skydb and shelldb to ignore version downgrades
I did not change sky_tool since maybe the warning makes sense
there?

R=abarth@chromium.org, chinmaygarde@google.com

Review URL: https://codereview.chromium.org/1138343002
2015-05-13 17:34:09 -07:00
Benjamin Lerman
cd3929c139 java libraries: Fix warnings in eclipse.
R=ppi@chromium.org

Review URL: https://codereview.chromium.org/1098243003
2015-04-22 13:59:00 +02:00
Dave Moore
1d74d5f631 Add sensors application to mojo
R=qsr@chromium.org

Review URL: https://codereview.chromium.org/1093033002
2015-04-21 09:56:05 -07:00
James Robinson
1c5cac4efa Expose sky KeyboardService in android mojo_shell
R=eseidel@chromium.org, qsr@chromium.org

Review URL: https://codereview.chromium.org/1088793003
2015-04-16 17:11:15 -07:00
Eric Seidel
88587e3f32 Bump SkyDemo.apk version
Sending out a new version to fix the hittesting bug.

TBR=abarth@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1025653005
2015-03-20 12:15:35 -07:00
Eric Seidel
fb351b9ded Update SkyDemo.apk to versionCode=2 for publishing to play store.
This version updates the url it loads from /home to /sky_home
and also adds a bit of logging on 404s.

TBR=abarth@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1015243002
2015-03-18 14:25:16 -07:00
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