<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosdroid/res/layout/tab_map.xml, 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>2015-07-12T05:17:16+00:00</updated>
<entry>
<title>altosdroid: Clean up tab layout</title>
<updated>2015-07-12T05:17:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-07-12T05:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c4af5cb233013b35d6763f5adf8d11b47f847111'/>
<id>urn:sha1:c4af5cb233013b35d6763f5adf8d11b47f847111</id>
<content type='text'>
Fuss with weights and gravitys, then add some wrapping layouts to get
things looking reasonable on small and larger screens.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Get rid of on-line only maps tab</title>
<updated>2015-06-23T04:04:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-23T01:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a959c1926048d1b96a06aa291131afd7c8e771c7'/>
<id>urn:sha1:a959c1926048d1b96a06aa291131afd7c8e771c7</id>
<content type='text'>
The offline tab did both, so delete the online one and replace it with
the offline one.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Display online/offline maps in same tab</title>
<updated>2015-06-23T04:04:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-06-23T01:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=18fe64cf2648568dd0bde5acd7b627f1ddb6917e'/>
<id>urn:sha1:18fe64cf2648568dd0bde5acd7b627f1ddb6917e</id>
<content type='text'>
Make the map portion switchable between online and offline maps,
leaving the rest of the tab alone.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Show our position in the map tab. Squeeze to fit phones</title>
<updated>2013-04-13T18:39:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-13T18:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e4b6fc3238ad9911fd40ef25accf82a401cb190f'/>
<id>urn:sha1:e4b6fc3238ad9911fd40ef25accf82a401cb190f</id>
<content type='text'>
Shrink everything to fit on phones, then add phone location to the map tab

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: Shrink text so it fits on my phone</title>
<updated>2013-04-13T17:50:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-13T17:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5077f3ad1967a33712e9ff411e3b2a0b4e1a5c4a'/>
<id>urn:sha1:5077f3ad1967a33712e9ff411e3b2a0b4e1a5c4a</id>
<content type='text'>
Yes, this is a hack; will try to figure out how to make it resizeable

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosdroid: programmatically create map fragment</title>
<updated>2013-03-10T07:40:13+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2013-03-10T07:40:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b7c82b867b12ca016164725f3736bc5b55048999'/>
<id>urn:sha1:b7c82b867b12ca016164725f3736bc5b55048999</id>
<content type='text'>
* Allows reliable fetching of a GoogleMap handle.
* Set map options, initial location (NCR North for now, temporarily)
* Add some info fields below map, and update them accordingly

Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>altosdroid: Import initial versions of XML and Java for Tab content</title>
<updated>2013-03-07T08:28:45+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2013-03-07T08:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=59dfcbe14622c20aaa7d5b131eece9f4c8db6887'/>
<id>urn:sha1:59dfcbe14622c20aaa7d5b131eece9f4c8db6887</id>
<content type='text'>
* Includes TabsAdapter class borrowed from Support Library sample code
* New "GoNoGoLights" class for dealing with the red/green/gray LEDs
* extra required strings in strings.xml
* Couple of support functions in AltosDroid.java
* rudimentary Maps tab - does nothing at present.

Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
</feed>
