]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
What's new cleanup, dark theme bug fix.
authorThad Hughes <thad.hughes@gmail.com>
Thu, 16 Feb 2012 22:56:13 +0000 (14:56 -0800)
committerThad Hughes <thad.hughes@gmail.com>
Thu, 16 Feb 2012 22:56:13 +0000 (14:56 -0800)
res/raw-de/whats_new.html
res/raw/help.html
res/raw/whats_new.html
res/values-de/strings.xml
res/values/strings.xml
res/values/themes.xml
src/com/hughes/android/dictionary/C.java

index 510bcc067289cb282dd686e4768e42fc854b7dec..7a77377a9be21fa0263c4d733aa2c3fda6f6c678 100644 (file)
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta name="generator" content=
-"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
+"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.6), see www.w3.org">
 <meta http-equiv="Content-Type" content=
 "text/html; charset=us-ascii">
 <title></title>
@@ -12,8 +12,9 @@
 Vielen Dank f&uuml;r die Aktualisierung auf QuickDic 3.1.
 <p>Neue Funktionen:</p>
 <ul>
-<li>Eröffnen zuletzt verwendete Wörterbuch auf Start (Bug-Fix)</li>
-<li>Problem melden Menüeintrag</li>
+<li>Er&ouml;ffnen zuletzt verwendete W&ouml;rterbuch auf Start
+(Bug-Fix)</li>
+<li>Problem melden Men&uuml;eintrag</li>
 <li>Random Wort suchen.</li>
 </ul>
 </body>
index 3c2385c8d75f0b145b5e12f28ea90e7b43e86c34..cea9635eaf2b6d2e85377d79b938d45a6448ed9e 100644 (file)
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta name="generator" content=
-"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
+"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.6), see www.w3.org">
 <meta http-equiv="Content-Type" content=
 "text/html; charset=us-ascii">
 <title></title>
index 8684fd9e4807609687b9fa6b6208b5240ceffa5c..c45941a9c04566db44b3cb93ec9fba752015000e 100644 (file)
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta name="generator" content=
-"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
+"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.6), see www.w3.org">
 <meta http-equiv="Content-Type" content=
 "text/html; charset=us-ascii">
 <title></title>
index cea74e42fd3263719fcb6efc1e9617ba0df225bd..b3a08efa1442b8d40e98516beaf3a36bc8d50e3c 100644 (file)
@@ -19,7 +19,7 @@
   <string name="deleteDictionary">Wörterbuch entfernen</string>
   <string name="indexInfo">%1$s: %2$,d Wörter</string>
 
-  <string name="thanksForUpdatingVersion">3.1_de_a</string>
+  <string name="thanksForUpdatingVersion">3.1_de_b</string>
 
   <!-- DictionaryActivity -->
   <string name="searchText">Suchtext</string>
index a5a6dd2a68ec36d6080564cc422e560a8c619eb4..5b85f920db01ee2eafa2e87ce23ebb25db489d29 100644 (file)
@@ -19,7 +19,7 @@
   <string name="deleteDictionary">Delete dictionary</string>
   <string name="indexInfo">%1$s: %2$,d words</string>
 
-  <string name="thanksForUpdatingVersion">3.1_en_a</string>
+  <string name="thanksForUpdatingVersion">3.1_en_b</string>
 
   <!-- DictionaryActivity -->
   <string name="searchText">Search Text</string>
index 9963d6ae2c325cddb9fad71dce1a53f907f0d94c..2ec3984c6e3a0399cae9af813ad7b7be25caa19e 100644 (file)
@@ -9,7 +9,7 @@
 
   <style name="Theme.Default.TokenRow.Fg" parent="@style/Theme.Default">
     <item name="android:textColor">#FFFFFF</item>
-  </style>
+    </style>
   
   <color name="theme_default_token_row_main_bg">#111111</color>
   <color name="theme_default_token_row_other_bg">#111111</color>
index fa407b4d18fbcddd236be2aa966624bee2b863dd..654a56a7cb99f63b249d19a3fdbb67e49331d961 100644 (file)
@@ -26,7 +26,7 @@ public class C {
   public static final String THANKS_FOR_UPDATING_VERSION = "thanksForUpdatingVersion";
 
   enum Theme {
-    DEFAULT(R.style.Theme_Default, R.style.Theme_Light_TokenRow_Fg,
+    DEFAULT(R.style.Theme_Default, R.style.Theme_Default_TokenRow_Fg,
         R.drawable.theme_default_token_row_main_bg,
         R.drawable.theme_default_token_row_other_bg,
         R.drawable.theme_default_other_lang_bg),