summaryrefslogtreecommitdiffstats
path: root/src/org/madore/android/unicodeMap/UnicodeDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* Upgrade database to Unicode 6.1.David A. Madore2012-03-161-2/+2
* Bump version number. (Including database, to force repopulation.)David A. Madore2010-04-291-1/+1
* This is Java: we have the Math.min and Math.max functions!David A. Madore2010-04-291-2/+2
* More proper handling of CJK and Hangul.David A. Madore2010-04-291-17/+71
* Preliminary implementation of CJK and Hangul.David A. Madore2010-04-271-2/+29
* Upgrade database to Unicode 5.2.David A. Madore2010-04-271-1/+1
* Implement a search mechanism.David A. Madore2010-04-271-1/+11
* Fix various brokennesses. Populate database only when necessary.David A. Madore2010-04-251-10/+29
* Repair progress bar. Use a transaction for populating db.David A. Madore2010-04-251-2/+5
* Use a separate thread for populating database. Still doesn't work.David A. Madore2010-04-251-23/+28
* Full Unicode database. But progress bar does not work.David A. Madore2010-04-241-38/+65
* 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