<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui/libaltos, branch altosdroid</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=altosdroid</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=altosdroid'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-06-27T05:20:50+00:00</updated>
<entry>
<title>altosui: Make libaltos recognise new USB ids</title>
<updated>2012-06-27T05:20:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-27T05:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f11f05c5d634de2a80c34d0d3dc93925980f52e6'/>
<id>urn:sha1:f11f05c5d634de2a80c34d0d3dc93925980f52e6</id>
<content type='text'>
libaltos has a small range of 'AltusMetrum' products to avoid opening
other devices. We've got more IDs, so open up the range.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Report error message back from libaltos</title>
<updated>2011-08-28T22:50:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-28T22:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=31e3255b6cbfaf95c0e97e2d1ec8de72f845994c'/>
<id>urn:sha1:31e3255b6cbfaf95c0e97e2d1ec8de72f845994c</id>
<content type='text'>
This includes changing all of the error dialogs to show the error
message rather than just the file name.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add bluetooth bits back in</title>
<updated>2011-08-28T22:50:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-28T22:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cf72c2f5a69a736c28a9b63e124d510ef41a9f5d'/>
<id>urn:sha1:cf72c2f5a69a736c28a9b63e124d510ef41a9f5d</id>
<content type='text'>
Stub out functions on mac/windows for now.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: fix Mac OS X function signatures</title>
<updated>2011-08-23T20:29:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-23T20:29:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=754b9591574c12ddd6e4ab590c6a5f3806b80213'/>
<id>urn:sha1:754b9591574c12ddd6e4ab590c6a5f3806b80213</id>
<content type='text'>
altos_list_start was declared to take a (int time) parameter for some reason.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Update mac os X library</title>
<updated>2011-08-23T06:35:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-23T06:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fa6df3fa21e8f09e70371e6c6cc7827a533b4fe6'/>
<id>urn:sha1:fa6df3fa21e8f09e70371e6c6cc7827a533b4fe6</id>
<content type='text'>
This has been tested on 32-bit OS X and it works; dunno about
64-bit.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add --summary option to dump flight stats to stdout</title>
<updated>2011-08-23T01:25:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-23T01:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=afe6aba9cb91e93234ffee2a22eee40f848ddedd'/>
<id>urn:sha1:afe6aba9cb91e93234ffee2a22eee40f848ddedd</id>
<content type='text'>
useful for quickly capturing sense of a flight.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Attempt to make both 32- and 64-bit windows DLLs</title>
<updated>2011-08-23T00:20:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-22T05:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=393d231b9689cd1c358600ee76e0e808f89670c8'/>
<id>urn:sha1:393d231b9689cd1c358600ee76e0e808f89670c8</id>
<content type='text'>
We'll see if they work...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/windows: Fix a bunch of windows compiler warnings.</title>
<updated>2011-08-23T00:20:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-22T05:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d5bd40847b17c32405dfba864a2a5a3b19aa7e85'/>
<id>urn:sha1:d5bd40847b17c32405dfba864a2a5a3b19aa7e85</id>
<content type='text'>
Some of these may have actually been serious -- a write length was
getting stored in a signed char...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Mis-allocated device list in libaltos</title>
<updated>2011-08-14T01:44:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-14T01:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=313d740b5284b24f1cc7a1ba5779136b55d49ebe'/>
<id>urn:sha1:313d740b5284b24f1cc7a1ba5779136b55d49ebe</id>
<content type='text'>
Would overrun mis-allocated array, causing chaos.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Don't export product defs from libaltos</title>
<updated>2011-08-10T01:26:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-10T01:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=12bfa6cc42e3689f09abae2bd2584cbacf2aa2e0'/>
<id>urn:sha1:12bfa6cc42e3689f09abae2bd2584cbacf2aa2e0</id>
<content type='text'>
As we add new products, that would change the ABI generated for java,
invaliding old library versions sitting around for windows and mac.

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