- Nov 21, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3216592 Change-Id: I88f8055199f2cd0525faf9374114fbebba53b951
-
- Nov 19, 2010
-
-
Tadashi G. Takaoka authored
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
-
- Nov 18, 2010
-
-
satok authored
Change-Id: I469197a4b3f55335eaee104177f0970cc904bb34
-
- Nov 17, 2010
- Nov 16, 2010
-
-
Tadashi G. Takaoka authored
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
-
- Nov 10, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3132881 Change-Id: Ib89e2efa4e68e7d57ac1123df2ec6241f1b902d1
-
- Nov 05, 2010
-
-
Tadashi G. Takaoka authored
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
-
Tadashi Takaoka authored
Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8
-
- Oct 25, 2010
-
-
Ken Wakasa authored
Change-Id: I9a1106b679a9ffb3ae959d90377eef096e5af842
-
Ken Wakasa authored
Change-Id: I6871a24967b1410bdb14e902bdd311ef82fd4f0b
-
- Oct 24, 2010
-
-
Tadashi G. Takaoka authored
This change also fixes that the popup preview of ALT on symbol keyboard is not showing. Bug: 3122877 Bug: 3127255 Change-Id: I978cb30a0d05298274d8ab6541b91323a0fef211
-
- Oct 20, 2010
-
-
Ken Wakasa authored
I8b38e280 Ia3929bb0 If925b546 I1062763d I901e36aa bug: 3100311 Change-Id: Ic7e01277ec816e77d34732599b2b9552668b81c2
-
- Oct 18, 2010
-
-
Tadashi G. Takaoka authored
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
-
Ken Wakasa authored
bug: 3105185 Change-Id: I901e36aa12dad5968ba1a420fff6a2f2efb16da5
-
- Oct 17, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3100922 Change-Id: Icd59fc3978dc1fccb523a368b0a7d4549fc2db78
-
Tadashi G. Takaoka authored
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
-
Ken Wakasa authored
This is a follow up change to I8b38e280. bug: 3084022 Change-Id: I1062763d87b4498e19598b4e7d99bb91c510c6d2
-
- Oct 15, 2010
-
-
Ken Wakasa authored
Add visual indicator that long press / or @ on F1 key will bring up Settings bug: 3084022 Change-Id: If925b546829ca8e8806e1f8f89eaf72fc8c220da
-
Ken Wakasa authored
LatinKeyboardBaseView should have removed "long pressed" pointer tracker from the multi-touch pointer queue. bug: 3099130 Change-Id: I3d358a373b0de07558a204e9ff5a95e9ece38bcc
-
- Oct 14, 2010
-
-
Ken Wakasa authored
bug:3084022 Change-Id: I8b38e2803eb32469653484701882af35108eb69a
-
Tadashi G. Takaoka authored
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
-
- Oct 10, 2010
-
-
Ken Wakasa authored
We'll merge this to master for now, but we should have new attr (such as popupCharWidth) to handle this reasonably in the newly created BaseKeyboard class. bug: 3082178 Change-Id: I024b946aafbbeb07b865a09f489dacb56f0478d0
-
- Oct 08, 2010
-
-
Tadashi G. Takaoka authored
To avoid a corner case of bug#3070963, in toggleShift() method of KeyboardSwitcher, the shifted symbol keyboard will be set if current keyboard is symbol keyboard or is not shifted symbol keyboard. This change also implements mini keyboard cache with WeakHashMap. Bug: 3070963 Change-Id: I868fc072e2f21bddded1622b800a53b9a6a43e91
-
Tadashi G. Takaoka authored
Before this change, the delay was 500 ms that came from ViewConfiguration.getLongPressTimeout(). This change reduces the delay to 400 ms. Bug: 3074984 Change-Id: Ia5af5e877a3c4bb29211ef4040c728ac09a9fe85
-
- Oct 05, 2010
-
-
Tadashi G. Takaoka authored
This keyHintIcon attribute is used to specify hint icon drawable at top right corner of Key. Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c
-
- Oct 01, 2010
-
-
satok authored
Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
-
- Sep 29, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3038861 Change-Id: I94011ca80710ff6eb24e940104f7d9d3bb86840a
-
- Sep 24, 2010
-
-
Tadashi G. Takaoka authored
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
-
- Sep 23, 2010
-
-
Tadashi G. Takaoka authored
This change reverts I28bf3e4deb46a428dc8422a3a165183e00608604 partly Bug: 3029284 Change-Id: I0701ab9dfa1cfddbecbef3d32e525c0a143fc297
-
Tadashi G. Takaoka authored
This change also fix popup window display position calculation. Bug: 3029284 Change-Id: I28bf3e4deb46a428dc8422a3a165183e00608604
-
Tadashi G. Takaoka authored
Change-Id: If20f289992f829ae3a0a2a1eb60a4fc9b35c308a
-
- Sep 22, 2010
-
-
Tadashi G. Takaoka authored
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
-
Tadashi G. Takaoka authored
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
-
Ken Wakasa authored
This change adds lightweight visual hints of alternate numeric characters on the top row - e.g. having a light gray '1' on the upper right corner of letter 'q' Note that MDPI resources are tentative (the same as HDPI for now, until we get fixed MDPI visual assets). bug: 3004632 Change-Id: I7a25cf90b702433a844c88f5c47bf914706af9bc
-
- Sep 21, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3021082 Change-Id: I2cfb462c89b222449ee2ba5559462a9f5d2306ed
-
Tadashi G. Takaoka authored
The residual time was formerly 150ms by Ia63662a549481d18046a46ef8292c0a4438b5588, and originally was 70ms. Bug: 3004787 Change-Id: If60a74c51e9a68f008711cca2423094e8204755f
-
- Sep 17, 2010
-
-
Tadashi G. Takaoka authored
Bug: 3004793 Change-Id: I1839e6ff3c8c66a576bfb3db9391c146ed225451
-
Tadashi G. Takaoka authored
Bug: 3004787 Change-Id: Ia63662a549481d18046a46ef8292c0a4438b5588
-
- Sep 15, 2010
-
-
Ken Wakasa authored
bug: 2998722 Change-Id: Iac1641c338388fd8f85e0cf47e31afdaeb34c0c0
-