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
b135b7e9
Commit
b135b7e9
authored
May 04, 2012
by
Andrew McKinney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added troubleshooting issue in docs and added releasenotes.
parent
4894f3c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
78 additions
and
0 deletions
+78
-0
appinventor/docs/ReleaseNotes.html
appinventor/docs/ReleaseNotes.html
+75
-0
appinventor/docs/learn/troubleshooting.html
appinventor/docs/learn/troubleshooting.html
+3
-0
No files found.
appinventor/docs/ReleaseNotes.html
0 → 100644
View file @
b135b7e9
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
content=
"App Inventor for Android"
name=
"description"
/>
<meta
content=
"Android, Blocks App Inventor, Mobile, Phone, IDE"
name=
"keywords"
/>
<title>
Known issues - App Inventor for Android
</title>
<link
href=
"/static/images/appinventor-16.png"
rel=
"SHORTCUT ICON"
type=
"image/ico"
/>
<link
href=
"/static/images/appinventor-16.png"
rel=
"icon"
type=
"image/png"
/>
<link
href=
"/static/css/appinventor.css"
rel=
"stylesheet"
/>
<script
src=
"http://www.google.com/js/gweb/analytics/autotrack.js"
>
</script>
<script>
var
tracker
=
new
gweb
.
analytics
.
AutoTrack
({
profile
:
'
UA-5856106-2
'
});
</script>
<script
language =
"JavaScript"
src=
"/static/scripts/HeaderAndFooter.js"
></script>
<style>
img
.c6
{
border-width
:
0
}
div
.c5
{
clear
:
left
;}
div
.c4
{
float
:
left
;
width
:
600px
;
height
:
500px
;}
img
.c3
{
width
:
60px
;
height
:
60px
;
border
:
1px
solid
#efefef
;}
div
.c2
{
float
:
right
;
width
:
300px
;
margin
:
0
20px
0
20px
;
padding
:
10px
10px
10px
10px
;
height
:
300px
;
background
:
#efefef
url('/static/images/sidepanel-bg.png')
top
left
repeat-x
;}
div
.c1
{
clear
:
both
;}
</style>
</head>
<body>
<script
language =
"JavaScript"
>
createHeader
(
'
<div id="navigation-breadcrumb"> Known issues >
'
);
</script><br>
<div
id=
"aiac"
>
<div
class=
"main-container"
>
<div
class=
"customhr customhr-gray"
>
</div>
<div
class=
"content"
>
<div
class=
"content-body"
>
<h2>
Release Notes
</h2>
<h3>
Version 125
</h3>
<ul>
<li>
Added ability for apk's created with this version of AppInventor, to be uploaded to Google Play.
<li>
Fixed Searching in documentation.
<li>
launch_buildserver script now accepts command line arguments
<li>
Fixed numerous issues in the documentation pages.
<li>
App Inventor should now work better with IE9
<li>
Fixed signout link
<li>
Added a Shape property to the Button component
<li>
Fixed orientation sensor documentation bug
<li>
Made changes to make Button FontSize dynamic
<li>
Updated notepad.jnlp to fix broken link.
<il>
Made the "/learn", "/about", and "/forum" subtrees not require login.
<il>
Added some minor logging improvements.
</ul>
</div>
</div>
<div
class=
"footer"
>
<script
language =
"JavaScript"
>
createFooter
();
</script><br>
<div
class=
"footer-lastupdate"
>
<script>
if
(
document
.
lastModified
!=
''
)
{
var
m
=
"
Page last updated:
"
+
document
.
lastModified
;
var
p
=
m
.
length
-
8
;
document
.
writeln
(
"
<center>
"
);
document
.
write
(
m
.
substring
(
p
,
0
));
document
.
writeln
(
"
<
\
/center>
"
);
}
</script>
</div>
</div>
</div>
</div>
</body>
</html>
appinventor/docs/learn/troubleshooting.html
View file @
b135b7e9
...
...
@@ -599,6 +599,9 @@ There is a known issue with certain virus protection software, in particular the
</a>
for a list of supported media formats. Warning: Not all WAV files are PCM/WAV.
</p>
<b>
Hello Purr does not work on my Lenovo A1 Tablet -- the meow.mp3 file won't play.
</b>
<p>
Change your blocks to use the Player component instead of the Sound component.
</p>
<h2>
<a
name=
"Keystore"
>
Keystores and Signing of Applications (".apk" files)
...
...
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