<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosdroid, branch 1.6.0.4</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.6.0.4</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.6.0.4'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-07-12T05:31:47+00:00</updated>
<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>
<entry>
<title>altosdroid: Remove a debug line in AltosVoice</title>
<updated>2015-07-12T02:54:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T02:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bdc953e26ac2dd67021f905807324c6a02e49690'/>
<id>urn:sha1:bdc953e26ac2dd67021f905807324c6a02e49690</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Pop up menu of nearby trackers on map click</title>
<updated>2015-07-12T02:53:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T02:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=51bf46248ca7ee3c817e62274b7366258c9f87cf'/>
<id>urn:sha1:51bf46248ca7ee3c817e62274b7366258c9f87cf</id>
<content type='text'>
This lets the user select one of potentially many overlapping
trackers, and also makes it clear when the current tracker is being
changed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Keep speaking even when screen is off</title>
<updated>2015-07-12T02:17:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T02:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b64ab2a8a25b0c22443bc77829c7f35b4f1c2455'/>
<id>urn:sha1:b64ab2a8a25b0c22443bc77829c7f35b4f1c2455</id>
<content type='text'>
Move the voice and telemetry disabling calls from onStop to onDestroy
so that a stopped application only leaves off updating the screen, and
not the voice bits as well.

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