<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosdroid, branch telemega-v2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telemega-v2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telemega-v2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-10-13T20:54:28+00:00</updated>
<entry>
<title>altoslib: Clean up remaining direct AltosState.state users</title>
<updated>2015-10-13T20:54:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-09-21T05:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=431c713389dc819d2433d893c898ff82c7941722'/>
<id>urn:sha1:431c713389dc819d2433d893c898ff82c7941722</id>
<content type='text'>
This value has been hidden to avoid having it written accidentally;
there were a few more bits of code using it though.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Add minus sign and decimal point to lat/lon input fields</title>
<updated>2015-10-13T20:54:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-09-14T05:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f61c2b73f3b63aa9c3f0fbccede89c71580089ba'/>
<id>urn:sha1:f61c2b73f3b63aa9c3f0fbccede89c71580089ba</id>
<content type='text'>
Some android devices always have change-sign and decimal-point keys
visible, but some do not. Make sure they're available for lat/lon input.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Bump Java library versions</title>
<updated>2015-07-16T01:31:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-16T01:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d6445b3739ac2c5dd040efdb97317a6b2a48044a'/>
<id>urn:sha1:d6445b3739ac2c5dd040efdb97317a6b2a48044a</id>
<content type='text'>
Avoid problems if you have an old version of the library installed

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Cleanup Makefile.am</title>
<updated>2015-07-12T05:31:47+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T05:31:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=52dc7dc5a791f3e7e307ae11f5c6a20b5bf71ba6'/>
<id>urn:sha1:52dc7dc5a791f3e7e307ae11f5c6a20b5bf71ba6</id>
<content type='text'>
Avoid re-creating library symlinks.
Make builds depend on resource files too.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Clean up tab layout</title>
<updated>2015-07-12T05:17:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T05:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c4af5cb233013b35d6763f5adf8d11b47f847111'/>
<id>urn:sha1:c4af5cb233013b35d6763f5adf8d11b47f847111</id>
<content type='text'>
Fuss with weights and gravitys, then add some wrapping layouts to get
things looking reasonable on small and larger screens.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Add 'Auto' to map tracker list</title>
<updated>2015-07-12T03:37:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T03:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=251263f72a1c189aac709d3d0410eb916a9f66d6'/>
<id>urn:sha1:251263f72a1c189aac709d3d0410eb916a9f66d6</id>
<content type='text'>
Add an 'auto' menu entry when selecting trackers from the map.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Note time at startup to avoid flipping trackers</title>
<updated>2015-07-12T03:36:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T03:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2997c9720f58b2955925e4e99c11a6ec302114a9'/>
<id>urn:sha1:2997c9720f58b2955925e4e99c11a6ec302114a9</id>
<content type='text'>
Need to set the initial 'switch' time in onStart to avoid flipping
between trackers before we've done any other 'switching' action.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Generate Android version info from configure.ac</title>
<updated>2015-07-12T03:21:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T03:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2a85f273e33a316bd044c4c8dce17c19633cffe6'/>
<id>urn:sha1:2a85f273e33a316bd044c4c8dce17c19633cffe6</id>
<content type='text'>
This avoids having version data in two places.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Add other igniter status, various other layout changes</title>
<updated>2015-07-12T02:55:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T02:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ed682ca39496849b6c0d6bdf81bee6263864895f'/>
<id>urn:sha1:ed682ca39496849b6c0d6bdf81bee6263864895f</id>
<content type='text'>
Show the first four igniters (A-D) in the pad tab. Make pad and flight
layouts look a bit better

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Don't disconnect from bluetooth onStartCommand</title>
<updated>2015-07-12T02:54:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T02:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=84021b8e0ab9262262345ce47671c3c0c6c43566'/>
<id>urn:sha1:84021b8e0ab9262262345ce47671c3c0c6c43566</id>
<content type='text'>
If we've already got a bluetooth connection running, don't slam it
shut when the UI starts up again.

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