summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* 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