22 Commits

Author SHA1 Message Date
Eric Seidel
2f7934a79f Roll versions in preparation for publishing
Publishing sky to fix sky_tool.

https://github.com/domokit/mojo/issues/262

TBR=johnmaccutchan@google.com

Review URL: https://codereview.chromium.org/1205653002.
2015-06-23 12:19:09 -07:00
Eric Seidel
8a5bd9b676 Roll versions in preparation for deploying a new SkyDemo.apk
TBR=abarth@chromium.org

Review URL: https://codereview.chromium.org/1197113003.
2015-06-22 11:36:42 -07:00
Adam Barth
d59f88b826 Port sky_home to the new SkyView world
R=ianh@google.com, eseidel@chromium.org

Review URL: https://codereview.chromium.org/1178293004.
2015-06-12 16:53:29 -07:00
Adam Barth
ede4797da8 Add the ability for Sky content to trigger Android intents
We can use these intents to move the demo launcher to the new world.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1187583002.
2015-06-12 13:43:01 -07:00
Eric Seidel
b164b86e35 Teach roll_versions.py how to update CHANGELOG.md files.
This is feature creep.  But it was simple and fun. :p

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1175393002.
2015-06-11 12:48:33 -07:00
Eric Seidel
b3949716cc Add a roll_versions.py script and roll versions once.
This isn't perfect, since it makes non-minimal modifications
to the yaml and xml files.  In the yaml case it sorts the keys
and in the xml case it doesn't do the fancy attribute wrapping,
but this seems good enough to use.

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

Review URL: https://codereview.chromium.org/1179633003.
2015-06-10 16:16:52 -07:00
Eric Seidel
5c33736d67 Update versions in preparation for making a new sky release.
I'm starting to spec out a script to make these updates for me
but for now I'm still doing these by hand.

TBR=johnmccutchen@google.com

Review URL: https://codereview.chromium.org/1170863007.
2015-06-10 13:40:41 -07:00
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