| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak tablet keyboard design•••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
|  Tadashi G. Takaoka | 2010-12-01 | 1 | -1/+2 |
* | Update tablet keyboard layout to the latest design•••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
|  Tadashi G. Takaoka | 2010-11-25 | 1 | -0/+16 |
* | Support <key-style/> and keyStyle attribute for Keyboard XML•••Change-Id: Ie052e989d0180eecfc8c244ba6c60594a46103d1
|  Tadashi G. Takaoka | 2010-11-22 | 1 | -53/+39 |
* | Add keyLabelAlign attribute to Keyboard XML•••Bug: 3216592
Change-Id: I88f8055199f2cd0525faf9374114fbebba53b951
|  Tadashi G. Takaoka | 2010-11-20 | 1 | -0/+3 |
* | Implement both automatic and manual temporary upper cases•••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
|  Tadashi G. Takaoka | 2010-11-18 | 1 | -1/+1 |
* | Implement temporary upper case hint icon•••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
|  Tadashi G. Takaoka | 2010-11-16 | 1 | -3/+13 |
* | Keyboard XML supports switch-case-default tags to select rows and keys•••Change-Id: I0d92e513757e765d9de98561205754af5a143650
|  Tadashi G. Takaoka | 2010-11-12 | 1 | -31/+24 |
* | Using distance to the edge of key as proximity detection•••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 G. Takaoka | 2010-11-06 | 1 | -23/+23 |
* | Increased the size of GRID in Keyboard•••Bug: 3122894
- Changed width 10 -> 32
- Changed height 5 -> 16
Change-Id: I07354cf5c942974cc25a5e043f41e0f13a09351b
|  satok | 2010-10-29 | 1 | -14/+11 |
* | Refactor BaseKeyboardParser as Recursive Descendent Parser•••Bug: 3082538
Change-Id: Ic0d72c6fe08cfc20db86aeffb10a27efe678095e
|  Tadashi G. Takaoka | 2010-10-22 | 1 | -5/+5 |
* | Move BaseKeyboardParser to top-level class•••Bug: 3082538
Change-Id: If0ddf32bc3811e3c65a7a96503c61ed3351eeb66
|  Tadashi G. Takaoka | 2010-10-21 | 1 | -217/+0 |
* | Refactor BaseKeyboard parsing code•••Change-Id: I241125b5b15c9d6bbba456476f1f4fd3ef9db3f2
|  Tadashi G. Takaoka | 2010-10-21 | 1 | -164/+193 |
* | Update xlarge drawable of Keyboard•••Bug: 3109804
Change-Id: I316f9cfcec377a7d0ea1417e1e3cea55cbdb9e2b
|  Tadashi G. Takaoka | 2010-10-19 | 1 | -17/+30 |
* | Cleanup LatinKeyboard and LatinKeyboard.LatinKey classes•••Change-Id: I4c5a37315dea1c7545b77a8a6c93b930927a5a82
|  Tadashi G. Takaoka | 2010-10-18 | 1 | -5/+8 |
* | Keyboard XML file supports include and merge tag•••Keyboard XML file can include other keyboard XML file using directive
<include keyboardLayout="@xml/...">. The keyboard XML file which is
included must have <merge> tag as root element.
Change-Id: I06c35fe7b3db5232acdb33f73a79f38d31261b32
|  Tadashi G. Takaoka | 2010-10-07 | 1 | -71/+156 |
* | Add keyHintIcon attribute to BaseKeyboard.Key class•••This keyHintIcon attribute is used to specify hint icon drawable at
top right corner of Key.
Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c
|  Tadashi G. Takaoka | 2010-10-05 | 1 | -29/+31 |
* | Modify BaseKeyboard to be able to handle multiple shift keys•••Change-Id: Ie840ae113ee6bd5b629a90959d7f955a5ceba95a
|  Tadashi G. Takaoka | 2010-10-02 | 1 | -20/+12 |
* | Unbundle Keyboard.java to BaseKeyboard.java•••Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
|  satok | 2010-10-02 | 1 | -0/+804 |