Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indicate character block (and not just category) in details.HEADmaster | David A. Madore | 2013-09-04 | 4 | -7/+55 |
| | |||||
* | Check in project.properties (apparently it should).v0.0.4 | David A. Madore | 2012-03-16 | 1 | -0/+11 |
| | |||||
* | Database population method: "please do not interrupt". | David A. Madore | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | Bump version number (to 0.0.4) and change link to description page. | David A. Madore | 2012-03-16 | 3 | -6/+6 |
| | |||||
* | Make various text widgets selectable on sufficiently recent Android versions. | David A. Madore | 2012-03-16 | 1 | -0/+15 |
| | |||||
* | Add a button to copy a character's name. | David A. Madore | 2012-03-16 | 3 | -0/+15 |
| | |||||
* | Add copy and append buttons to character popup. | David A. Madore | 2012-03-16 | 3 | -5/+38 |
| | |||||
* | Give Unicode proper credit for version 6.1.0. | David A. Madore | 2012-03-16 | 1 | -5/+4 |
| | |||||
* | Remove obsolete cruft. | David A. Madore | 2012-03-16 | 4 | -68/+0 |
| | |||||
* | Upgrade Android target API. | David A. Madore | 2012-03-16 | 3 | -27/+1 |
| | |||||
* | Declare app to be content with any screen size whatsoever. | David A. Madore | 2012-03-16 | 2 | -4/+6 |
| | |||||
* | Upgrade database to Unicode 6.1. | David A. Madore | 2012-03-16 | 21 | -601/+3226 |
| | |||||
* | TODO for future versions. | David A. Madore | 2011-03-19 | 1 | -0/+6 |
| | |||||
* | Bump version number to 0.0.3. Give proper Unicode copyright in About.v0.0.3 | David A. Madore | 2010-05-02 | 2 | -5/+5 |
| | |||||
* | Title decode string results as "decode results". | David A. Madore | 2010-05-02 | 2 | -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. Madore | 2010-05-02 | 1 | -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. Madore | 2010-05-01 | 4 | -0/+29 |
| | |||||
* | New feature: decode Unicode character string. | David A. Madore | 2010-05-01 | 6 | -2/+146 |
| | |||||
* | Improve "about" (and provide link to my programs page).v0.0.2 | David A. Madore | 2010-04-29 | 3 | -2/+20 |
| | |||||
* | Bump version number. (Including database, to force repopulation.) | David A. Madore | 2010-04-29 | 3 | -6/+6 |
| | |||||
* | Update TODO. | David A. Madore | 2010-04-29 | 1 | -3/+1 |
| | |||||
* | Display character category along with details. | David A. Madore | 2010-04-29 | 3 | -31/+45 |
| | |||||
* | Avoid listing empty ranges. | David A. Madore | 2010-04-29 | 1 | -1/+7 |
| | |||||
* | Make search a bit more friendly. | David A. Madore | 2010-04-29 | 2 | -1/+7 |
| | |||||
* | Add range description to subrange titles. | David A. Madore | 2010-04-29 | 3 | -5/+12 |
| | |||||
* | Add a "go" feature. | David A. Madore | 2010-04-29 | 4 | -4/+125 |
| | |||||
* | Update TODO. | David A. Madore | 2010-04-29 | 1 | -11/+4 |
| | |||||
* | This is Java: we have the Math.min and Math.max functions! | David A. Madore | 2010-04-29 | 2 | -5/+5 |
| | |||||
* | More proper handling of CJK and Hangul. | David A. Madore | 2010-04-29 | 3 | -39/+125 |
| | |||||
* | Preliminary implementation of CJK and Hangul. | David A. Madore | 2010-04-27 | 2 | -2/+87 |
| | |||||
* | Dynamically generate subranges on large character zones. | David A. Madore | 2010-04-27 | 4 | -19/+51 |
| | |||||
* | Use soft references to cache result lists from history. | David A. Madore | 2010-04-27 | 1 | -2/+20 |
| | |||||
* | Retain display (and display history) on configuration change. | David A. Madore | 2010-04-27 | 1 | -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. Madore | 2010-04-27 | 1 | -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. Madore | 2010-04-27 | 1 | -0/+15 |
|\ | |||||
| * | Had forgotten to commit about_layout.xml :-( | David A. Madore | 2010-04-27 | 1 | -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. Madore | 2010-04-27 | 1 | -7/+7 |
| | | |||||
* | | Upgrade database to Unicode 5.2. | David A. Madore | 2010-04-27 | 22 | -773/+3292 |
| | | |||||
* | | Retrograde version in manifest file to 0.0.1, for modesty's sake. :-)v0.0.1 | David A. Madore | 2010-04-27 | 1 | -1/+1 |
| | | |||||
* | | Take note of another problem to be solved in the future. | David A. Madore | 2010-04-27 | 1 | -0/+6 |
| | | |||||
* | | Declare required SDK (Android 1.5). | David A. Madore | 2010-04-27 | 1 | -0/+1 |
| | | |||||
* | | Add a (very very) ugly icon, because it seems required. | David A. Madore | 2010-04-27 | 2 | -1/+2 |
|/ | |||||
* | Add a very hastily written "about". | David A. Madore | 2010-04-27 | 3 | -0/+29 |
| | |||||
* | Write down ideas for future improvements. | David A. Madore | 2010-04-27 | 1 | -0/+14 |
| | |||||
* | Change title to reflect what is being displayed. | David A. Madore | 2010-04-27 | 2 | -3/+20 |
| | |||||
* | Clean up saving of view history. | David A. Madore | 2010-04-27 | 1 | -32/+53 |
| | |||||
* | Implement a search mechanism. | David A. Madore | 2010-04-27 | 6 | -6/+151 |
| | |||||
* | Range details similar to character details. | David A. Madore | 2010-04-27 | 4 | -7/+42 |
| | |||||
* | Show character details on long click. | David A. Madore | 2010-04-27 | 3 | -27/+121 |
| | |||||
* | Remember position in list when returning. | David A. Madore | 2010-04-26 | 1 | -9/+21 |
| | | | | Phew! Finding how to do this was far from obvious! |