| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change introduces,
- center align "More" key label
- remove drop shadow from key label
- darker key label color when manual temporary upper case
- narrower pop up mini keyboard
- remove unnecessary key background from pop up mini keyboard
- smaller key label in portrait
Bug: 3216592
Change-Id: I77e0733f467a88aa32e09fcbace56fe08f755229
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change introduces shiftedIcon attribute for Key which specifies
icon to draw the shift key while the key is in shifted state.
This change also intriduces new configurable dimension value
key_label_horizontal_alignment_padding which represents horizontal
padding for left or right alignment of key label.
Bug: 3216592
Bug: 3201839
Change-Id: I3aa7392227ce573c404517678e6340a8d1fcb328
|
|
|
|
| |
Change-Id: Ibbfb99e0e2b15df301f83af6739b7bca01ebf490
|
|
|
|
|
|
|
|
| |
This change also uses slightly larger font size for functional key
label according to the v4 keyboard design.
Bug: 3216592
Change-Id: I027f109b7748ade8564dc808487d9a6ce1da9761
|
|
|
|
|
| |
Bug: 3216592
Change-Id: I88f8055199f2cd0525faf9374114fbebba53b951
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With this change,
- Shift and Shift lock state of keyboard is maintained by
LatinKeyboard.ShiftState.
- Shift key state is maintained by ShiftKeyState object in
KeyboardSwitcher.
- LatinIME informs KeyboardSwitcher that shift key press, release and
long press and KeyboardSwitcher determines which state LatinKeyboard
and ShiftLeyState should be.
Bug: 3193390
Change-Id: I948ef26fda512eb1cb0ebddc89d322c4f4f4d670
|
|
|
|
| |
Change-Id: I469197a4b3f55335eaee104177f0970cc904bb34
|
|
|
|
| |
Change-Id: I777db896bd0287931ce7c810b080ccee1121d34e
|
|
|
|
| |
Change-Id: I5fa306cf311063ff96b6d45faaca2ffe84cddbf9
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change partially implements the requested feature. The following
are not supported yet.
- Non-letter key handling on automatic temporary upper case layout.
- Non-letter key handling on shift chording in caps lock layout.
- Hint icons for manual temporary upper case layout are not final ones.
Bug: 3193390
Change-Id: I636da99d1be05b1337935d87c6f4d140661e1cc8
|
|
|
|
|
|
| |
Bug: 3132881
Change-Id: Ib89e2efa4e68e7d57ac1123df2ec6241f1b902d1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Because there may be very long key, such as space bar on tablet, we
should not use the distance between the touch point and the center of
key as proximity detection. Instead of that, this change uses the
distance between the point and the nearest edge of key as proximity
detection.
Also this change fixes the bug that space key (code 32) was not
counted in proximity detection.
Bug: 3164020
Bug: 3168138
Change-Id: I687f1ce94a8e944c3f6eea0fe00e18ed6e68e278
|
|
Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8
|