| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|