summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Indicate character block (and not just category) in details.HEADmasterDavid A. Madore2013-09-041-4/+21
|
* Add a button to copy a character's name.David A. Madore2012-03-161-0/+4
|
* Add copy and append buttons to character popup.David A. Madore2012-03-161-0/+15
|
* Provide links to Unihan database on www.unicode.org for CJK ideographs.David A. Madore2010-05-011-0/+1
|
* New feature: decode Unicode character string.David A. Madore2010-05-011-0/+25
|
* Improve "about" (and provide link to my programs page).v0.0.2David A. Madore2010-04-291-1/+5
|
* Display character category along with details.David A. Madore2010-04-291-0/+5
|
* Add a "go" feature.David A. Madore2010-04-291-0/+28
|
* 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. :-(((
* Implement a search mechanism.David A. Madore2010-04-272-1/+25
|
* 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-261-5/+6
|
* 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-221-0/+7