Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
61e65b74
Commit
61e65b74
authored
Nov 06, 2012
by
Andrew McKinney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release notes for v130
Change-Id: I235bebb0ca87b70968e8288028659d7a5bda5c1d
parent
a06cbf10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
0 deletions
+62
-0
appinventor/docs/ReleaseNotes.html
appinventor/docs/ReleaseNotes.html
+62
-0
No files found.
appinventor/docs/ReleaseNotes.html
View file @
61e65b74
...
...
@@ -37,6 +37,68 @@
<div
class=
"content-body"
>
<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>
<ul>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment