| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid listing empty ranges. | David A. Madore | 2010-04-29 | 1 | -1/+7 |
* | Make search a bit more friendly. | David A. Madore | 2010-04-29 | 2 | -1/+7 |
* | Add range description to subrange titles. | David A. Madore | 2010-04-29 | 3 | -5/+12 |
* | Add a "go" feature. | David A. Madore | 2010-04-29 | 4 | -4/+125 |
* | Update TODO. | David A. Madore | 2010-04-29 | 1 | -11/+4 |
* | This is Java: we have the Math.min and Math.max functions! | David A. Madore | 2010-04-29 | 2 | -5/+5 |
* | More proper handling of CJK and Hangul. | David A. Madore | 2010-04-29 | 3 | -39/+125 |
* | Preliminary implementation of CJK and Hangul. | David A. Madore | 2010-04-27 | 2 | -2/+87 |
* | Dynamically generate subranges on large character zones. | David A. Madore | 2010-04-27 | 4 | -19/+51 |
* | Use soft references to cache result lists from history. | David A. Madore | 2010-04-27 | 1 | -2/+20 |
* | Retain display (and display history) on configuration change. | David A. Madore | 2010-04-27 | 1 | -7/+31 |
* | Overhaul the way display history is memorized. | David A. Madore | 2010-04-27 | 1 | -79/+113 |
* | Merge branch 'temp/forgot-about' | David A. Madore | 2010-04-27 | 1 | -0/+15 |
|\ |
|
| * | Had forgotten to commit about_layout.xml :-( | David A. Madore | 2010-04-27 | 1 | -0/+15 |
* | | 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 | 22 | -773/+3292 |
* | | Retrograde version in manifest file to 0.0.1, for modesty's sake. :-)v0.0.1 | David A. Madore | 2010-04-27 | 1 | -1/+1 |
* | | Take note of another problem to be solved in the future. | David A. Madore | 2010-04-27 | 1 | -0/+6 |
* | | Declare required SDK (Android 1.5). | David A. Madore | 2010-04-27 | 1 | -0/+1 |
* | | Add a (very very) ugly icon, because it seems required. | David A. Madore | 2010-04-27 | 2 | -1/+2 |
|/ |
|
* | Add a very hastily written "about". | David A. Madore | 2010-04-27 | 3 | -0/+29 |
* | Write down ideas for future improvements. | David A. Madore | 2010-04-27 | 1 | -0/+14 |
* | Change title to reflect what is being displayed. | David A. Madore | 2010-04-27 | 2 | -3/+20 |
* | 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 | 6 | -6/+151 |
* | Range details similar to character details. | David A. Madore | 2010-04-27 | 4 | -7/+42 |
* | Show character details on long click. | David A. Madore | 2010-04-27 | 3 | -27/+121 |
* | 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 | 3 | -12/+19 |
* | Restructure deeply: now we have a single activity, with a dedicated adapter. | David A. Madore | 2010-04-26 | 8 | -370/+345 |
* | List layout: display characters differently from their labels. | David A. Madore | 2010-04-25 | 5 | -7/+110 |
* | Start using a non-trivial layout. So far, doesn't do much. | David A. Madore | 2010-04-25 | 3 | -4/+41 |
* | 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 | 22 | -52/+18415 |
* | Create a two-tiered menu system. | David A. Madore | 2010-04-24 | 3 | -18/+83 |
* | 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 |