<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosdroid/res/menu, branch tmarble-trng</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=tmarble-trng</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=tmarble-trng'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-02-17T05:19:09+00:00</updated>
<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>
<entry>
<title>altosdroid: remove TelemetryService activities</title>
<updated>2012-08-26T02:48:48+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-08-26T02:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=372840b4ebfd3da3cd713b6bc6a8ffc8cd6b6b8c'/>
<id>urn:sha1:372840b4ebfd3da3cd713b6bc6a8ffc8cd6b6b8c</id>
<content type='text'>
service start/stop will be handled by AltosDroid/itself now.

Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>AltosDroid: Begin re-working Bluetooth code</title>
<updated>2012-08-02T10:09:24+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-08-02T10:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=359d7353fd7b7d4d537db04c5e89724502333ff8'/>
<id>urn:sha1:359d7353fd7b7d4d537db04c5e89724502333ff8</id>
<content type='text'>
* Move to using explicit 'magic' UUID, rather than java reflection
* Re-work UI to make it more useful for testing
* Use Insecure RFCOMM only, and remove code that differentiates.

Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>Add TelemetryService.java and associated files</title>
<updated>2012-06-03T02:39:55+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-02-23T03:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=392c878000e9909d37dae6342df3d6cb8f217a1b'/>
<id>urn:sha1:392c878000e9909d37dae6342df3d6cb8f217a1b</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>altosdroid: import code from mjb</title>
<updated>2012-06-03T02:37:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-01-05T04:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a48e4d40729e736929632ec422fd189ecdfba33b'/>
<id>urn:sha1:a48e4d40729e736929632ec422fd189ecdfba33b</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
