From: Thad Hughes Date: Fri, 9 Mar 2012 01:26:52 +0000 (-0800) Subject: Fix whats_new, add signed APK to git. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=83f72f9f4dc2fcc00d377ec83fbbd12fce8d2eed Fix whats_new, add signed APK to git. --- diff --git a/Dictionary_signed.apk b/Dictionary_signed.apk new file mode 100644 index 0000000..e6469ef Binary files /dev/null and b/Dictionary_signed.apk differ diff --git a/res/raw-de/whats_new.html b/res/raw-de/whats_new.html index 82b172c..447c4c6 100644 --- a/res/raw-de/whats_new.html +++ b/res/raw-de/whats_new.html @@ -12,16 +12,16 @@ Vielen Dank für die Aktualisierung auf QuickDic 3.2.

Neue Funktionen:

diff --git a/res/raw/whats_new.html b/res/raw/whats_new.html index a879978..dccbe6f 100644 --- a/res/raw/whats_new.html +++ b/res/raw/whats_new.html @@ -12,14 +12,14 @@ Thanks for updating to QuickDic 3.2

New features:

diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 91a72d2..930bcf1 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -21,7 +21,7 @@ Wörterbuch entfernen %1$s: %2$,d Wörter - 3.2_de_a + 3.2_de_b Suchtext diff --git a/res/values/strings.xml b/res/values/strings.xml index 7bc0f62..ac0b54e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -21,7 +21,7 @@ Delete dictionary %1$s: %2$,d words - 3.2_en_a + 3.2_en_b Search Text diff --git a/src/com/hughes/android/dictionary/DictionaryManagerActivity.java b/src/com/hughes/android/dictionary/DictionaryManagerActivity.java index 260fb1d..cc24e22 100644 --- a/src/com/hughes/android/dictionary/DictionaryManagerActivity.java +++ b/src/com/hughes/android/dictionary/DictionaryManagerActivity.java @@ -52,7 +52,7 @@ import com.hughes.util.StringUtil; public class DictionaryManagerActivity extends ListActivity { static final String LOG = "QuickDic"; - static final long AUTO_LAUNCH_WAIT_MILLIS = 20 * 1000; + static final long AUTO_LAUNCH_WAIT_MILLIS = 10 * 1000; static long lastAutoLaunchMillis = -1; static boolean blockAutoLaunch = false;