<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosdroid/res/values/strings.xml, branch debian/1.6.2-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6.2-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6.2-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-07-12T02:55:43+00:00</updated>
<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>altoslib: Preload maps based on distance rather than number of tiles</title>
<updated>2015-07-12T02:16:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T02:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d015cfc1499a263549f52d46e9e5b934fcb94f53'/>
<id>urn:sha1:d015cfc1499a263549f52d46e9e5b934fcb94f53</id>
<content type='text'>
This lets you get the specific area requested at all zoom levels,
rather than having further detail only at lower resolution zooms.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Show direction to target in recover tab</title>
<updated>2015-06-24T04:42:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-24T04:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=56146cd379e1319b7adcf8e22cdda55f771e11be'/>
<id>urn:sha1:56146cd379e1319b7adcf8e22cdda55f771e11be</id>
<content type='text'>
This takes the bearing to target and current direction of motion (from
the Android API) and computes a turn amount and displays that so you
don't have to know which way is north when walking towards the rocket.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Add map source preference</title>
<updated>2015-06-23T04:04:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-21T17:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ee656c9d41238ab2c56859a03fe6b8ce8ff2df4e'/>
<id>urn:sha1:ee656c9d41238ab2c56859a03fe6b8ce8ff2df4e</id>
<content type='text'>
Not hooked up yet.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Show receiver battery voltage in the 'pad' view</title>
<updated>2015-06-23T04:04:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-21T16:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9af72a2e629779833ff1787bbfc2ddc8b9d88bba'/>
<id>urn:sha1:9af72a2e629779833ff1787bbfc2ddc8b9d88bba</id>
<content type='text'>
Helpful to determine when the receiver battery is getting low

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Resource changes needed for multi-tracker mode</title>
<updated>2015-06-07T03:37:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-07T03:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6cb7d76c3fbe32b442713e358654d07b2506897e'/>
<id>urn:sha1:6cb7d76c3fbe32b442713e358654d07b2506897e</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Add map types and map preloading UIs</title>
<updated>2015-05-28T08:07:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-05-28T08:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=85013045ca505096064aaf45c312b158d0263d2a'/>
<id>urn:sha1:85013045ca505096064aaf45c312b158d0263d2a</id>
<content type='text'>
This adds an ugly dialog to select which maps to preload, and also
adds the ability to display other map types.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Explicitly disconnect BT on termination or 'disconnect'</title>
<updated>2015-02-17T05:19:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-17T05:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=877609a60a9f2c61c1efad8285b2a3c22f59be28'/>
<id>urn:sha1:877609a60a9f2c61c1efad8285b2a3c22f59be28</id>
<content type='text'>
This adds an explicit message to the telemetry service telling it when
to stop trying to talk to the bluetooth device. Until this message is
received, the service will reconnect to the specified BT device.

That message is sent when you 'quit' the application, or when you 'disconnect'.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Add imperial unit support</title>
<updated>2014-09-06T07:37:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-06T07:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=18671803d078aa798b603c67b741c3ba4374f41d'/>
<id>urn:sha1:18671803d078aa798b603c67b741c3ba4374f41d</id>
<content type='text'>
Provides a menu entry to switch units, changes all value displays to
use the AltosLib units conversion code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Use single object to pass data to UI</title>
<updated>2014-09-04T05:32:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-04T05:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3842735e303f0bf6f46ed8cb659c92d8bb9bd137'/>
<id>urn:sha1:3842735e303f0bf6f46ed8cb659c92d8bb9bd137</id>
<content type='text'>
Instead of having separate messages for each piece of telemetry state,
package the whole mess up in one object and send it for any
change. This simplifies tracking within the UI by avoiding corner
cases during reconnect.

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