diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ * Don't pollute memory by endlessly saving results of all previous searches: redo them if necessary. +* Resist screen configuration changes by implementing + onRetainNonConfigurationInstance() and + getLastNonConfigurationInstance(). (This is tied to the previous + item: properly store searches rather than storing the adapters + holding their results.) + * Display information of character block and general category. * Provide a way to access (or search) a character directly by number. |