Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Repair progress bar. Use a transaction for populating db. | David A. Madore | 2010-04-25 | 2 | -3/+8 | |
| | | | | | | | 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. | |||||
* | Use a separate thread for populating database. Still doesn't work. | David A. Madore | 2010-04-25 | 2 | -23/+54 | |
| | | | | | I don't understand the point of this whole rigmarole, nor do I understand why it doesn't work... :-( | |||||
* | Full Unicode database. But progress bar does not work. | David A. Madore | 2010-04-24 | 22 | -52/+18415 | |
| | | | | | | 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. | |||||
* | Create a two-tiered menu system. | David A. Madore | 2010-04-24 | 3 | -18/+83 | |
| | | | | | UnicodeMapActivity is the root activity, which launches UnicodeListActivity for the desired range. | |||||
* | Make categories into an enum. Show only printable characters. | David A. Madore | 2010-04-24 | 2 | -7/+90 | |
| | ||||||
* | Store data in a SQLite database. | David A. Madore | 2010-04-23 | 3 | -29/+184 | |
| | ||||||
* | Start a very primitive unicode character map. | David A. Madore | 2010-04-22 | 12 | -0/+1219 | |