summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Indicate character block (and not just category) in details.HEADmasterDavid A. Madore2013-09-044-7/+55
|
* Check in project.properties (apparently it should).v0.0.4David A. Madore2012-03-161-0/+11
|
* Database population method: "please do not interrupt".David A. Madore2012-03-161-1/+1
|
* Bump version number (to 0.0.4) and change link to description page.David A. Madore2012-03-163-6/+6
|
* Make various text widgets selectable on sufficiently recent Android versions.David A. Madore2012-03-161-0/+15
|
* Add a button to copy a character's name.David A. Madore2012-03-163-0/+15
|
* Add copy and append buttons to character popup.David A. Madore2012-03-163-5/+38
|
* Give Unicode proper credit for version 6.1.0.David A. Madore2012-03-161-5/+4
|
* Remove obsolete cruft.David A. Madore2012-03-164-68/+0
|
* Upgrade Android target API.David A. Madore2012-03-163-27/+1
|
* Declare app to be content with any screen size whatsoever.David A. Madore2012-03-162-4/+6
|
* Upgrade database to Unicode 6.1.David A. Madore2012-03-1621-601/+3226
|
* TODO for future versions.David A. Madore2011-03-191-0/+6
|
* Bump version number to 0.0.3. Give proper Unicode copyright in About.v0.0.3David A. Madore2010-05-022-5/+5
|
* Title decode string results as "decode results".David A. Madore2010-05-022-1/+3
| | | | | The string itself may contain nasty stuff, or be too long, or whatever: avoid using it as title.
* "Initializing database" is better than "Loading Unicode database".David A. Madore2010-05-021-1/+1
| | | | (Makes it clearer that wait will be necessary only on first launch.)
* Provide links to Unihan database on www.unicode.org for CJK ideographs.David A. Madore2010-05-014-0/+29
|
* New feature: decode Unicode character string.David A. Madore2010-05-016-2/+146
|
* Improve "about" (and provide link to my programs page).v0.0.2David A. Madore2010-04-293-2/+20
|
* Bump version number. (Including database, to force repopulation.)David A. Madore2010-04-293-6/+6
|
* Update TODO.David A. Madore2010-04-291-3/+1
|
* Display character category along with details.David A. Madore2010-04-293-31/+45
|
* Avoid listing empty ranges.David A. Madore2010-04-291-1/+7
|
* Make search a bit more friendly.David A. Madore2010-04-292-1/+7
|
* Add range description to subrange titles.David A. Madore2010-04-293-5/+12
|
* Add a "go" feature.David A. Madore2010-04-294-4/+125
|
* Update TODO.David A. Madore2010-04-291-11/+4
|
* This is Java: we have the Math.min and Math.max functions!David A. Madore2010-04-292-5/+5
|
* More proper handling of CJK and Hangul.David A. Madore2010-04-293-39/+125
|
* Preliminary implementation of CJK and Hangul.David A. Madore2010-04-272-2/+87
|
* Dynamically generate subranges on large character zones.David A. Madore2010-04-274-19/+51
|
* 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
| | | | | This works surprisingly well: there must be a grue hiding in the darkness waiting to eat me. :-)
* Overhaul the way display history is memorized.David A. Madore2010-04-271-79/+113
| | | | | | | | In a nutshell: a UnicodeMapActivity.Display stores the kind of content the ListView can have (the root, a Unicode range, or a search result). The doDisplay() method actually performs such a display, and is generally called after saveDisplay() which stores the current display (curDisp) in the display stack together with position information.
* Merge branch 'temp/forgot-about'David A. Madore2010-04-271-0/+15
|\
| * Had forgotten to commit about_layout.xml :-(David A. Madore2010-04-271-0/+15
| | | | | | | | | | | | I hate this, it happens all the time. And this time I can't even rewrite history because I published hashes all over the place. This means release 0.0.1 is BROKEN. :-(((
* | 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-2722-773/+3292
| |
* | Retrograde version in manifest file to 0.0.1, for modesty's sake. :-)v0.0.1David A. Madore2010-04-271-1/+1
| |
* | Take note of another problem to be solved in the future.David A. Madore2010-04-271-0/+6
| |
* | Declare required SDK (Android 1.5).David A. Madore2010-04-271-0/+1
| |
* | Add a (very very) ugly icon, because it seems required.David A. Madore2010-04-272-1/+2
|/
* Add a very hastily written "about".David A. Madore2010-04-273-0/+29
|
* Write down ideas for future improvements.David A. Madore2010-04-271-0/+14
|
* Change title to reflect what is being displayed.David A. Madore2010-04-272-3/+20
|
* Clean up saving of view history.David A. Madore2010-04-271-32/+53
|
* Implement a search mechanism.David A. Madore2010-04-276-6/+151
|
* Range details similar to character details.David A. Madore2010-04-274-7/+42
|
* Show character details on long click.David A. Madore2010-04-273-27/+121
|
* Remember position in list when returning.David A. Madore2010-04-261-9/+21
| | | | Phew! Finding how to do this was far from obvious!