Merge commit 'c931021da01d5ac8ef7ede863df7fbbe7ffa780d' into gingerbread-plus-aosp
* commit 'c931021da01d5ac8ef7ede863df7fbbe7ffa780d':
Fix the gap of popup
Merge commit 'fe5a49ed0daba70ece5a06c8f9eb98ae238570ab' into gingerbread-plus-aosp
* commit 'fe5a49ed0daba70ece5a06c8f9eb98ae238570ab':
Add popup layout for theme of gingerbread
Merge commit '0ea6270ffbe75eba2a754f8107487f3e0c1485a3' into gingerbread-plus-aosp
* commit '0ea6270ffbe75eba2a754f8107487f3e0c1485a3':
More commit -> apply changes with SharedPreferencesCompat.
The newly added SharedPreferencesCompat adapter class does apply() when available (Gingerbread+), else do commit().
This change incorporates I4eca20fb and I39f6aa04.
bug: 2983837
Change-Id: Iec4e8b69840ad71dbbd6098eeba349934d8248ff
Merge commit '65dab9078dd0c77adcc49d08c46039dad2a950f6'
* commit '65dab9078dd0c77adcc49d08c46039dad2a950f6':
Fix a bug in y-axis offset for sliding finger key detection for mini popup keyboard.
Merge commit 'aed0122734a6257e17068539950e78957266f35b' into gingerbread-plus-aosp
* commit 'aed0122734a6257e17068539950e78957266f35b':
Fix a bug in y-axis offset for sliding finger key detection for mini popup keyboard.
Also, tentatively added key detection allowance for below of the keys in mini popup keyboard.
bug: 2979407
Change-Id: I84794969facd929c84df23e0120d46dff71c6efb
Merge commit 'd73d267f34efb131467d9103bb9a56c18f9623b7'
* commit 'd73d267f34efb131467d9103bb9a56c18f9623b7':
Mini popup keyboard adjustment: Have the leftmost number right above the key.
Merge commit 'f62166c13bdf7fe99092565dd0425d8693a5cec8' into gingerbread-plus-aosp
* commit 'f62166c13bdf7fe99092565dd0425d8693a5cec8':
Mini popup keyboard adjustment: Have the leftmost number right above the key.
Also fixed an issue when the mini popup keyboard hits the right edge of the view.
A few code cleanups as well.
bug: 2980864
Change-Id: I95f8392521e57560907d54b662e3483ebaf6f7ce
It looks like these files are now being maintained in the source tree
instead of by the translators, so add a "donottranslate" prefix so that
reimporting translations will not overwrite the changes.
Change-Id: I471744ef7d5786ddb705cbda494bb1fbced3028b
Merge commit '6aa193951036f358da6dbe7fde0026dfae0918c4' into gingerbread-plus-aosp
* commit '6aa193951036f358da6dbe7fde0026dfae0918c4':
Add Hawaiian, Maori, and other Polynesian macron
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