diff options
author | David A. Madore <david+git@madore.org> | 2010-04-27 05:53:20 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2010-04-27 05:53:20 +0200 |
commit | fb3726e23a2b094961068d590c74983637a4d2f7 (patch) | |
tree | 95c4895636fc699ff95a77ac208ce1bb8d8713c1 | |
parent | eaeed8c66e52b3306941c41d65499d589918ffd9 (diff) | |
download | UnicodeMap-fb3726e23a2b094961068d590c74983637a4d2f7.tar.gz UnicodeMap-fb3726e23a2b094961068d590c74983637a4d2f7.tar.bz2 UnicodeMap-fb3726e23a2b094961068d590c74983637a4d2f7.zip |
Take note of another problem to be solved in the future.
-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. |