From fb3726e23a2b094961068d590c74983637a4d2f7 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Tue, 27 Apr 2010 05:53:20 +0200 Subject: Take note of another problem to be solved in the future. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index a432b43..1871d4b 100644 --- a/TODO +++ b/TODO @@ -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. -- cgit v1.2.3