Commit 5774165c authored by Jeffrey I. Schiller's avatar Jeffrey I. Schiller

Release notes for v131 Release.

Change-Id: I154498f51b496eb6d2922a8e492dc78e11bc25c5
parent 8762cfa9
......@@ -37,6 +37,39 @@
<div class="content-body">
<h2>Release Notes</h2>
<h3>Version 131, December 10, 2012</h3>
<ul>
<li>
Image Picker is updated to permit selecting images
both from the camera and from other Photo Albums
accessible from the device. It also copies the
selected image to a file on the SD card and
returns the path to that file as is “image”
argument to AfterPicking.
</li>
<li>
Camcorder component: Minor modification to where
recorded videos are stored. Now stored in the
Camcorder default location.
</li>
<li>
Bugfixes and Cleanup work on the Texting Component.
</li>
<li>
Fix to buildserver that on occasion resulted in
packages that required external libraries (such as
Texting and Fusion Tables) to not have the correct
libraries included. Note: This was fixed in v130c
patch release as well.
</li>
<li>
Notifier component fixed to display reasonable
sized fonts on both older and newer versions of
Android.
</li>
</ul>
<h3>Version 130, November 9, 2012</h3>
<ul>
<li>
......@@ -64,29 +97,29 @@
Modified Texting component.<p>
The main changes are:
<ul>
<li>Now works 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. The mobile application is used
for incoming messages. For outgoing messages the application uses
Google AccountManager to authenticate the user and then uses their
<li>Now works 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. The mobile application is used
for incoming messages. For outgoing messages the application uses
Google AccountManager to authenticate the user and then uses their
Google Voice account to send messages.</li>
<li>Applications that include the revised component can receive text messages
even when they are not running, with the user being notified on the status
<li>Applications that include the revised component can receive text messages
even when they are not running, with the user being notified on the status
bar of incoming messages.</li>
<li>Component now uses OAuth2Helper, same as used in FusiontablesControl.</li>
</ul>
<p>
</li>
<li>Updated Twitter component with latest version of
twitter4j. Fixing bug that makes some numerical replies
<li>Updated Twitter component with latest version of
twitter4j. Fixing bug that makes some numerical replies
from Twitter fail.
</li>
<li>
Added zipalign tool to the packaging process allowing
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
Added Progress bar, allowing for the monitoring of the
application build process.
</li>
<li>
......
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