Merge commit 'efc4a437942f0bccd8815059c5f9d823023cfac1' into gingerbread-plus-aosp
* commit 'efc4a437942f0bccd8815059c5f9d823023cfac1':
Symbol key acts as modifier key
On a device that has distinct multi-touch panel, pressing '123?' key
will change keyboard layout to symbol mode. While pressing '123?'
key, you can press other symbol key to input. Then releasing '123?'
key will change keyboard layout back to alphabet mode.
Bug: 2973383
Change-Id: I3b069fb19141820def8060db4766a08c7c0a6ff0
Merge commit '681b676b0aecb30e644f25550018ce2b6cea3e15' into gingerbread-plus-aosp
* commit '681b676b0aecb30e644f25550018ce2b6cea3e15':
Keep Keyboard in cache through SoftReference
Merge commit '0e300c83a12f64dbc8668b52bc02ec629abd4ca8' into gingerbread-plus-aosp
* commit '0e300c83a12f64dbc8668b52bc02ec629abd4ca8':
Avoid a disk write on UI thread
Merge commit '12b6fef349fde1396be3949c2ae48f876c0a93f7' into gingerbread-plus-aosp
* commit '12b6fef349fde1396be3949c2ae48f876c0a93f7':
Extract alternates_for_X from strings.xml into altchars.xml
Merge commit '31e2a94a09b1e054e5fab041876596f24c9cd279' into gingerbread-plus-aosp
* commit '31e2a94a09b1e054e5fab041876596f24c9cd279':
Fix the bacground color for "/" in URL mode
If there is no android:codes specified, the first character of
keyLabel's code point will be used instead.
Also introduce readable codes as @integer/key_XXX resources
Bug: 2973749
Change-Id: If9021ca35f9a7b922817e2099186fce0cd993652
Just re-formating with eclipse editor. This is supplement for
I18bc682c68df6239e54dd71ed3797d55fd5a1552.
Bug: 2973749
Change-Id: I4b03fa6d41808ce99ce4944ae742255bffc660b9
Merge commit '85d85c2026ff95d3c9cd272e00757a6c50eeb708' into gingerbread-plus-aosp
* commit '85d85c2026ff95d3c9cd272e00757a6c50eeb708':
DO NOT MERGE. Fix a string for the sharedpreference for re-correction
Merge commit 'c1ff28462eee5880267fd2eae4da389b25f6f3da' into gingerbread-plus-aosp
* commit 'c1ff28462eee5880267fd2eae4da389b25f6f3da':
Update strings for the settings access - based on the latest GB IME spec (ver 03).
Merge commit '83e63ace2a1bd5b3c27d26d914456c2b0def17c5' into gingerbread-plus-aosp
* commit '83e63ace2a1bd5b3c27d26d914456c2b0def17c5':
Dismiss mini keyboard when finger is released outside mini keyboard
Merge commit '26aff8c62f61f18b1b9a40ce647984284a41c895' into gingerbread-plus-aosp
* commit '26aff8c62f61f18b1b9a40ce647984284a41c895':
Fixed extra periods when chording with shift and space
Actually it was caused by canceling repeat key (space and delete) when
multiple pointer are touching.
Bug: 2975041
Change-Id: If82183b9225efdace7b5418860b9664f1705b7ec
Merge commit 'd27c7aea7c0bd82dddd25c2ccf46cb2a14aa385d' into gingerbread-plus-aosp
* commit 'd27c7aea7c0bd82dddd25c2ccf46cb2a14aa385d':
Add isModifier to the buttons in the lowest line
Merge commit '8d7ffcb2ac3a8cdd051c7e493ff17b6bf1ded9c0' into gingerbread-plus-aosp
* commit '8d7ffcb2ac3a8cdd051c7e493ff17b6bf1ded9c0':
Disable pop-up preview on mini keyboard
This change also disable the special behavior of long press a key that
has only one digit alternate. If the visual design of both the pop-up
preview and the mini keyboard will look like same, I think that
showing mini keyboard is enough for the key that has one digit
alternate.
Bug: 2973546
Change-Id: I04f138c120aa58526fe054626dac856171fb7a58
Merge commit 'f02e42080bba22201077f6582a48d38e564f053e' into gingerbread-plus-aosp
* commit 'f02e42080bba22201077f6582a48d38e564f053e':
Fix an asset for the feedback of delete key
Merge commit 'c8b9afe0378e3f33c3f83271bd1df9678a70c2a2' into gingerbread-plus-aosp
* commit 'c8b9afe0378e3f33c3f83271bd1df9678a70c2a2':
Support multi-touch only when device has distinct multi-touch panel