Merge commit '0936a9dac4ab4749669c34ae66bf6b32218e9655'
* commit '0936a9dac4ab4749669c34ae66bf6b32218e9655':
DO NOT MERGE. Add '...' (hint) to period/smiley keys which triggers mini popup by long-press.
Merge commit '5446b281b6bef401db8e6e94805f0c9d8f52bed7'
* commit '5446b281b6bef401db8e6e94805f0c9d8f52bed7':
DO NOT MERGE. Revise the setting hint visual and its handling code.
Merge commit 'b0a6f354aca8f643766719c663297e7be3fc6424' into gingerbread-plus-aosp
* commit 'b0a6f354aca8f643766719c663297e7be3fc6424':
DO NOT MERGE. Add '...' (hint) to period/smiley keys which triggers mini popup by long-press.
Gesture detector, for closing keyboard by swiping down, must be
disabled not only when mini-keyboard is on the screen, but also in the
mini-keyboard itself.
Bug: 3105595
Change-Id: I548501f7117ca2310943cabb678c1e250e5012ce
Merge commit '863d1ac94898f2f770645baecc21184e18581267'
* commit '863d1ac94898f2f770645baecc21184e18581267':
DO NOT MERGE. Follow up change to I8b38e280
Cherrypick I44f3b2eef8086d6e0b0db53d38f08487549060c6 from Gingerbread
This change also introduces the key background drawables which has no
fixed bottom padding. Instead of relying on bottom padding in
drawable, this change also specifies Keyboard.verticalGap with
physical unit. Other keyboard related length, distance and size are
also specified by physical unit.
Bug: 3066107
Change-Id: Ib38355ebfc2f8d5b1d26c4e90eba87196fbeddfa
Merge commit '86953d170d3a1c189628a373a5987cfc4c17c997' into gingerbread-plus-aosp
* commit '86953d170d3a1c189628a373a5987cfc4c17c997':
DO NOT MERGE. Revise the setting hint visual and its handling code.
Merge commit '2f45dbfc0d393fdb661bb42038137312e0d4b5f2'
* commit '2f45dbfc0d393fdb661bb42038137312e0d4b5f2':
Follow up change of I8b38e280 (DO NOT MERGE)
Merge commit '6e0998c94506051df3382458deb0428b2aa6f434' into gingerbread-plus-aosp
* commit '6e0998c94506051df3382458deb0428b2aa6f434':
Import revised translations DO NOT MERGE
Merge commit '1cbfc6c968378f2e0a20b41677ec2a96bf69b621' into gingerbread-plus-aosp
* commit '1cbfc6c968378f2e0a20b41677ec2a96bf69b621':
DO NOT MERGE. Follow up change to I8b38e280
Merge commit 'bf0172d71854bda9a75fb351977eb9d5067eb91e'
* commit 'bf0172d71854bda9a75fb351977eb9d5067eb91e':
DO NOT MERGE. Add visual indicator that long press , or mic key will bring up Settings
Merge commit '96263321b52e1ef1dcba126ae525b7f4abc3c5e9'
* commit '96263321b52e1ef1dcba126ae525b7f4abc3c5e9':
Specify keyboard metrics with physical unit "inch" (DO NOT MERGE)
Merge commit '8a26e85387d7fb964b76af502a6e89574d85d58d' into gingerbread-plus-aosp
* commit '8a26e85387d7fb964b76af502a6e89574d85d58d':
Fix an issue of adding extra character.
LatinKeyboardBaseView should have removed "long pressed" pointer tracker from the multi-touch pointer queue.
bug: 3099130
Change-Id: I3d358a373b0de07558a204e9ff5a95e9ece38bcc
Merge commit 'ace15025c3ccc2bb351490836c01958dfd45ca34' into gingerbread-plus-aosp
* commit 'ace15025c3ccc2bb351490836c01958dfd45ca34':
Follow up change of I8b38e280 (DO NOT MERGE)
This is follow up change of I8b38e2803eb32469653484701882af35108eb69a
This change fixes the following when "Voice input on symbols keyboard"
option is selected.
- LatinIME.onCreateInputView fails to show "123mic" icon.
- Email and URL variation keyboard fails to show "123mic" icon.
Bug: 3084022
Change-Id: Ia3929bb0cc5c5c8651af816718c21d1f20e8f016
Merge commit '179fa2c03e749df736f43e0838200bec52b4808a' into gingerbread-plus-aosp
* commit '179fa2c03e749df736f43e0838200bec52b4808a':
DO NOT MERGE. Add visual indicator that long press , or mic key will bring up Settings
Merge commit '3d20d999025bbaab96b41d172225a39f7a1017b7' into gingerbread-plus-aosp
* commit '3d20d999025bbaab96b41d172225a39f7a1017b7':
Specify keyboard metrics with physical unit "inch" (DO NOT MERGE)
This change also introduces the key background drawables which has no
fixed bottom padding. Instead of relying on bottom padding in
drawable, this change also specifies Keyboard.verticalGap with
physical unit. Other keyboard related length, distance and size are
also specified by physical unit.
Bug: 3066107
Change-Id: I44f3b2eef8086d6e0b0db53d38f08487549060c6
Merge commit '0963c781f2278a73363f2db57b0d0ec30c37b371' into gingerbread-plus-aosp
* commit '0963c781f2278a73363f2db57b0d0ec30c37b371':
Make some keys in phone keyboard to darker color
Merge commit 'a5a5ffc0dca3f3342a00d6b377c55e044f7c7ccf' into gingerbread-plus-aosp
* commit 'a5a5ffc0dca3f3342a00d6b377c55e044f7c7ccf':
Fix the over-calling of VoiceSearch Logging
bug: 3035228 This change will reduce the number of times VoiceSearch app
is called to log IME events. This is because it 1) only
flushes the logs when there is relevant logging information
available and 2) sets a flag in UserHappinessSignals so
that other apps (eg: gmail/sms) can know if there is
relevant logging information before sending the logging
intent to voice search.
Change-Id: I708fea5a38f854091f1101e4f6a3db46296f3e92