Merge commit '46941882b2c3f7467ce3d77be6948cfa7aafe548' into gingerbread-plus-aosp
* commit '46941882b2c3f7467ce3d77be6948cfa7aafe548':
Tune mini keyboard vertical correction to match with key height
Merge commit '6e5a3986854549a45c95770b5a88ae5577e93299' into gingerbread-plus-aosp
* commit '6e5a3986854549a45c95770b5a88ae5577e93299':
Fixed key code and key coordinates when move debounce has been in action
This change refactors a key index and pointer position variables into
a separate static inner class KeyState . This change also disables
time debouncing.
Bug: 3033737
Change-Id: Ie4fc37316c260330d8f0861e0771ea903a99cfce
Merge commit 'e07bc39a3b3e15b35ff4f3abe37143d93b27f264' into gingerbread-plus-aosp
* commit 'e07bc39a3b3e15b35ff4f3abe37143d93b27f264':
Trim unwanted whitespace from translations. DO NOT MERGE
Merge commit '0b4ae1f578e768eec4ada90aeb81d11acb10eb2e' into gingerbread-plus-aosp
* commit '0b4ae1f578e768eec4ada90aeb81d11acb10eb2e':
Capitalize the displayed text in the suggestion bar when all of the user typed chars are upper case
Merge commit '89711080dcf41d97d731dd1c5d6615ce087bc501' into gingerbread-plus-aosp
* commit '89711080dcf41d97d731dd1c5d6615ce087bc501':
Import revised translations. DO NOT MERGE
Merge commit '6ee1bd425bc44d91dbb151e999e9781bc301e632' into gingerbread-plus-aosp
* commit '6ee1bd425bc44d91dbb151e999e9781bc301e632':
Keep addWordToDictionary from doing disk I/O on main thread
Merge commit '64e5a1940f69d3640ab5ca49bc62004625e73f4e' into gingerbread-plus-aosp
* commit '64e5a1940f69d3640ab5ca49bc62004625e73f4e':
Add enter/exit animation style to prevew and mini keyboard
TODO This animation style API of PopupWindow can be called only in
Gingrebread or later. We should refactor this using reflection to be
able to be compatible with Froyo.
Bug: 3004787
Bug: 2973989
Change-Id: I2abfcc853b1a0af2bccee7bdf5fbd723456b7d34
Merge commit '1bebdcb4e422c0d9e52833dfd3bc0a8b9e07a266' into gingerbread-plus-aosp
* commit '1bebdcb4e422c0d9e52833dfd3bc0a8b9e07a266':
Move RingCharBuffer as a singleton in Util
Merge commit '5339950bbcb4ed281d7c5eec7e3c9aa0ff1106c0' into gingerbread-plus-aosp
* commit '5339950bbcb4ed281d7c5eec7e3c9aa0ff1106c0':
Update mdpi visual assets of upper-right number hint
Merge commit '77542988b809fba6a59aa86982eb4d9e4269477e' into gingerbread-plus-aosp
* commit '77542988b809fba6a59aa86982eb4d9e4269477e':
Tune left and right padding of popup mini keyboard
Merge commit '23f7fb035da7c00c51002fde94053aa304a437bb' into gingerbread-plus-aosp
* commit '23f7fb035da7c00c51002fde94053aa304a437bb':
Disable invoking VoiceIME using swipe right action
Merge commit 'a96d8a11e84ef9219eb40a815e82ad8a3d852ca5' into gingerbread-plus-aosp
* commit 'a96d8a11e84ef9219eb40a815e82ad8a3d852ca5':
Use SystemClock.uptimeMillis() for event time
Merge commit '8493e43148e1ec7b004e624f5f79183e167fad1d' into gingerbread-plus-aosp
* commit '8493e43148e1ec7b004e624f5f79183e167fad1d':
Use constant for keycode.
Merge commit '9d1cb89939a102872b964612c9735d5ef5d6ab53' into gingerbread-plus-aosp
* commit '9d1cb89939a102872b964612c9735d5ef5d6ab53':
Choose smaller or shorter language name for space bar
To fit a language name to the space bar or the language switcher, this
change chooses smaller text size or shorter language name
appropriately.
This change also tunes the vertical position of a language name in the
space bar by parameter SPACEBAR_LANGUAGE_BASELINE.
Bug: 3004640
Bug: 3001021
Change-Id: Idb3adcb6fac1a23836510912d35312fa11b4f259
Merge commit 'fd56a14c6b537a836d16a7110a523d98e3a41401' into gingerbread-plus-aosp
* commit 'fd56a14c6b537a836d16a7110a523d98e3a41401':
Remove unnecessary assets for LatinIME in GingerBread
Merge commit '3a2896c80475094f751ef447fc9c97028bfc2265' into gingerbread-plus-aosp
* commit '3a2896c80475094f751ef447fc9c97028bfc2265':
Fix issue space key preview remains on screen and would not dismiss
The space key preview should be displayed one of the following case.
- Popup preview is enabled
- Language switcher is in action, whether popup preview is enabled or
not.
For phone number keyboard, popup preview is never displayed even if
popup preview is enabled.
Bug: 3006612
Bug: 3021091
Change-Id: I5385c776d0e8e3981fc8d8851db9140d92599ce5