summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Implement a search mechanism.David A. Madore2010-04-274-1/+35
|
* Range details similar to character details.David A. Madore2010-04-272-1/+20
|
* Show character details on long click.David A. Madore2010-04-271-0/+18
|
* Move certain constant strings to resources.David A. Madore2010-04-262-6/+12
|
* Restructure deeply: now we have a single activity, with a dedicated adapter.David A. Madore2010-04-262-0/+0
| | | | | | | | 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.
* List layout: display characters differently from their labels.David A. Madore2010-04-252-4/+22
| | | | | This is done by making UnicodeCharacter implement Map<String,String> so as to use it in a SimpleAdapter, but really, this is ugly.
* Start using a non-trivial layout. So far, doesn't do much.David A. Madore2010-04-251-0/+28
|
* Start a very primitive unicode character map.David A. Madore2010-04-222-0/+11