| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix off-by-one error at end of Unicode ranges. | David A. Madore | 2010-04-27 | 1 | -7/+7 |
* | Upgrade database to Unicode 5.2. | David A. Madore | 2010-04-27 | 2 | -1/+27 |
* | Add a very hastily written "about". | David A. Madore | 2010-04-27 | 1 | -0/+18 |
* | Change title to reflect what is being displayed. | David A. Madore | 2010-04-27 | 1 | -3/+18 |
* | Clean up saving of view history. | David A. Madore | 2010-04-27 | 1 | -32/+53 |
* | Implement a search mechanism. | David A. Madore | 2010-04-27 | 2 | -5/+116 |
* | Range details similar to character details. | David A. Madore | 2010-04-27 | 2 | -6/+22 |
* | Show character details on long click. | David A. Madore | 2010-04-27 | 2 | -27/+103 |
* | Remember position in list when returning. | David A. Madore | 2010-04-26 | 1 | -9/+21 |
* | Reuse constant strings for UnicodeCharacter labels and whatnots. | David A. Madore | 2010-04-26 | 1 | -10/+22 |
* | Move certain constant strings to resources. | David A. Madore | 2010-04-26 | 1 | -6/+7 |
* | Restructure deeply: now we have a single activity, with a dedicated adapter. | David A. Madore | 2010-04-26 | 5 | -369/+345 |
* | List layout: display characters differently from their labels. | David A. Madore | 2010-04-25 | 3 | -3/+88 |
* | Start using a non-trivial layout. So far, doesn't do much. | David A. Madore | 2010-04-25 | 2 | -4/+13 |
* | Full repertoire of Unicode blocks. | David A. Madore | 2010-04-25 | 1 | -1/+167 |
* | Fix various brokennesses. Populate database only when necessary. | David A. Madore | 2010-04-25 | 2 | -35/+60 |
* | Repair progress bar. Use a transaction for populating db. | David A. Madore | 2010-04-25 | 2 | -3/+8 |
* | Use a separate thread for populating database. Still doesn't work. | David A. Madore | 2010-04-25 | 2 | -23/+54 |
* | Full Unicode database. But progress bar does not work. | David A. Madore | 2010-04-24 | 2 | -39/+66 |
* | Create a two-tiered menu system. | David A. Madore | 2010-04-24 | 2 | -16/+81 |
* | 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 | 2 | -0/+99 |