<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui/AltosIdleMonitorUI.java, branch fox1-v3-sn5</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=fox1-v3-sn5</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=fox1-v3-sn5'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-05-29T21:03:58+00:00</updated>
<entry>
<title>java: Refactor AltosFlightDisplay units and font update handling</title>
<updated>2014-05-29T21:03:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T21:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f80075be4ebb9c5fe00c24b8c7638fad23267424'/>
<id>urn:sha1:f80075be4ebb9c5fe00c24b8c7638fad23267424</id>
<content type='text'>
Make AltosFlightDisplay explicitly implement AltosFontListener and
AltosUnitsListener interfaces to make everyone use the same API. Then,
actually go implement units listeners so that changing units updates
all of the active displays immediately

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add info table</title>
<updated>2014-05-29T17:16:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T17:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=71715337eb532a1fbe1a753240e7417d5223489f'/>
<id>urn:sha1:71715337eb532a1fbe1a753240e7417d5223489f</id>
<content type='text'>
Move a couple of files from altosui to altosuilib, hook up the info
table after changing it to implement the AltosFlightDisplay interface

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2</title>
<updated>2014-05-26T04:08:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T04:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f0216d721ed13f4d3dc608bb6ad8f83732b27c0a'/>
<id>urn:sha1:f0216d721ed13f4d3dc608bb6ad8f83732b27c0a</id>
<content type='text'>
API has changed for these libraries, time to bump the file versions

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Handle serial-port startup errors in idle-monitor</title>
<updated>2014-01-22T06:13:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-22T06:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e61c02b51e069aa58b36f59b9ca8e7c8284bc93a'/>
<id>urn:sha1:e61c02b51e069aa58b36f59b9ca8e7c8284bc93a</id>
<content type='text'>
Trap exceptions during idle monitor startup and report them.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Bump library version</title>
<updated>2013-12-21T03:44:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T03:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b89fb51a963635e2effe3a31f803bfc29c2c46b7'/>
<id>urn:sha1:b89fb51a963635e2effe3a31f803bfc29c2c46b7</id>
<content type='text'>
Prepare for next release by making sure we notice that the API/ABI for
this library has changed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove some debug printfs</title>
<updated>2013-12-18T21:36:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T21:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c1bfe09b6d3eb28d0c7cfe07a248843cf81bcd25'/>
<id>urn:sha1:c1bfe09b6d3eb28d0c7cfe07a248843cf81bcd25</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Pass InterruptedException up the stack instead of hiding it</title>
<updated>2013-12-18T09:14:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T09:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e26306c9350ef1d107d4257ef1c09d15165c9154'/>
<id>urn:sha1:e26306c9350ef1d107d4257ef1c09d15165c9154</id>
<content type='text'>
When interrupting a thread that is talking to a serial device, it's
important not to have that thread discard the InterruptedException so
that it will actually terminate. This patch removes a bunch of places
that were discarding InterruptedExceptions and lets higher level code
see them so that they can exit cleanly.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Finish AltosState changes. Update version number.</title>
<updated>2013-09-05T18:35:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-05T18:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5b976a6651f4eb05d30afc08b9e1f27c7e52ae00'/>
<id>urn:sha1:5b976a6651f4eb05d30afc08b9e1f27c7e52ae00</id>
<content type='text'>
Removes all of the AltosRecord bits, changes the monitor idle bits to
have per-object state updaters.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosui: Further AltosState transition work</title>
<updated>2013-09-01T04:11:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-01T04:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=77dc89ed5b7bf8f5b3fa3b6131660f1a98f583ea'/>
<id>urn:sha1:77dc89ed5b7bf8f5b3fa3b6131660f1a98f583ea</id>
<content type='text'>
Parses most eeprom and telem records now; altosui updated to show from
AltosState info.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosui: Adapt monitor idle to new AltosListenerState</title>
<updated>2013-04-09T07:38:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-09T07:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=07fb6efc54b8575627572a2113bdbc62914bafb5'/>
<id>urn:sha1:07fb6efc54b8575627572a2113bdbc62914bafb5</id>
<content type='text'>
Move the receiver battery monitoring to the new spot

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