<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch 1.8.7</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.8.7</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.8.7'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-10-07T21:12:02+00:00</updated>
<entry>
<title>altoslib: Be less chatty about map loading</title>
<updated>2018-10-07T21:12:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T21:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=444fdd96515cc7163c49942ac2435ace8e7bb5bf'/>
<id>urn:sha1:444fdd96515cc7163c49942ac2435ace8e7bb5bf</id>
<content type='text'>
Only mention when a new tile is being fetched from the server.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: NumberFormat can't be shared between parsers</title>
<updated>2018-10-07T20:55:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T20:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=173e72429fb494ea3832e3e38ee90f165fbff4cf'/>
<id>urn:sha1:173e72429fb494ea3832e3e38ee90f165fbff4cf</id>
<content type='text'>
AltosJson uses NumberFormat to ensure locale-independent parsing of
values. However, NumberFormat appears to have some internal state
which means that each thread needs to have an independent NumberFormat
object. Create one for each parser as needed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/altosdroid: Disable offline map type selections</title>
<updated>2018-10-07T17:01:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T17:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5c957107ee5917d865eb866319f86cf8c109f212'/>
<id>urn:sha1:5c957107ee5917d865eb866319f86cf8c109f212</id>
<content type='text'>
Our server only supports hybrid maps for now. If that changes, we can
re-add this support easily enough.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Retry map connections 10 times on network failure</title>
<updated>2018-10-07T04:33:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T04:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a8f4af38d7abbb1da922b5e4d84af218475f1752'/>
<id>urn:sha1:a8f4af38d7abbb1da922b5e4d84af218475f1752</id>
<content type='text'>
This covers a host of problems between the application and google maps.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Change map loading to lat=&amp;lon= from center=</title>
<updated>2018-10-07T04:33:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T03:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ff5faf1cc710b7e9299dcaec719bc2421f4ca5b4'/>
<id>urn:sha1:ff5faf1cc710b7e9299dcaec719bc2421f4ca5b4</id>
<content type='text'>
This is easier to parse.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Use https for launch-sites.txt</title>
<updated>2018-10-07T04:33:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T03:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=21c630af7181a03b44cfcfa1cc787212501785ec'/>
<id>urn:sha1:21c630af7181a03b44cfcfa1cc787212501785ec</id>
<content type='text'>
http causes a redirect, which Java doesn't handle

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Switch to maps.altusmetrum.org when no google map key is available</title>
<updated>2018-10-07T02:48:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T02:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c7b1f3c6722ae59d09a888084075664446ff2768'/>
<id>urn:sha1:c7b1f3c6722ae59d09a888084075664446ff2768</id>
<content type='text'>
The map key is only usable from maps.altusmetrum.org at this point,
and that service will be proxying for everyone in the near future.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Allow launch site URL to be overridden at runtime</title>
<updated>2018-10-07T02:48:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T02:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fe761eb413430c061b12f6ca8003665e56e20262'/>
<id>urn:sha1:fe761eb413430c061b12f6ca8003665e56e20262</id>
<content type='text'>
Expose a public variable, AltosLaunchSites.launch_sites_url, that will
be used in place of the environment variable or pre-defined value.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos</title>
<updated>2018-10-07T00:55:05+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2018-10-07T00:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=073ebc77bbd813eb97c515ecf3c2d104d6157843'/>
<id>urn:sha1:073ebc77bbd813eb97c515ecf3c2d104d6157843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altoslib: update launch-sites.txt location to new home at maps.altusmetrum.org</title>
<updated>2018-10-07T00:54:35+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2018-10-07T00:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fb167d9f589d3e42e0f99b9f454a51a31e09050a'/>
<id>urn:sha1:fb167d9f589d3e42e0f99b9f454a51a31e09050a</id>
<content type='text'>
</content>
</entry>
</feed>
