summaryrefslogtreecommitdiffstats
path: root/src/org/madore/android/unicodeMap/UnicodeCharacter.java
Commit message (Collapse)AuthorAgeFilesLines
* Range details similar to character details.David A. Madore2010-04-271-4/+1
|
* Show character details on long click.David A. Madore2010-04-271-0/+32
|
* Reuse constant strings for UnicodeCharacter labels and whatnots.David A. Madore2010-04-261-10/+22
|
* Restructure deeply: now we have a single activity, with a dedicated adapter.David A. Madore2010-04-261-85/+194
| | | | | | | | 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-251-1/+84
| | | | | This is done by making UnicodeCharacter implement Map<String,String> so as to use it in a SimpleAdapter, but really, this is ugly.
* Make categories into an enum. Show only printable characters.David A. Madore2010-04-241-5/+87
|
* Store data in a SQLite database.David A. Madore2010-04-231-1/+3
|
* Start a very primitive unicode character map.David A. Madore2010-04-221-0/+35