]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - todo.txt
Unit tests working again after refactoring!!!
[DictionaryPC.git] / todo.txt
index 00c264dcf86c344712c71c9ee1076025cddd7046..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:
-reload dictionaryInfo sometime...
+flag images
+test/fix return to last-used dictionary
 downloads
 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
@@ -99,3 +100,9 @@ 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.