| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This is done by making UnicodeCharacter implement Map<String,String>
so as to use it in a SimpleAdapter, but really, this is ugly.
|
| |
|
| |
|
|
|
|
|
|
| |
I had forgotten to call db.setTransactionSuccessful() (but had failed
to notice that because the database was already populated by my
previous test).
|
|
|
|
|
|
|
| |
Default max for progress bar is not 10000 contrary to what doc says.
SQLite is excruciatingly slow in the absence of transactions, so we
use one.
|
|
|
|
|
| |
I don't understand the point of this whole rigmarole, nor do I
understand why it doesn't work... :-(
|
|
|
|
|
|
| |
The Unicode database should be populated from the assets by calling
.populate() on it: this works but, for some reason, the progress bar
does not appear.
|
|
|
|
|
| |
UnicodeMapActivity is the root activity, which launches
UnicodeListActivity for the desired range.
|
| |
|
| |
|
|
|