]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Fix whats_new, add signed APK to git.
authorThad Hughes <thad.hughes@gmail.com>
Fri, 9 Mar 2012 01:26:52 +0000 (17:26 -0800)
committerThad Hughes <thad.hughes@gmail.com>
Fri, 9 Mar 2012 01:26:52 +0000 (17:26 -0800)
Dictionary_signed.apk [new file with mode: 0644]
res/raw-de/whats_new.html
res/raw/whats_new.html
res/values-de/strings.xml
res/values/strings.xml
src/com/hughes/android/dictionary/DictionaryManagerActivity.java

diff --git a/Dictionary_signed.apk b/Dictionary_signed.apk
new file mode 100644 (file)
index 0000000..e6469ef
Binary files /dev/null and b/Dictionary_signed.apk differ
index 82b172c44888ad4a86e261dd8aded38430bd88b2..447c4c6bba1604b899a70623ab7aff6891a0e9c9 100644 (file)
 Vielen Dank f&uuml;r die Aktualisierung auf QuickDic 3.2.
 <p>Neue Funktionen:</p>
 <ul>
-<li>Universal-Schriftart (verbessert die Behandlung der
-nicht-lateinische Sprachen auf allen Systeme). &lt;/ li&gt;</li>
-<li>Gel&ouml;st Segmentierung Probleme mit Akzenten (wichtig
-f&uuml;r Thai, Arabisch, Chinesisch). &lt;/ li&gt;</li>
-<li>Gel&ouml;st irisch / g&auml;lische W&ouml;rterb&uuml;cher
-Probleme. &lt;/ li&gt;</li>
-<li>Aktualisiert alle W&ouml;rterb&uuml;cher: neueste Daten aus
-Wiktionary, bessere Formatierung (vor allem f&uuml;r Arabisch).
+<li>Universal-Schriftart (verbessert die Behandlung der 
+nicht-lateinische Sprachen auf allen Systeme).</li>
+<li>Gel&ouml;st Segmentierung Probleme mit Akzenten (wichtig 
+f&uuml;r Thai, Arabisch, Chinesisch).</li>
+<li>Gel&ouml;st irisch / g&auml;lische W&ouml;rterb&uuml;cher 
+Probleme.</li>
+<li>Aktualisiert alle W&ouml;rterb&uuml;cher: neueste Daten aus 
+Wiktionary, bessere Formatierung (vor allem f&uuml;r Arabisch). 
 Neue W&ouml;rterb&uuml;cher k&ouml;nnen in Ihrer Freizeit
-redownloaded werden. &lt;/ Li&gt;</li>
+redownloaded werden.</li>
 </ul>
 </body>
 </html>
index a879978459943c0894f40a91d85662cd1ea4508b..dccbe6f3603af6f372a23d62e28de781b8631f72 100644 (file)
 Thanks for updating to QuickDic 3.2
 <p>New features:</p>
 <ul>
-<li>Default to embedded universal font (for better handling of
+<li>Embedded universal font (for better handling of  
 non-Latin languages across all platforms).</li>
-<li>Fixed segmentation issues with accent marks (important for
+<li>Fixed segmentation issues with accent marks (important for 
 Thai, Arabic, Chinese).</li>
 <li>Fixed Irish/Gaelic dictionaries.</li>
-<li>Updated all dictionaries: latest data from wiktionary, better
+<li>Updated all dictionaries: latest data from wiktionary, better 
 formatting (especially for Arabic). New dictionaries can be
-redownloaded at your leisure.</li>
+re-downloaded at your leisure.</li>
 </ul>
 </body>
 </html>
index 91a72d22f682a681607b4c6b6ba67c52046c4966..930bcf1726d7529e193e9d564e3b39f2cbcf8ace 100644 (file)
@@ -21,7 +21,7 @@
   <string name="deleteDictionary">Wörterbuch entfernen</string>
   <string name="indexInfo">%1$s: %2$,d Wörter</string>
 
-  <string name="thanksForUpdatingVersion">3.2_de_a</string>
+  <string name="thanksForUpdatingVersion">3.2_de_b</string>
 
   <!-- DictionaryActivity -->
   <string name="searchText">Suchtext</string>
index 7bc0f6201360c8f835e66f1432e96657fc893366..ac0b54ee88f4cf08a6efa3099f77bcb4685caa28 100644 (file)
@@ -21,7 +21,7 @@
   <string name="deleteDictionary">Delete dictionary</string>
   <string name="indexInfo">%1$s: %2$,d words</string>
 
-  <string name="thanksForUpdatingVersion">3.2_en_a</string>
+  <string name="thanksForUpdatingVersion">3.2_en_b</string>
 
   <!-- DictionaryActivity -->
   <string name="searchText">Search Text</string>
index 260fb1dc4540953ab68c8663e21756036c0b158f..cc24e2245b5b4c4821e84ea28759196aa68617fa 100644 (file)
@@ -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;