<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosdroid/Makefile.am, branch 1.1.9.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.1.9.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.1.9.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-10-22T06:17:58+00:00</updated>
<entry>
<title>altosdroid: add autogenerated BuildInfo.java</title>
<updated>2012-10-22T06:17:58+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-10-21T22:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4b41561abf9144e73995ccc18eadad7936d1dd15'/>
<id>urn:sha1:4b41561abf9144e73995ccc18eadad7936d1dd15</id>
<content type='text'>
* Generated by shell script that parses git describe
* Makefile rule to call script on every run
* also includes eclipse hooks to call shell script on build

Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>altosdroid: initial implementation of telemetry logging.</title>
<updated>2012-09-18T11:47:50+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-09-18T11:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3fe5c2f9fc01258d45c20070e9874d76bc6c8c07'/>
<id>urn:sha1:3fe5c2f9fc01258d45c20070e9874d76bc6c8c07</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>altosdroid: Update Makefile.am</title>
<updated>2012-09-18T11:38:12+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-09-18T11:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f79b445cc29fc1e424f99c97e71c7d3637bf4ba6'/>
<id>urn:sha1:f79b445cc29fc1e424f99c97e71c7d3637bf4ba6</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>altosdroid: update Makefile.am for source file changes.</title>
<updated>2012-08-28T11:20:04+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-08-28T11:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cb8f01745c9e8f258f96358b46e1caf17d6b0c9f'/>
<id>urn:sha1:cb8f01745c9e8f258f96358b46e1caf17d6b0c9f</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>Re-work external lib support for newer Android SDK</title>
<updated>2012-08-02T09:16:54+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-08-02T09:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=599e28b2242c79bdd0960ef16e580e51a2fa3795'/>
<id>urn:sha1:599e28b2242c79bdd0960ef16e580e51a2fa3795</id>
<content type='text'>
* Remove older *.properties methods of locating lib dir
* clean up Eclipse classpath file
* adjust Makefile.am to link AltosLib.jar into libs/

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>Demonstrate using AltosLib from altosdroid</title>
<updated>2012-06-03T02:39:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-02-23T03:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9b659904109f992b8a3e61efb94e81cdb19af1c9'/>
<id>urn:sha1:9b659904109f992b8a3e61efb94e81cdb19af1c9</id>
<content type='text'>
Get things hooked up so that we can use AltosLib functions from the
android application; it's a bit of a hack at present, but appears to
work. Some more 'official' technique would be nice...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add altosdroid/Makefile.am</title>
<updated>2012-06-03T02:38:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-01-06T00:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fc86ae58c3a296730fa99010cc27b8b3c2c3b780'/>
<id>urn:sha1:fc86ae58c3a296730fa99010cc27b8b3c2c3b780</id>
<content type='text'>
</content>
</entry>
</feed>
