]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - todo.txt
Split EN, DE, IT, FR wiktionaries! Fix splitting to use entire header
[DictionaryPC.git] / todo.txt
index 0cc215b48758fd03ed80cca31f1d847ad3531964..17bac82c5a247f14e9e995357961187d20f3b1dc 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,9 +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
 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
@@ -101,3 +103,6 @@ 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.