<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosdroid, branch 1.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-12-19T08:16:16+00:00</updated>
<entry>
<title>altosdroid: bump versionName to 1.3 and versionCode to 4</title>
<updated>2013-12-19T08:16:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-19T08:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=701c26ed85c28ac59e338975f2a6ba6bd25f6493'/>
<id>urn:sha1:701c26ed85c28ac59e338975f2a6ba6bd25f6493</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Use altoslib standard voltages to control lights</title>
<updated>2013-12-18T21:25:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T21:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=58ceb9c845d51547244538fe6beec27e9a232af8'/>
<id>urn:sha1:58ceb9c845d51547244538fe6beec27e9a232af8</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Support binary reading/writing in AltosLink</title>
<updated>2013-12-09T03:44:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T03:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b1ffdaf1f5e9b6e8ff0d4e08d8c504f8dfacd3a4'/>
<id>urn:sha1:b1ffdaf1f5e9b6e8ff0d4e08d8c504f8dfacd3a4</id>
<content type='text'>
Binary reads require an explicit length, and do not work while
telemetry is running.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: convert rogue files to unix line endings</title>
<updated>2013-09-05T18:46:36+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2013-09-03T03:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e9e9c6592c49109288a4e02e780b130fadb97db7'/>
<id>urn:sha1:e9e9c6592c49109288a4e02e780b130fadb97db7</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>altosdroid: more updates for new AltosState</title>
<updated>2013-09-05T18:43:24+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2013-09-04T15:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=93e66b4911b7285f9095712ef746571153c3f088'/>
<id>urn:sha1:93e66b4911b7285f9095712ef746571153c3f088</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;

Conflicts:
	altosdroid/src/org/altusmetrum/AltosDroid/AltosVoice.java
</content>
</entry>
<entry>
<title>altosdroid: update to support new state code</title>
<updated>2013-09-05T18:42:22+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2013-09-03T03:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ee14ad16c242e8bd7a9d33ebf569211d1490b8e1'/>
<id>urn:sha1:ee14ad16c242e8bd7a9d33ebf569211d1490b8e1</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;

Conflicts:
	altosdroid/src/org/altusmetrum/AltosDroid/TabAscent.java
	altosdroid/src/org/altusmetrum/AltosDroid/TabDescent.java
	altosdroid/src/org/altusmetrum/AltosDroid/TabPad.java
</content>
</entry>
<entry>
<title>altoslib: Finish AltosState changes. Update version number.</title>
<updated>2013-09-05T18:35:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-05T18:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5b976a6651f4eb05d30afc08b9e1f27c7e52ae00'/>
<id>urn:sha1:5b976a6651f4eb05d30afc08b9e1f27c7e52ae00</id>
<content type='text'>
Removes all of the AltosRecord bits, changes the monitor idle bits to
have per-object state updaters.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Add note to report TeleBT battery level</title>
<updated>2013-08-17T15:35:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-17T15:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bed68ef5a6999b2e23853958502a689a7dbc15b3'/>
<id>urn:sha1:bed68ef5a6999b2e23853958502a689a7dbc15b3</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Just use GPS location provider to build on 4.2</title>
<updated>2013-07-03T00:53:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-07-03T00:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=156e60954fae15bc090984f79cd5594f910ca913'/>
<id>urn:sha1:156e60954fae15bc090984f79cd5594f910ca913</id>
<content type='text'>
Attempts to use the network provider cause the app to crash

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add altosdroid notebook entry for imperial units</title>
<updated>2013-05-10T04:03:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-10T04:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=271e8adbc9549c7b3b4d0ec14e4edb1a6ab715d1'/>
<id>urn:sha1:271e8adbc9549c7b3b4d0ec14e4edb1a6ab715d1</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
