| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Key.keyActionFlags and obsolete Key.isRepeatable•••This change also renames Key.keyLabelOption to keyLabelFlags.
Change-Id: Iedd0bfaa420ad382c07ce084416355690e390919
|  Tadashi G. Takaoka | 2011-11-21 | 1 | -2/+2 |
* | Make Spacer as extended Key class•••Bug: 5275003
Change-Id: I809a8ca363ba72b22ac5cfd926414990f7e8467c
|  Tadashi G. Takaoka | 2011-09-08 | 1 | -1/+1 |
* | Rename PopupCharactersParser to MoreKeySpecParser•••Also renames PopupPanel to MoreKeysPanel
Change-Id: I37209a5a8fe7dbba1eef03e3be88ba5253653926
|  Tadashi G. Takaoka | 2011-08-31 | 1 | -2/+2 |
* | Replace the notion of "voice" with "shortcut" as many as possible•••Bug: 4340933
Change-Id: I98b4eca5167cc3767a0868fae8f6436164adbe4d
|  Tadashi G. Takaoka | 2011-07-31 | 1 | -1/+1 |
* | Remove Key edge flags from XML•••The first key and the last of the row are automatically marked as left
and right edge key respectively. The existence of Spacer will prevent
those automatic marking.
Bug: 5038844
Change-Id: Ie34169ceaf76e24923b8d8125eda6ecb95cf1fee
|  Tadashi G. Takaoka | 2011-07-20 | 1 | -1/+0 |
* | Update Hebrew keyboard•••Bug: 4170083
Change-Id: I977d7f6cce08e35fe9bed46fe5f4fdedd1f12e9c
|  Tadashi G. Takaoka | 2011-07-14 | 1 | -32/+5 |
* | Draw phone/number keyboard layout witout icon•••This change introduces:
* New KeyboardView attribute
* keyLargeLetterRatio to specify large letter text size.
* keyHintLabelRatio to specify hint label text size.
* keyHintLabelColor to specify hint label text color.
* keyPreviewTextRatio to specify key preview text size.
* New Key.keyLabelOption flags
* alignLeftOfCenter, align the key label slightly left of the key center.
* largeLetter, use keyLargeLetterRatio to draw key letter.
* hasHintLabel, draw keyHintLabel at the right of key letter.
* followKeyHintLabelRatio, draw the key label following keyHintLabelRatio size.
* Renames
* Key.keyHintLetter to keyHintLabel.
* Key.keylLabelOption fontFixedWidth to fontMonoSpace.
* Key.keylLabelOption popupHint to hasPopupHint.
* Removes
* number icon releted attributes and declarations.
Change-Id: I2f456737e3a46209e5f48b5155951b2b21a33859
|  Tadashi G. Takaoka | 2011-06-27 | 1 | -5/+5 |
* | Move icon declaration to Keyboard theme•••Bug: 4436327
Change-Id: I074014d28dcb323b60dbc8fd9e169c75c393e0b3
|  Tadashi G. Takaoka | 2011-06-22 | 1 | -1/+1 |
* | Add Key.keyHintLabel and remove Key.keyHintIcon•••This change also removes manualTemporaryUpperCaseCode and
manualTemporaryUpperCaseHintIcon. Instead of these keyLabelOption now
has hasUppercaseLetter flag value.
Bug: 4436327
Change-Id: I88fdac1e888a7123735296f5ef45f5fdd565cd2e
|  Tadashi G. Takaoka | 2011-06-16 | 1 | -15/+10 |
* | Keep tablet keyboard in sync with Honeycomb-MR2•••This change removes Russian keyboard layout exceptions and make it
compatible with other Latin's.
Also tweaks some locales' keyboard layout to match with standard PC's
keyboard layout at most.
Change-Id: I305201fb850b4f94ae7e746ab4c039473d09da70
|  Tadashi G. Takaoka | 2011-06-03 | 1 | -151/+45 |
* | Implement logical or to Keyboard switch-case matching•••Change-Id: Iab615459c21fa5799a7b30b8649d75347e46c804
|  Tadashi G. Takaoka | 2011-06-03 | 1 | -8/+1 |
* | Adaptive keyboard width/position parser•••This change introduces the following features to Keyboard XML format.
* "keyXPos" can specify the key X coordinate directly.
* "keyXPos" can be negative. The X coordinate will be calcluated from
the right edge of the keyboard toward left.
* "keyWidth" can be zero to be filled up to the right side.
* "keyWidth can be negative. The key will be filled up to both sides.
* Spacer's horizontalGap is renamed as keyWidth, and can be inherited
from key-style.
* Spacer can have keyXPos attribute.
Using these syntax, all keyboard layouts have been re-written.
Cherry-Pick: I314b2e8ca2aa145ff9506cbf927140a15685af42
Bug: 4442045
Change-Id: I048fe5eaef020d8472ab577e9d326042bae2f3fa
|  Tadashi G. Takaoka | 2011-05-31 | 1 | -10/+11 |
* | Rename resource folder according to new naming scheme•••Change-Id: I45a29d753103d82b625e55e78f1075497e94396f
|  Tadashi G. Takaoka | 2011-05-28 | 1 | -0/+258 |