summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Retrograde version in manifest file to 0.0.1, for modesty's sake. :-)v0.0.1David A. Madore2010-04-271-1/+1
|
* Declare required SDK (Android 1.5).David A. Madore2010-04-271-0/+1
|
* Add a (very very) ugly icon, because it seems required.David A. Madore2010-04-271-1/+2
|
* Restructure deeply: now we have a single activity, with a dedicated adapter.David A. Madore2010-04-261-1/+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.
* Create a two-tiered menu system.David A. Madore2010-04-241-2/+2
| | | | | UnicodeMapActivity is the root activity, which launches UnicodeListActivity for the desired range.
* Start a very primitive unicode character map.David A. Madore2010-04-221-0/+15