<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch 1.6.0.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.6.0.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.6.0.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-06-24T04:47:06+00:00</updated>
<entry>
<title>altoslib: Typo slipped into AltosState.java</title>
<updated>2015-06-24T04:47:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-24T04:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f275e73f42e0aaf1760da99fb93c394320aafb84'/>
<id>urn:sha1:f275e73f42e0aaf1760da99fb93c394320aafb84</id>
<content type='text'>
Oops.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Use a longer filter for descent values</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:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=60b8bea12edb954e6140a92c8412364c9581e3c2'/>
<id>urn:sha1:60b8bea12edb954e6140a92c8412364c9581e3c2</id>
<content type='text'>
This makes descent speeds almost useful, a huge improvement

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Select tracker by clicking on map</title>
<updated>2015-06-23T04:04:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-23T03:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0f56903774d9e8bb033dfc0af6945e8ddc1d3065'/>
<id>urn:sha1:0f56903774d9e8bb033dfc0af6945e8ddc1d3065</id>
<content type='text'>
This lets you pick a  tracker from the map, rather than having to use
the menu.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add set_zoom_centre to AltosMap</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:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e0c318cdd32b3c3fed5099c754aea3ebc6186a0f'/>
<id>urn:sha1:e0c318cdd32b3c3fed5099c754aea3ebc6186a0f</id>
<content type='text'>
This zooms around a specific point, keeping it at the same place on
the screen.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Clean up map tile removal</title>
<updated>2015-06-23T04:04:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-20T18:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3882e358b6f2970cb1afebcf2a71da34a57002df'/>
<id>urn:sha1:3882e358b6f2970cb1afebcf2a71da34a57002df</id>
<content type='text'>
Remove them while walking the hash table, rather than creating a list
to remove.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosuilib: Fix equals methods, add hashCode</title>
<updated>2015-06-23T04:04:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-20T16:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0cc03210d5d53d12604688f294b6ca39e3a025de'/>
<id>urn:sha1:0cc03210d5d53d12604688f294b6ca39e3a025de</id>
<content type='text'>
Whenever we use a class as a HashMap key, that class needs to override
the equals(Object) and hashCode() methods. Otherwise, the hash table
won't work right.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Remove debug output from AltosMap</title>
<updated>2015-06-17T07:13:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-17T06:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=469be0a57dc9932c26f9c38986d22f6e8b2fd6ed'/>
<id>urn:sha1:469be0a57dc9932c26f9c38986d22f6e8b2fd6ed</id>
<content type='text'>
It's just annoying now.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Expose public function to set state.product</title>
<updated>2015-06-17T07:13:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-17T06:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=76532162d63239b00a51dd0ff6b1356b07b62d2d'/>
<id>urn:sha1:76532162d63239b00a51dd0ff6b1356b07b62d2d</id>
<content type='text'>
Just adds a setter function for this value.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Let the application disable the link cancel dialog</title>
<updated>2015-06-17T07:13:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-17T06:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5cacce8099bfc4fa4019538ac88be00bd2023865'/>
<id>urn:sha1:5cacce8099bfc4fa4019538ac88be00bd2023865</id>
<content type='text'>
This lets the application control whether to pop up the cancel dialog
when the link isn't working.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Set product for idle monitor</title>
<updated>2015-06-17T07:13:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-17T06:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=75682a5a18f28acf8f4a61a0d45dad461218186e'/>
<id>urn:sha1:75682a5a18f28acf8f4a61a0d45dad461218186e</id>
<content type='text'>
This lets the UI show the product name

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