summaryrefslogtreecommitdiffstats
path: root/src/org/madore/android/unicodeMap/UnicodeDatabase.java
Commit message (Collapse)AuthorAgeFilesLines
* Use a separate thread for populating database. Still doesn't work.David A. Madore2010-04-251-23/+28
| | | | | I don't understand the point of this whole rigmarole, nor do I understand why it doesn't work... :-(
* Full Unicode database. But progress bar does not work.David A. Madore2010-04-241-38/+65
| | | | | | 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.
* Make categories into an enum. Show only printable characters.David A. Madore2010-04-241-2/+3
|
* Store data in a SQLite database.David A. Madore2010-04-231-0/+174