Commit 61e65b74 authored by Andrew McKinney's avatar Andrew McKinney

Release notes for v130

Change-Id: I235bebb0ca87b70968e8288028659d7a5bda5c1d
parent a06cbf10
...@@ -38,6 +38,68 @@ ...@@ -38,6 +38,68 @@
<h2>Release Notes</h2> <h2>Release Notes</h2>
<h3>Version 130, November 6, 2012</h3>
<ul>
<li>Updated Twitter component with latest version of
twitter4j. Fixing bug that makes some numerical replies
from Twitter fail.
</li>
<li>
Modified texting component to work with Wifi. This
solution using Google Voice. It requires users to
sign up online for Google Voice and to download and
install the Google Voice mobile application.
</li>
<li>
Added zipalign tool to the packaging process allowing
applications to be placed in the play store.
</li>
<li>
Added Progress bar, allowing for the monitoring of the
application build process.
</li>
<li>
Modified the Blockseditor so that it now connects and works with the
Samsung Galaxy S III.
</li>
<li>
Fixed Full Screen Video to work with older android versions.
</li>
<li>
Added speed and heading to callback for Sprite.Flung and Canvas.flung.
<li>
Migrated FusiontablesControl to the new V1 API library.<p>
The implementation follows V1 migration guide:<br>
https://developers.google.com/fusiontables/docs/v1/migration_guide
<p>
The main changes are:
<br>
* The API has a new URL: https://www.googleapis.com/fusiontables/v1/query<br>
* Oauth 2.0 authentication is used with an API key. Developers must now
register with Google and get an API key.<br>
* The Google AccountManager is used to select an account and obtain
an access_token that is used in all queries. (Similar to old approach)<br>
* Google API client libraries are used in the implementation.<br>
* The new API uses GET, POST differently than deprecated API.<br>
* All queries use the client library's Sql object to make the actual requests.
This is similar to the deprecated version.<br>
* A new method, SendQuery, is added to perform API v1 requests. The updated
FusiontablesControl is backwards compatible. Previously written
program, using DoQuery, will still work until the end of the year.
</li>
<li>
Added transition animations to screens.
</li>
<li>
Added caching of Message of the Day messages.
</li>
<li>
We also made minor User Interface improvements and bugfixes.
</li>
</ul>
</h3>
<h3>Version 129, September 11, 2012</h3> <h3>Version 129, September 11, 2012</h3>
<ul> <ul>
<li>Resize-able and Full Screen Video support. You <li>Resize-able and Full Screen Video support. You
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment