summaryrefslogtreecommitdiffstats
path: root/src/org/madore/android/unicodeMap/UnicodeCharacter.java
Commit message (Expand)AuthorAgeFilesLines
* Add range description to subrange titles.David A. Madore2010-04-291-0/+1
* This is Java: we have the Math.min and Math.max functions!David A. Madore2010-04-291-3/+3
* More proper handling of CJK and Hangul.David A. Madore2010-04-291-22/+49
* Preliminary implementation of CJK and Hangul.David A. Madore2010-04-271-0/+58
* Dynamically generate subranges on large character zones.David A. Madore2010-04-271-1/+1
* Fix off-by-one error at end of Unicode ranges.David A. Madore2010-04-271-7/+7
* Upgrade database to Unicode 5.2.David A. Madore2010-04-271-0/+26
* Range details similar to character details.David A. Madore2010-04-271-4/+1
* Show character details on long click.David A. Madore2010-04-271-0/+32
* Reuse constant strings for UnicodeCharacter labels and whatnots.David A. Madore2010-04-261-10/+22
* Restructure deeply: now we have a single activity, with a dedicated adapter.David A. Madore2010-04-261-85/+194
* List layout: display characters differently from their labels.David A. Madore2010-04-251-1/+84
* Make categories into an enum. Show only printable characters.David A. Madore2010-04-241-5/+87
* Store data in a SQLite database.David A. Madore2010-04-231-1/+3
* Start a very primitive unicode character map.David A. Madore2010-04-221-0/+35