summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Full Unicode database. But progress bar does not work.David A. Madore2010-04-242-39/+66
| | | | | | The Unicode database should be populated from the assets by calling .populate() on it: this works but, for some reason, the progress bar does not appear.
* Create a two-tiered menu system.David A. Madore2010-04-242-16/+81
| | | | | UnicodeMapActivity is the root activity, which launches UnicodeListActivity for the desired range.
* Make categories into an enum. Show only printable characters.David A. Madore2010-04-242-7/+90
|
* Store data in a SQLite database.David A. Madore2010-04-233-29/+184
|
* Start a very primitive unicode character map.David A. Madore2010-04-222-0/+99