]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - todo.txt
Merged. Switched back to name "Preferences" instead of "Settings".
[Dictionary.git] / todo.txt
index 02d4b7b7944f643af2bc3e10901e2c02dd298099..647eb13ecec3e2378b249a189039ef2dab7033bb 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,15 +1,20 @@
-* multi word search
-* link to leo, dict.cc
-* source in context menu
-* quiz
-* colorize things
+* Quick shift to new dictionary.
+  * Use flags.
+* DownloadManager
+  * Use ActionBar.
+  * Redo presentation: on-device first, then available to download.
+  * Use system service for downloads.
+* Application: fix which directory the thing uses: use default SD card instead of what's in prefs.
 
 
-done:
-* sorting of entries
-* better Row/Entry classes?
-* wiktionary
-* better tokenization?
-* publish 2.0 dictionary
-* test email
-* dict manager
+
+* Make top of Dictionary activity good
+  * Fit search text alongside other buttons if possible.
+  * List other dictinaries beside 
+  * Make search text work.
+  
+ http://stackoverflow.com/questions/13604506/show-actionbarsherlock-searchview-always-expanded
+  <style name="application_theme" parent="application_base_theme">
+    <item name="searchViewSearchIcon">@android:color/transparent</item>
+    <item name="searchViewCloseIcon">@android:color/transparent</item>
+</style>
\ No newline at end of file