<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui/AltosEepromLog.java, branch droid-gps</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=droid-gps</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=droid-gps'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-06-03T02:30:22+00:00</updated>
<entry>
<title>altosui: Move more eeprom stuff to altoslib</title>
<updated>2012-06-03T02:30:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-01-03T05:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=346df410f570a67cda057550a067fa2b451b785d'/>
<id>urn:sha1:346df410f570a67cda057550a067fa2b451b785d</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Complete split out of separate java library</title>
<updated>2012-06-03T02:26:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-01-03T01:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3c2f601139d36761de6a8a2210545d082ef16133'/>
<id>urn:sha1:3c2f601139d36761de6a8a2210545d082ef16133</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Change flight data saving UI to separate download/delete selections</title>
<updated>2012-03-28T01:24:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T01:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0952224c36eba25db34bd147d2d579c66b15bbf8'/>
<id>urn:sha1:0952224c36eba25db34bd147d2d579c66b15bbf8</id>
<content type='text'>
First pop up a dialog to select flights for download. Download
them. Then, after that, pop up a *new* dialog to select flights for
delete. Offer to delete all of the downloaded flights by default. Then
delete the flights.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Eliminate inter-chunk flush_input calls</title>
<updated>2011-08-14T04:09:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-14T04:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dcd15032eec45f3fdd003050710ebd5b85052662'/>
<id>urn:sha1:dcd15032eec45f3fdd003050710ebd5b85052662</id>
<content type='text'>
Once the serial line is nicely synchronized, we don't need to flush
input between chunks. This speeds up eeprom downloading quite a bit.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add support for TeleScience eeprom download</title>
<updated>2011-08-14T01:46:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-14T01:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=03e201e1acc8742399054e4ad36b533120ea1612'/>
<id>urn:sha1:03e201e1acc8742399054e4ad36b533120ea1612</id>
<content type='text'>
Using the existing eeprom methods, fetch and save TeleScience eeprom
data, storing to a filename generated from the serial/flight from the
TM connected to the TS board.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make flight data download work through TeleBT</title>
<updated>2011-04-19T22:29:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-04-19T22:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d41edb3384b6336f3482e61b0c9f9400a8b4f519'/>
<id>urn:sha1:d41edb3384b6336f3482e61b0c9f9400a8b4f519</id>
<content type='text'>
This required flushing input before reading data blocks and adjusting
some delays.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove extra AltosEepromBlock layer</title>
<updated>2011-03-26T05:04:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-03-26T05:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b155647472ddfacb07c5ffa832e4d1f4a13ad342'/>
<id>urn:sha1:b155647472ddfacb07c5ffa832e4d1f4a13ad342</id>
<content type='text'>
This was interposed between the download layer and the eeprom layer to
hold a eeprom block full of flight log records. The addition of the tiny
log format required reworking the code to hold chunks full of eeprom
data without regard to their content, so this content-specific layer
didn't seem useful anymore.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add support for downloading TeleMini/TeleNano flight logs</title>
<updated>2011-03-26T04:35:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-03-26T04:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=011615d40b3cb1d1c0ab9fa41e139e263a6a51e7'/>
<id>urn:sha1:011615d40b3cb1d1c0ab9fa41e139e263a6a51e7</id>
<content type='text'>
Splits the eeprom downloading code into eeprom block downloading and
separate eeprom data parsing so that the new data logging format can
share the data downloading code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove a bunch of debug printfs from the eeprom manager code</title>
<updated>2011-03-26T04:29:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-03-26T04:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dea80af81b388cc3d7073444919f4e98b12fa730'/>
<id>urn:sha1:dea80af81b388cc3d7073444919f4e98b12fa730</id>
<content type='text'>
Just noise on stdout.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add eeprom 'manage' ui to download and delete multiple flights</title>
<updated>2011-01-12T20:40:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-12T20:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8801b8c1947bd39f7c985b91a2ba8dbc81bcc91a'/>
<id>urn:sha1:8801b8c1947bd39f7c985b91a2ba8dbc81bcc91a</id>
<content type='text'>
This shows the list of available flights and provides options to
download and/or delete each one.

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