Skip to content

Commit d5aaf59

Browse files
committed
Add google verification page, bump android version
1 parent e352a81 commit d5aaf59

File tree

3 files changed

+12
-306
lines changed

3 files changed

+12
-306
lines changed

_build/pages/android_changelog.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Android Changelog
55
[Home](/) > [Articles](/pages/articles.html)
66
:::
77

8+
**0.12.14 (28 September 2018)**
9+
10+
- Fix error message when command "LINE INPUT" attempts to read a non open file
11+
- Fix crash when attempting to load an image from a failed network connection
12+
813
**0.12.13.1 (13 September 2018)**
914

1015
- Fix problem with SEQ command

google3bd9cffc35466e5d.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google3bd9cffc35466e5d.html

pages/android_changelog.html

+6-306
Original file line numberDiff line numberDiff line change
@@ -1,306 +1,6 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>SmallBASIC | android_changelog</title>
8-
<meta name="description" content="SmallBASIC | One more basic">
9-
<link rel="canonical" href="/android_changelog.html">
10-
<link rel="keywords" href="android_changelog">
11-
<link rel="stylesheet" href="/css/style.css">
12-
<link rel="icon" type="image/png" href="/images/sb-desktop-32x32.png">
13-
<script>
14-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
15-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
16-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
17-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
18-
ga('create', 'UA-116317669-1', 'auto');
19-
ga('send', 'pageview');
20-
</script>
21-
</head>
22-
<body>
23-
<div class="wrapAll clearfix">
24-
<div class="sidebar">
25-
<div class="logo">
26-
<a href="/"><img src='/images/sb-desktop-128x128.png' alt="logo"></a>
27-
</div>
28-
<div class="navigation">
29-
<h4>SmallBASIC</h4>
30-
<ul>
31-
<li><a href="/">Main page</a></li>
32-
<li><a href="/pages/download.html">Download</a></li>
33-
<li><a href="/pages/reference.html">Language reference</a></li>
34-
<li><a href="/pages/samples.html">Code library</a></li>
35-
</ul>
36-
<hr class="menuSeparator"/>
37-
<ul>
38-
<li><a href="/pages/articles.html">Artices</a></li>
39-
<li><a href="/pages/community.html">Community</a></li>
40-
<li><a href="/pages/changelog.html">Changelog</a></li>
41-
<li><a href="/pages/screenshots.html">Screenshots</a></li>
42-
<li><a href="/pages/links.html">Links</a></li>
43-
</ul>
44-
<hr class="menuSeparator"/>
45-
<ul>
46-
<li><a href="https://play.google.com/store/apps/details?id=net.aircave">Air Cave Game</a></li>
47-
</ul>
48-
</div>
49-
</div>
50-
<div class="mainsection">
51-
<div class="tabs clearfix">
52-
<div class="tabsLeft">
53-
<ul>
54-
<li><a href="#" class="active">Article</a></li>
55-
<li><a href="http://retrogamecoding.org/board/index.php?board=22.0">Forum</a></li>
56-
</ul>
57-
</div>
58-
<div id="simpleSearch">
59-
<div id="submitSearch"></div>
60-
<form action="https://github.com/smallbasic/smallbasic.github.io/search"
61-
target="_github" accept-charset="UTF-8" method="get" style="display:inline">
62-
<input type="hidden" class="js-site-search-type-field" name="type">
63-
<input type="hidden" name="utf8" value="">
64-
<input type="hidden" name="l" value="Visual Basic">
65-
<input type="text" name="q" placeholder="Search" size="12" id="searchInput">
66-
</form>
67-
</div>
68-
<div class="tabsRight">
69-
<ul>
70-
<li><a target="_github" href="https://github.com/smallbasic/smallbasic.github.io/blob/master/_build/pages/android_changelog.markdown">View source</a></li>
71-
<li><a target="_github" href="https://github.com/smallbasic/smallbasic.github.io/commits/master/_build/pages/android_changelog.markdown">View history</a></li>
72-
</ul>
73-
</div>
74-
</div>
75-
<div class="article">
76-
<h1 id="android-changelog">Android Changelog</h1>
77-
<div class="siteSub">
78-
<p><a href="/">Home</a> &gt; <a href="/pages/articles.html">Articles</a></p>
79-
</div>
80-
<p><strong>0.12.13.1 (13 September 2018)</strong></p>
81-
<ul>
82-
<li>Fix problem with SEQ command</li>
83-
<li>Add limited support embedded octal values in strings</li>
84-
</ul>
85-
<p><strong>0.12.13 15 Aug 2018</strong></p>
86-
<ul>
87-
<li>Editor now uses solarized dark colour theme</li>
88-
<li>Fixed an issue with the IMAGE command</li>
89-
<li>The build now targets the latest android version</li>
90-
<li>Updated path handling to remove hard coded /sdcard paths</li>
91-
<li>Updated the build system to use android studio</li>
92-
<li>Fix trailing spaces with LOCAL command when terminated with comma</li>
93-
<li>Fix TLOAD input error handling</li>
94-
</ul>
95-
<p><strong>0.12.11 30 Dec, 2017</strong></p>
96-
<ul>
97-
<li>Fix issue with image save() command to ensure resulting array has correct dimensions</li>
98-
<li>Fix issue with display driver escape ESCm (reset scroll position)</li>
99-
<li>Fix potential crash when passing non string arguments to some built-in string funcs</li>
100-
</ul>
101-
<p><strong>0.12.10 24 Dec, 2017</strong></p>
102-
<ul>
103-
<li>ANDROID: Fix crash when exporting from IDE</li>
104-
<li>ANDROID: Fix exit when navigating to non-permitted path</li>
105-
<li>COMMON: Add support code arrays declared over multiple lines</li>
106-
<li>COMMON: Assign multiple variables from an ARRAY (1)</li>
107-
<li>COMMON: Can now declare an empty array with: a=[]</li>
108-
<li>COMMON: FUNC can now use RETURN statement as synonym for FUNCNAME=result (1)</li>
109-
<li>COMMON: Fix FUNC call as pseudo class method (1)</li>
110-
<li>COMMON: Fix inline local variable declaration for complex assignments</li>
111-
<li>COMMON: Fix issue with INPUT command</li>
112-
<li>COMMON: Fix line number count when using multi-line strings</li>
113-
<li>COMMON: Fix potential infinite loop using the MAX command</li>
114-
<li>COMMON: Fix square bracket access to 2D arrays</li>
115-
<li>COMMON: Implemented Maxint system constant (1)</li>
116-
<li>COMMON: Implemented Nil system constant (1)</li>
117-
<li>COMMON: Implemented OPTION AUTOLOCAL runtime option (2)</li>
118-
<li>COMMON: MID, LEFT, RIGHT, REPLACE, INSTR, RINSTR no longer error on invalid pos input</li>
119-
<li>COMMON: Now errors when using a keyword as part of a MAP variable</li>
120-
<li>COMMON: Minor performance optimisations</li>
121-
<li>COMMON: REPLACE str argument can now be a number type</li>
122-
<li>COMMON: SUB can now use RETURN statement (1)</li>
123-
<li>COMMON: VAL command now ignores any input trailing non digit chars</li>
124-
<li>UI: The FORM command now reports an error when IMAGE input fails to load</li>
125-
</ul>
126-
<ol type="1">
127-
<li>See 2048.bas for examples<br />
128-
</li>
129-
<li>OPTION AUTOLOCAL causes all variables used only inside a SUB or FUNC<br />
130-
to have local scope.</li>
131-
</ol>
132-
<p><strong>0.12.9 April 15, 2017</strong></p>
133-
<ul>
134-
<li>Allow input of special characters</li>
135-
<li>Added share command</li>
136-
<li>Fix ‘?’ key input using gboard</li>
137-
<li>Select alternative font</li>
138-
<li>Allow array access via [] characters</li>
139-
<li>Can now attach SUB/FUNCs as MAP fields</li>
140-
<li>Clear out of scope CATCH variables</li>
141-
<li>Create MAP from single line JSON without ARRAY command</li>
142-
<li>Fix internal error handling long string variables</li>
143-
<li>Python style here-document</li>
144-
<li>Update parameter handling for performance</li>
145-
<li>Added “Save-As” option to the file menu (thanks Josip)</li>
146-
<li>CIRCLE drawing is now anti-aliased</li>
147-
<li>Fixed cursor when displaying the popup while editing</li>
148-
<li>Added menu widget (three vertical dots)</li>
149-
<li>Improved CIRCLE performance</li>
150-
</ul>
151-
<p><strong>0.12.8 October 22, 2016</strong></p>
152-
<ul>
153-
<li>Added android TTS handling</li>
154-
<li>Added android SENSOR handling</li>
155-
<li>Added android LOCATION handling</li>
156-
<li>Added sound. Play .WAV files using PLAY(“file://” + path)</li>
157-
<li>Fixed regression with array parsing</li>
158-
<li>Updated error message when calling built-in FUNC without assigning the result</li>
159-
<li>Fixed TAB to use character positions not pixels</li>
160-
<li>Fixed issue with nested try/catch</li>
161-
<li>Fixed NOSOUND</li>
162-
<li>Fixed error handling for invalid JOIN input</li>
163-
<li>Fixed SPLIT to include final empty position</li>
164-
</ul>
165-
<p><strong>0.12.7 September 17, 2016</strong></p>
166-
<ul>
167-
<li>Updates to improve performance and stability</li>
168-
<li>Fixed issues with various keywords</li>
169-
<li>See “desktop release notes page”:http://smallbasic.sourceforge.net/?q=node/1246 for details.</li>
170-
</ul>
171-
<p><strong>0.12.6 May 15, 2016</strong></p>
172-
<ul>
173-
<li>Updates to improve performance and stability</li>
174-
<li>Fixed issues with various keywords</li>
175-
<li>See “desktop release notes page”:http://smallbasic.sourceforge.net/?q=node/1246 for details.</li>
176-
</ul>
177-
<p><strong>0.12.5 February 13, 2016</strong></p>
178-
<ul>
179-
<li>Fix POINT to return correct values</li>
180-
<li>Added “Desktop shortcut” menu option</li>
181-
</ul>
182-
<p><strong>0.12.4 February 1, 2016</strong></p>
183-
<ul>
184-
<li>Fix pause and resume handling, see http://smallbasic.sourceforge.net/?q=node/1377</li>
185-
<li>Added caching of online samples to avoid reloading over the network</li>
186-
<li>Pressing the back button from an online sample now returns to the samples home page</li>
187-
<li>The shell program now does case-less .bas file sorting</li>
188-
</ul>
189-
<p><strong>0.12.1 November 29, 2015</strong></p>
190-
<ul>
191-
<li>Fix image drawing for large images</li>
192-
<li>Fix PAINT infinite loop</li>
193-
<li>Fix crash with online command if site is down</li>
194-
<li>Fix over scroll issue with line number widget</li>
195-
<li>Fix file manager .bas file case sensitivity</li>
196-
<li>Fix editor markup on map fields that look like keywords</li>
197-
<li>Fix scanner inserting line-no bytecode for empty or comment lines</li>
198-
<li>Fix editor run error message display time length</li>
199-
<li>Implemented calling IMAGE with another image variable</li>
200-
</ul>
201-
<p><strong>0.12.0 October 26, 2015</strong></p>
202-
<ul>
203-
<li>Added built-in editor</li>
204-
<li>Fix display output before DELAY</li>
205-
<li>Fix LET when assigning a value to a MAP/ARRAY field</li>
206-
<li>Fix TSAVE with try/catch</li>
207-
<li>Fix PRINT 1/1000 and other floating point rounding issues</li>
208-
<li>Fix problem with 59 char INPUT prompt</li>
209-
<li>Removed obsolete/unimplemented keywords WSPLIT, PLOT2, UNLOADLIB</li>
210-
<li>Added multi-item case selection</li>
211-
</ul>
212-
<p><strong>0.11.17 March 22, 2015</strong></p>
213-
<ul>
214-
<li>Now uses the Light Holo theme to display menus and messages.</li>
215-
<li>Fixed exit crash with android 5 devices.</li>
216-
<li>Updated to freetype version 2.5.5 and NDK version r10d</li>
217-
<li>Improved graphics and runtime performance.</li>
218-
<li>Source code view displays line numbers</li>
219-
<li>Source code view displays error information for program error line</li>
220-
<li>Line drawing now uses antialiasing to produce smoother looking lines.</li>
221-
<li>Improved syntax error messages</li>
222-
<li>Updated the PAUSE statement to allow waiting until a system event has occurred</li>
223-
<li>Improved INPUT widget including clipboard handling.</li>
224-
<li>Update INKEY to return ALT, CTRL, ALT+CTRL key information</li>
225-
<li>Added timer func support.</li>
226-
<li>Refactor FORM handling to use system object</li>
227-
<li>Update IMAGE handling</li>
228-
<li>Added WINDOW system object to control the ansiwidget</li>
229-
</ul>
230-
<p>See the “Release notes”:http://smallbasic.sourceforge.net/?q=node/1246 article for more information</p>
231-
<p><strong>0.11.11 July 28, 2014</strong></p>
232-
<ul>
233-
<li>Fix build to use correct processor optimisations</li>
234-
<li>Fix rotation crash</li>
235-
<li>Updated display handling for long clickable links</li>
236-
<li>Updated system menu</li>
237-
<li>Text size now based on system settings</li>
238-
</ul>
239-
<p><strong>0.11.10 July 19, 2014</strong></p>
240-
<ul>
241-
<li>Add missing SD card read/write permissions</li>
242-
<li>Updated FRE command. -10 = Total RAM, -11 = Used, -12 = Free</li>
243-
</ul>
244-
<p><strong>0.11.9 July 17, 2014</strong></p>
245-
<ul>
246-
<li>Fix crash in android 4.4 (tested by Joey and using AVD)</li>
247-
</ul>
248-
<p><strong>0.11.8 July 16, 2014</strong></p>
249-
<ul>
250-
<li>Fix crash in android 4.4 (tested using AVD)</li>
251-
<li>Built with latest ADK</li>
252-
</ul>
253-
<p><strong>0.11.7 July 12, 2014</strong></p>
254-
<ul>
255-
<li>Fix crash in android 4.4</li>
256-
<li>Sound now uses the music/games stream</li>
257-
</ul>
258-
<p><strong>0.11.6 June 22, 2014</strong></p>
259-
<ul>
260-
<li>Implemented BEEP/SOUND. Only background play mode is supported.</li>
261-
<li>Implemented launch by URL. This allows SmallBASIC programs to be embedded in a QR code and launched from a separate QR code reader program. The URL format is smallbasic://x/CODE. CODE can URL encoded text, or BASE64 gzipped text. I’ll make a web page to create the image if there is enough interest. Note, programs launched via QR codes will not be able to execute any of the FILE based commands.</li>
262-
<li>Implemented screen layout handling to adjust the display when the virtual keypad is displayed.</li>
263-
<li>Fixed potential crash evaluating “a \ b”.</li>
264-
<li>Fixed a display issue when scrolling beyond the virtual screen size.</li>
265-
<li>The printed Web Service information now includes the system IP address.</li>
266-
<li>Updated support tools; android-ndk-r9d, freetype-2.5.3, libpng-1.6.12.</li>
267-
</ul>
268-
<p><strong>0.11.5 Jan 4, 2014</strong></p>
269-
<ul>
270-
<li>Replaced battery drain error with console warning.</li>
271-
<li>Console is now a graphics screen.</li>
272-
<li>Fixed minor display and event handler bugs affecting some samples programs.</li>
273-
</ul>
274-
<p><strong>0.11.4 Dec 18, 2013</strong></p>
275-
<ul>
276-
<li>Built with android NDK for performance and to allow future versions to use native app features.</li>
277-
<li>Added web service for remote file edit/run.</li>
278-
<li>Can now launch bas files from Android file browser.</li>
279-
<li>Added restart command.</li>
280-
<li>Supports empty parentheses in sub/func calls.</li>
281-
</ul>
282-
<p><strong>0.11.3 Dec 19, 2012</strong></p>
283-
<ul>
284-
<li>AT and PEN now work with WINDOW based coordinates. This will allow programs written for PalmOS to appear correctly on modern mobile screen resolutions.</li>
285-
</ul>
286-
<p><strong>0.11.2 Dec 8, 2012</strong></p>
287-
<ul>
288-
<li>Added the ability to change the font size</li>
289-
</ul>
290-
<p><strong>0.11.1 Nov 30, 2012</strong></p>
291-
<ul>
292-
<li>First android release, built with Mosync</li>
293-
</ul>
294-
</div>
295-
<div class="pagefooter">
296-
This page was last edited on Thu, 13 Sep 2018 20:26:25 +1000
297-
|
298-
<a href="https://en.wikipedia.org/wiki/Markdown" target="_blank" rel="nofollow">Markdown</a>
299-
processed with
300-
<a href="https://pandoc.org/MANUAL.html#pandocs-markdown" target="_blank" rel="nofollow">pandoc 2.2.1</a>
301-
| Template by <a href="http://html5-templates.com/" target="_blank" rel="nofollow">HTML5 Templates</a>
302-
</div>
303-
</div>
304-
</div>
305-
</body>
306-
</html>
1+
2+
3+
* COMP-ERROR AT Main:0 *
4+
Description:
5+
Unit site.sbu not found or wrong version
6+

0 commit comments

Comments
 (0)