summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Add a button to copy a character's name.David A. Madore2012-03-162-0/+5
|
* Add copy and append buttons to character popup.David A. Madore2012-03-162-0/+16
|
* Give Unicode proper credit for version 6.1.0.David A. Madore2012-03-161-5/+4
|
* Bump version number to 0.0.3. Give proper Unicode copyright in About.v0.0.3David A. Madore2010-05-021-3/+3
|
* Title decode string results as "decode results".David A. Madore2010-05-021-0/+1
| | | | | 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-012-0/+2
|
* New feature: decode Unicode character string.David A. Madore2010-05-013-0/+32
|
* Improve "about" (and provide link to my programs page).v0.0.2David A. Madore2010-04-292-1/+7
|
* Bump version number. (Including database, to force repopulation.)David A. Madore2010-04-291-3/+3
|
* Display character category along with details.David A. Madore2010-04-291-0/+5
|
* Make search a bit more friendly.David A. Madore2010-04-291-1/+4
|
* Add a "go" feature.David A. Madore2010-04-293-0/+36
|
* 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. :-(((
* | Add a (very very) ugly icon, because it seems required.David A. Madore2010-04-271-0/+0
|/
* Add a very hastily written "about".David A. Madore2010-04-272-0/+11
|
* Change title to reflect what is being displayed.David A. Madore2010-04-271-0/+2
|
* Implement a search mechanism.David A. Madore2010-04-274-1/+35
|
* Range details similar to character details.David A. Madore2010-04-272-1/+20
|
* Show character details on long click.David A. Madore2010-04-271-0/+18
|
* Move certain constant strings to resources.David A. Madore2010-04-262-6/+12
|
* Restructure deeply: now we have a single activity, with a dedicated adapter.David A. Madore2010-04-262-0/+0
| | | | | | | | The UnicodeArrayAdapter displays a list of UnicodeDisplayable, which can be either UnicodeCharacter or UnicodeCharacter.Range, and provides appropriate views for either one. Rather than changing activity, we change the ListAdapter. To simulate an activity stack, we capture the back key.
* List layout: display characters differently from their labels.David A. Madore2010-04-252-4/+22
| | | | | This is done by making UnicodeCharacter implement Map<String,String> so as to use it in a SimpleAdapter, but really, this is ugly.
* Start using a non-trivial layout. So far, doesn't do much.David A. Madore2010-04-251-0/+28
|
* Start a very primitive unicode character map.David A. Madore2010-04-222-0/+11