summaryrefslogtreecommitdiffstats
path: root/src/org/madore/android/unicodeMap/UnicodeListActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Full Unicode database. But progress bar does not work.David A. Madore2010-04-241-1/+1
| | | | | | 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-241-0/+52
UnicodeMapActivity is the root activity, which launches UnicodeListActivity for the desired range.