<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosdroid/res/menu, 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-06-23T04:04:43+00:00</updated>
<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: 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: Switch from custom title to standard Holo theme</title>
<updated>2015-06-01T06:09:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-01T06:09:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a533ea525620f194fd89fedad043659bb433d71b'/>
<id>urn:sha1:a533ea525620f194fd89fedad043659bb433d71b</id>
<content type='text'>
This gives us the menu button, which is awfully useful on devices
without a hardware version...

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: Add quit. Restart. Show freq in title.</title>
<updated>2014-08-31T05:08:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-08-31T05:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bc3fbcb35090be3856284ccf4d908ebf39d02bec'/>
<id>urn:sha1:bc3fbcb35090be3856284ccf4d908ebf39d02bec</id>
<content type='text'>
Add a quit button to menu.
When restarting, reconnect to previous device.
When connecting, set the freq/rate to previous values.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Add telemetry rate support</title>
<updated>2014-08-18T03:46:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-08-18T03:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b1f1844aa514893228080704da3b3ccf855bda1e'/>
<id>urn:sha1:b1f1844aa514893228080704da3b3ccf855bda1e</id>
<content type='text'>
Provides a menu to select the receiver telemetry bit rate

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: complete frequency change dialog</title>
<updated>2012-08-31T04:38:21+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-08-31T04:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=543ecb530d6fdf188a746ac59b72544e69bad830'/>
<id>urn:sha1:543ecb530d6fdf188a746ac59b72544e69bad830</id>
<content type='text'>
Also implement Service IPC to action request.

Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>altosdroid: Start a hacked-up frequency dialog</title>
<updated>2012-08-31T04:07:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-08-31T04:07:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f1a9fff865e0b226a97ad5d6eaaac64bd5e5d410'/>
<id>urn:sha1:f1a9fff865e0b226a97ad5d6eaaac64bd5e5d410</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
