<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosuilib/AltosUIMapPreload.java, branch 1.6.4</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.6.4</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.6.4'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2016-05-28T03:30:18+00:00</updated>
<entry>
<title>altosuilib: Fill preload map on site or lat/lon change</title>
<updated>2016-05-28T03:30:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-05-28T03:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f982248573c1b646ac53fde980a60ada5404f6aa'/>
<id>urn:sha1:f982248573c1b646ac53fde980a60ada5404f6aa</id>
<content type='text'>
This loads the map view with the selected area when the site entry is
changed or the user hits return in the lat/lon fields. This lets you
see the target launch site without having to load the whole preload set.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Rename AltosUIMap*New.java to AltosUIMap*.java</title>
<updated>2016-05-25T06:44:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-05-25T06:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0d966b74f756e88e5dffa92400b105f540429262'/>
<id>urn:sha1:0d966b74f756e88e5dffa92400b105f540429262</id>
<content type='text'>
This code isn't really new anymore...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Remove old map bits</title>
<updated>2015-05-26T07:56:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-05-26T07:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4895f443e4a748de2677e51869f20c05d265c944'/>
<id>urn:sha1:4895f443e4a748de2677e51869f20c05d265c944</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosuilib: Update library version to 7</title>
<updated>2015-05-26T03:34:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-05-26T03:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cb23b992be8ba40c97d8988c134a814a13ccd58c'/>
<id>urn:sha1:cb23b992be8ba40c97d8988c134a814a13ccd58c</id>
<content type='text'>
So many ABI/API changes

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Expose locale and non-locale floating point parsing functions</title>
<updated>2015-05-19T17:09:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-05-19T17:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3e5e9333420ede74d998556c1bbd5888e8ff75ae'/>
<id>urn:sha1:3e5e9333420ede74d998556c1bbd5888e8ff75ae</id>
<content type='text'>
UI bits use locale-specific floating point formats, so parsing those
needs to use the locale. Network-based data, like .kml bits need to
use non-locale-specific parsing code, so now we've got both APIs
available, and each used as appropriate.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Bump java library versions</title>
<updated>2015-02-08T04:42:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-02-08T04:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4231d68bae69d9a7d1f52205002db452cd5f986d'/>
<id>urn:sha1:4231d68bae69d9a7d1f52205002db452cd5f986d</id>
<content type='text'>
Lots of minor API/ABI changes; make sure people can install both 1.5
and 1.6 at the same time.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>java: Bump java library versions for next release</title>
<updated>2014-06-17T05:49:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-17T05:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c8078d352a7f54a4a97d25af080155d3f875536a'/>
<id>urn:sha1:c8078d352a7f54a4a97d25af080155d3f875536a</id>
<content type='text'>
Prepare for future release by bumping java versions now

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Remove some debugging printfs</title>
<updated>2014-06-15T05:23:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-15T05:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6cad0b783f654864f0d6d8726c74605f108db3e0'/>
<id>urn:sha1:6cad0b783f654864f0d6d8726c74605f108db3e0</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Serialize access to async tile notify function in preload</title>
<updated>2014-06-15T01:55:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-15T01:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5392ee3c5328f8384ed30a2d147e4be96075e064'/>
<id>urn:sha1:5392ee3c5328f8384ed30a2d147e4be96075e064</id>
<content type='text'>
This ensures that we see each tile getting downloaded and don't
mis-count, which would result in wedging the process

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosuilib: Make map-cache per-window instead of global</title>
<updated>2014-06-14T04:26:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-14T04:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9a6a3c34293eac6442f766e13ce148f595e891eb'/>
<id>urn:sha1:9a6a3c34293eac6442f766e13ce148f595e891eb</id>
<content type='text'>
This consumes more memory, but avoids cache conflicts between windows

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