<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android/UnicodeMap.git/res, branch v0.0.1</title>
<subtitle>Android Unicode Map app</subtitle>
<id>http://git.madore.org/cgit/android/UnicodeMap.git/atom?h=v0.0.1</id>
<link rel='self' href='http://git.madore.org/cgit/android/UnicodeMap.git/atom?h=v0.0.1'/>
<link rel='alternate' type='text/html' href='http://git.madore.org/cgit/android/UnicodeMap.git/'/>
<updated>2010-04-27T03:33:54+00:00</updated>
<entry>
<title>Add a (very very) ugly icon, because it seems required.</title>
<updated>2010-04-27T03:33:54+00:00</updated>
<author>
<name>David A. Madore</name>
<email>david+git@madore.org</email>
</author>
<published>2010-04-27T03:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.madore.org/cgit/android/UnicodeMap.git/commit/?id=356770deccdb8d777bfd7c8682a7d62eb55baff0'/>
<id>urn:sha1:356770deccdb8d777bfd7c8682a7d62eb55baff0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a very hastily written "about".</title>
<updated>2010-04-27T02:13:20+00:00</updated>
<author>
<name>David A. Madore</name>
<email>david+git@madore.org</email>
</author>
<published>2010-04-27T02:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.madore.org/cgit/android/UnicodeMap.git/commit/?id=d6faabdfba24aa85683f21595661063166a3d940'/>
<id>urn:sha1:d6faabdfba24aa85683f21595661063166a3d940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change title to reflect what is being displayed.</title>
<updated>2010-04-27T01:28:16+00:00</updated>
<author>
<name>David A. Madore</name>
<email>david+git@madore.org</email>
</author>
<published>2010-04-27T01:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.madore.org/cgit/android/UnicodeMap.git/commit/?id=0278ab996f751df3dd735e1d5eeba76248a46618'/>
<id>urn:sha1:0278ab996f751df3dd735e1d5eeba76248a46618</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement a search mechanism.</title>
<updated>2010-04-27T00:24:17+00:00</updated>
<author>
<name>David A. Madore</name>
<email>david+git@madore.org</email>
</author>
<published>2010-04-27T00:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.madore.org/cgit/android/UnicodeMap.git/commit/?id=221e994358da9d5e18fe490a19389093dfe4e755'/>
<id>urn:sha1:221e994358da9d5e18fe490a19389093dfe4e755</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Range details similar to character details.</title>
<updated>2010-04-27T00:23:39+00:00</updated>
<author>
<name>David A. Madore</name>
<email>david+git@madore.org</email>
</author>
<published>2010-04-26T20:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.madore.org/cgit/android/UnicodeMap.git/commit/?id=e37377a5d3ca4c78c440b097af4186cbbd81a6a0'/>
<id>urn:sha1:e37377a5d3ca4c78c440b097af4186cbbd81a6a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show character details on long click.</title>
<updated>2010-04-27T00:22:30+00:00</updated>
<author>
<name>David A. Madore</name>
<email>david+git@madore.org</email>
</author>
<published>2010-04-26T20:28:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.madore.org/cgit/android/UnicodeMap.git/commit/?id=4307bce6cd10fe0e3ebb86118d2077fbd78ff1cb'/>
<id>urn:sha1:4307bce6cd10fe0e3ebb86118d2077fbd78ff1cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move certain constant strings to resources.</title>
<updated>2010-04-26T17:17:24+00:00</updated>
<author>
<name>David A. Madore</name>
<email>david+git@madore.org</email>
</author>
<published>2010-04-26T17:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.madore.org/cgit/android/UnicodeMap.git/commit/?id=cddec9d933c4bc46e4bec6094630ea7a19fd6860'/>
<id>urn:sha1:cddec9d933c4bc46e4bec6094630ea7a19fd6860</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restructure deeply: now we have a single activity, with a dedicated adapter.</title>
<updated>2010-04-26T16:47:42+00:00</updated>
<author>
<name>David A. Madore</name>
<email>david+git@madore.org</email>
</author>
<published>2010-04-26T16:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.madore.org/cgit/android/UnicodeMap.git/commit/?id=6fdb1a4b8f2fa07cabc742d71048e8f5ecfdaac8'/>
<id>urn:sha1:6fdb1a4b8f2fa07cabc742d71048e8f5ecfdaac8</id>
<content type='text'>
The UnicodeArrayAdapter displays a list of UnicodeDisplayable, which
can be either UnicodeCharacter or UnicodeCharacter.Range, and provides
appropriate views for either one.  Rather than changing activity, we
change the ListAdapter.  To simulate an activity stack, we capture the
back key.
</content>
</entry>
<entry>
<title>List layout: display characters differently from their labels.</title>
<updated>2010-04-25T19:54:54+00:00</updated>
<author>
<name>David A. Madore</name>
<email>david@procyon.(none)</email>
</author>
<published>2010-04-25T19:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.madore.org/cgit/android/UnicodeMap.git/commit/?id=dfccb7883425392290f5bf9afc845bae776320e9'/>
<id>urn:sha1:dfccb7883425392290f5bf9afc845bae776320e9</id>
<content type='text'>
This is done by making UnicodeCharacter implement Map&lt;String,String&gt;
so as to use it in a SimpleAdapter, but really, this is ugly.
</content>
</entry>
<entry>
<title>Start using a non-trivial layout.  So far, doesn't do much.</title>
<updated>2010-04-25T17:52:37+00:00</updated>
<author>
<name>David A. Madore</name>
<email>david@procyon.(none)</email>
</author>
<published>2010-04-25T17:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.madore.org/cgit/android/UnicodeMap.git/commit/?id=8d56c5f19480646445fc277ee14addad597617c6'/>
<id>urn:sha1:8d56c5f19480646445fc277ee14addad597617c6</id>
<content type='text'>
</content>
</entry>
</feed>
