summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-04-29 01:50:14 +0200
committerDavid A. Madore <david+git@madore.org>2010-04-29 01:50:14 +0200
commit5600a9b269803b546e64d7cefd74856d7966dd61 (patch)
tree22daec7734733c26adc6473984967f3eb4411d09
parent5f2628201cd1ad8d9129011d923f2923b8b4b3b9 (diff)
downloadUnicodeMap-5600a9b269803b546e64d7cefd74856d7966dd61.tar.gz
UnicodeMap-5600a9b269803b546e64d7cefd74856d7966dd61.tar.bz2
UnicodeMap-5600a9b269803b546e64d7cefd74856d7966dd61.zip
Update TODO.
-rw-r--r--TODO15
1 files changed, 4 insertions, 11 deletions
diff --git a/TODO b/TODO
index 1871d4b..e4d7edd 100644
--- a/TODO
+++ b/TODO
@@ -1,20 +1,13 @@
-* 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.
-* Do something about Chinese ideographs.
-
* Provide a way to repopulate database if desired.
* Implement a list of "favorite" Unicode characters?
* Comment the code!...
+
+* Fix the bug that cancelling the textFilter returns to an incorrect
+ position (hard: this seems to be a bug in the way ArrayAdapter and
+ ListView talk to each other).