summaryrefslogtreecommitdiffstats
path: root/src/org/madore/android/unicodeMap/UnicodeMapActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Use a separate thread for populating database. Still doesn't work.David A. Madore2010-04-251-0/+26
| | | | | I don't understand the point of this whole rigmarole, nor do I understand why it doesn't work... :-(
* Create a two-tiered menu system.David A. Madore2010-04-241-16/+29
| | | | | UnicodeMapActivity is the root activity, which launches UnicodeListActivity for the desired range.
* Store data in a SQLite database.David A. Madore2010-04-231-28/+7
|
* Start a very primitive unicode character map.David A. Madore2010-04-221-0/+64