<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/telegps, branch android-build-update</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=android-build-update</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=android-build-update'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2019-09-25T20:10:36+00:00</updated>
<entry>
<title>telegps: Get --graph mode working after recent changes</title>
<updated>2019-09-25T20:10:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-09-25T20:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ff68c8855bc6983638db5102ffbc6822b83edb5d'/>
<id>urn:sha1:ff68c8855bc6983638db5102ffbc6822b83edb5d</id>
<content type='text'>
Was just exiting due to a null pointer exception caused by mis-ordered
setup of the map data. Also using stale API.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Use discovered java path for compiler and jni include files</title>
<updated>2019-07-17T18:40:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-07-17T18:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=318b81d59e6f34a92a7a78c0896aa331bc14d0a1'/>
<id>urn:sha1:318b81d59e6f34a92a7a78c0896aa331bc14d0a1</id>
<content type='text'>
Instead of using the discovered java bits just for jni.h, also use
javac from that directory. Add JAVA_VERSION param to set language
version for newer compilers.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/telegps: Display error message when attempting to graph unknown files</title>
<updated>2019-06-18T21:50:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-06-18T21:50:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6529fd623f0e4b921aea1110c723d7dc03954def'/>
<id>urn:sha1:6529fd623f0e4b921aea1110c723d7dc03954def</id>
<content type='text'>
Instead of presenting an empty graph window.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Use strip-nondeterminism to fix JAR timestamps</title>
<updated>2019-02-03T21:02:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-02-03T20:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=630f457666b48321be0a5b6fbf391efef1fa3eb4'/>
<id>urn:sha1:630f457666b48321be0a5b6fbf391efef1fa3eb4</id>
<content type='text'>
.jar files are just zip files, and contain dates. These will cause the
build to be non-reproducible. Use strip-nondeterminism to smash all of
these back to a fixed value.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add keywords to .desktop files</title>
<updated>2018-10-23T00:13:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-22T23:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1812adbd61400af19293bf775e544baf661ec224'/>
<id>urn:sha1:1812adbd61400af19293bf775e544baf661ec224</id>
<content type='text'>
Makes applications easier to find with search

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove cc1111 products</title>
<updated>2018-10-13T15:21:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-05T04:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=56629222711ba3ef7853405c9b07ad614fb29b95'/>
<id>urn:sha1:56629222711ba3ef7853405c9b07ad614fb29b95</id>
<content type='text'>
We're not testing these anyways; building new firmware for them is not helpful.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Switch to universal JavaApplicationStub for Mac OS X</title>
<updated>2018-10-08T06:25:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-08T06:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cd75ca767b616900d7df4596907f4f5b00517ad4'/>
<id>urn:sha1:cd75ca767b616900d7df4596907f4f5b00517ad4</id>
<content type='text'>
The binary JavaApplicationStub only supports Mac JRE 6, even if you
install a later JRE from Oracle it will still run our apps with the
Mac version.

This replacement JavaApplicationStub is a shell script which comes
from here:

	https://github.com/tofi86/universalJavaApplicationStub

I've tested it with Oracle JRE 10 installed and AltosUI came up fine,
and has access to our devices and networking.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>macosx: Ship install-macosx script with all apps.</title>
<updated>2018-10-06T02:36:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-06T02:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8e87b2626cdd81c128ac0cb5db03350aff67feac'/>
<id>urn:sha1:8e87b2626cdd81c128ac0cb5db03350aff67feac</id>
<content type='text'>
This script copies all files to ~/Applications/AltOS, then it deletes
all xattrs on all files so that OS X will run the java programs.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Bump java lib versions to 13</title>
<updated>2018-08-15T22:39:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-05T04:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=297eb795b24ec31f6599f48bc8c3769557a7ec6f'/>
<id>urn:sha1:297eb795b24ec31f6599f48bc8c3769557a7ec6f</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add TeleGPS v2.0 binaries to distribution</title>
<updated>2018-02-12T23:36:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-02-12T23:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=78a90fc760b88ab66c5c238289afc38356e29d8a'/>
<id>urn:sha1:78a90fc760b88ab66c5c238289afc38356e29d8a</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
