]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - todo.txt
Unit tests working again after refactoring!!!
[DictionaryPC.git] / todo.txt
index 1ba238d204614e38a384cc9505ce6409f6d1eb7e..17bac82c5a247f14e9e995357961187d20f3b1dc 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,10 +1,11 @@
+for i in res/raw/*.html; do tidy --input-encoding utf8  --output-file $i $i; done
+
+
 For next release:
+flag images
+test/fix return to last-used dictionary
 downloads
-about dict dialog
 history dialog
-fix up dictionary manager:
-  thread that handles unzipping, downloading for the life of the application (so screen changes don't screw it up).
-  check over UI.
 check arabic UI fix
 handle examples like "asdf (asdf)"
 random word jump
@@ -98,3 +99,10 @@ num words in UI.
 multiword find.
 ! enter should hide keyboard
 eng_urdu
+about dict dialog
+* timeout on the exact search...  if it can't confirm, it should just switch and go....
+* reload dictionaryInfo sometime...
+* change path of /sdcard/quickDic/...
+fix up dictionary manager:
+  thread that handles unzipping, downloading for the life of the application (so screen changes don't screw it up).
+  check over UI.