summaryrefslogtreecommitdiffstats
path: root/src/org/madore/android/unicodeMap/UnicodeMapActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Provide links to Unihan database on www.unicode.org for CJK ideographs.David A. Madore2010-05-011-0/+24
* New feature: decode Unicode character string.David A. Madore2010-05-011-0/+90
* Improve "about" (and provide link to my programs page).v0.0.2David A. Madore2010-04-291-1/+13
* Display character category along with details.David A. Madore2010-04-291-0/+2
* Avoid listing empty ranges.David A. Madore2010-04-291-1/+7
* Make search a bit more friendly.David A. Madore2010-04-291-0/+3
* Add range description to subrange titles.David A. Madore2010-04-291-5/+10
* Add a "go" feature.David A. Madore2010-04-291-4/+89
* More proper handling of CJK and Hangul.David A. Madore2010-04-291-0/+5
* Dynamically generate subranges on large character zones.David A. Madore2010-04-271-16/+41
* Use soft references to cache result lists from history.David A. Madore2010-04-271-2/+20
* Retain display (and display history) on configuration change.David A. Madore2010-04-271-7/+31
* Overhaul the way display history is memorized.David A. Madore2010-04-271-79/+113
* Add a very hastily written "about".David A. Madore2010-04-271-0/+18
* Change title to reflect what is being displayed.David A. Madore2010-04-271-3/+18
* Clean up saving of view history.David A. Madore2010-04-271-32/+53
* Implement a search mechanism.David A. Madore2010-04-271-4/+105
* Range details similar to character details.David A. Madore2010-04-271-2/+21
* Show character details on long click.David A. Madore2010-04-271-27/+71
* Remember position in list when returning.David A. Madore2010-04-261-9/+21
* Move certain constant strings to resources.David A. Madore2010-04-261-6/+7
* Restructure deeply: now we have a single activity, with a dedicated adapter.David A. Madore2010-04-261-222/+81
* List layout: display characters differently from their labels.David A. Madore2010-04-251-1/+1
* Start using a non-trivial layout. So far, doesn't do much.David A. Madore2010-04-251-0/+1
* Full repertoire of Unicode blocks.David A. Madore2010-04-251-1/+167
* Fix various brokennesses. Populate database only when necessary.David A. Madore2010-04-251-25/+31
* Repair progress bar. Use a transaction for populating db.David A. Madore2010-04-251-1/+3
* Use a separate thread for populating database. Still doesn't work.David A. Madore2010-04-251-0/+26
* Create a two-tiered menu system.David A. Madore2010-04-241-16/+29
* 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