From 4032c24b7360e8d0ba5cd1e0e605cf3b7b1e3e29 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Mon, 1 Mar 2010 23:18:48 -0800 Subject: [PATCH] Fix 2414566 : Capitalizing first letter in unexpected fields. Also move some symbols around as per yaks' request. --- res/xml/kbd_symbols.xml | 2 +- res/xml/popup_punctuation.xml | 18 +++++++++--------- .../android/inputmethod/latin/LatinIME.java | 1 + 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/res/xml/kbd_symbols.xml b/res/xml/kbd_symbols.xml index 067932b3f..ede7b50fc 100755 --- a/res/xml/kbd_symbols.xml +++ b/res/xml/kbd_symbols.xml @@ -77,7 +77,7 @@ /> - - + + @@ -35,12 +35,12 @@ - - - - - - - + + + + + + + diff --git a/src/com/android/inputmethod/latin/LatinIME.java b/src/com/android/inputmethod/latin/LatinIME.java index 4c81b33b1..18b277c5a 100644 --- a/src/com/android/inputmethod/latin/LatinIME.java +++ b/src/com/android/inputmethod/latin/LatinIME.java @@ -534,6 +534,7 @@ public class LatinIME extends InputMethodService mDeleteCount = 0; mJustAddedAutoSpace = false; loadSettings(); + updateShiftKeyState(attribute); setCandidatesViewShown(false); setSuggestions(null, false, false, false);