<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosuilib/Makefile.am, 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-07-17T18:40:06+00:00</updated>
<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>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>altosuilib: Remove GrabNDrag.java</title>
<updated>2018-10-07T16:39:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T16:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e4f4183ce206d4cb7bbc89e1065eb34b05cf11c4'/>
<id>urn:sha1:e4f4183ce206d4cb7bbc89e1065eb34b05cf11c4</id>
<content type='text'>
This isn't used anymore.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: New line styles and colors for graphs. Selectable line width</title>
<updated>2017-11-12T00:36:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-11-12T00:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5b6805d1a6a91a26a1892f414a99f0184871ac1a'/>
<id>urn:sha1:5b6805d1a6a91a26a1892f414a99f0184871ac1a</id>
<content type='text'>
Improve the readability of graphs by offering a better selection of
colors and adding line styles. Let the user configure the line width
as desired.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Add 'show marker' button to graphs</title>
<updated>2017-10-04T20:43:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-10-04T20:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2f779d318753b73463f7166977453ab5533e5921'/>
<id>urn:sha1:2f779d318753b73463f7166977453ab5533e5921</id>
<content type='text'>
Provides a marker at each actual data point which can be useful for
sparse data sets like telemetry with poor reception.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Accel calibration UI</title>
<updated>2017-09-01T20:22:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-08-12T03:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=558a143315f0345b79cc4f22aa4b643fedcded9c'/>
<id>urn:sha1:558a143315f0345b79cc4f22aa4b643fedcded9c</id>
<content type='text'>
Provides a GUI for re-calibrating accelerometers

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Rename AltosGraphNew to AltosGraph</title>
<updated>2017-06-13T17:50:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-13T17:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e2fe220efe2ba375ddd925747a630c30c17d3bef'/>
<id>urn:sha1:e2fe220efe2ba375ddd925747a630c30c17d3bef</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Rename AltosUIGraphNew to AltosUIGraph</title>
<updated>2017-06-13T17:47:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-13T17:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3f9b6d23e4e33a58c179f45ffd42211ab327d8c6'/>
<id>urn:sha1:3f9b6d23e4e33a58c179f45ffd42211ab327d8c6</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib,altosuilib: Remove stale source files</title>
<updated>2017-05-28T23:53:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-28T23:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4c5acb57d7ac1abec7bb4cda9dc88c2a19767a2d'/>
<id>urn:sha1:4c5acb57d7ac1abec7bb4cda9dc88c2a19767a2d</id>
<content type='text'>
These aren't built any longer

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Adapt to AltosFlightSeries data processing plan</title>
<updated>2017-05-26T00:26:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-26T00:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e6eb659b0e984515a33b3ddabfe8325742a952da'/>
<id>urn:sha1:e6eb659b0e984515a33b3ddabfe8325742a952da</id>
<content type='text'>
Replace use of list of AltosState with AltosFlightSeries to improve
data analysis.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
