| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version number to 0.0.3. Give proper Unicode copyright in About.v0.0.3 | David A. Madore | 2010-05-02 | 1 | -3/+3 |
* | Title decode string results as "decode results". | David A. Madore | 2010-05-02 | 1 | -0/+1 |
* | "Initializing database" is better than "Loading Unicode database". | David A. Madore | 2010-05-02 | 1 | -1/+1 |
* | Provide links to Unihan database on www.unicode.org for CJK ideographs. | David A. Madore | 2010-05-01 | 2 | -0/+2 |
* | New feature: decode Unicode character string. | David A. Madore | 2010-05-01 | 3 | -0/+32 |
* | Improve "about" (and provide link to my programs page).v0.0.2 | David A. Madore | 2010-04-29 | 2 | -1/+7 |
* | Bump version number. (Including database, to force repopulation.) | David A. Madore | 2010-04-29 | 1 | -3/+3 |
* | Display character category along with details. | David A. Madore | 2010-04-29 | 1 | -0/+5 |
* | Make search a bit more friendly. | David A. Madore | 2010-04-29 | 1 | -1/+4 |
* | Add a "go" feature. | David A. Madore | 2010-04-29 | 3 | -0/+36 |
* | 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 |
* | | Add a (very very) ugly icon, because it seems required. | David A. Madore | 2010-04-27 | 1 | -0/+0 |
|/ |
|
* | Add a very hastily written "about". | David A. Madore | 2010-04-27 | 2 | -0/+11 |
* | Change title to reflect what is being displayed. | David A. Madore | 2010-04-27 | 1 | -0/+2 |
* | Implement a search mechanism. | David A. Madore | 2010-04-27 | 4 | -1/+35 |
* | Range details similar to character details. | David A. Madore | 2010-04-27 | 2 | -1/+20 |
* | Show character details on long click. | David A. Madore | 2010-04-27 | 1 | -0/+18 |
* | Move certain constant strings to resources. | David A. Madore | 2010-04-26 | 2 | -6/+12 |
* | Restructure deeply: now we have a single activity, with a dedicated adapter. | David A. Madore | 2010-04-26 | 2 | -0/+0 |
* | List layout: display characters differently from their labels. | David A. Madore | 2010-04-25 | 2 | -4/+22 |
* | Start using a non-trivial layout. So far, doesn't do much. | David A. Madore | 2010-04-25 | 1 | -0/+28 |
* | Start a very primitive unicode character map. | David A. Madore | 2010-04-22 | 2 | -0/+11 |