| Commit message (Expand) | Author | Age | Files | Lines |
* | Add horizontal edges paddings to phone/number layout•••Bug: 4948171
Change-Id: I8a06a25ffcbd141c9418e77e982233166a347914
|  Tadashi G. Takaoka | 2011-09-26 | 1 | -1/+0 |
* | Use full screen mode on landscape/phone device•••Bug: 5262767
Change-Id: I721c18522c972ced9f359f2e5208572d54a4b7a1
|  Tadashi G. Takaoka | 2011-09-08 | 1 | -0/+23 |
* | Introduce maxMoreSuggestionsRow and minMoreSuggetionsWidth attributes to Sugg...•••Bug: 5257594
Change-Id: Id52c841b72e38eb9034a1a7f26bcf3d4d81ad216
|  Tadashi G. Takaoka | 2011-09-05 | 1 | -0/+1 |
* | Rename CandidateView to SuggestionsView•••Change-Id: I6480cdf025f065130e1969899b259a243e7a11be
|  Tadashi G. Takaoka | 2011-09-01 | 1 | -1/+1 |
* | Fixed count suggestions strip•••Bug: 5023981
Change-Id: I434d23bdfb653989866d3822c978cd929a2b553c
|  Tadashi G. Takaoka | 2011-08-05 | 1 | -1/+0 |
* | Specify Key gaps by percentage•••Change-Id: I4721bf831b5edbea1dd4309c6ce907544b098d62
|  Tadashi G. Takaoka | 2011-07-04 | 1 | -12/+13 |
* | Adaptive suggestions strip•••Bug: 4903845
Change-Id: I9e2e17a9eee72df5c92414dcd4796ed7fe1655e1
|  Tadashi G. Takaoka | 2011-07-01 | 1 | -0/+1 |
* | Cleanup key drawing code•••This change also modifies 9-patch drawables to fix the following
issues. In order to draw key background drawable just on the
coordinates we want, we have to know where an actual "visible" part is
in the drawable. The only clue we can use is "padding" of the
drawable. To achieve this, the 9-patch drawable must have its
"visible" part marked as "content". Please refer the Bug: 4948171 for
more detailed explanation.
This change also reverts the following "black" drawables back from
Gingerbread because recent change broke these (I70019a91).
* drawable-hdpi/sym_bkeyboard_*.png
* drawable-hdpi/btn_keyboard_key_*_stone.9.png
Bug: 4948171
Change-Id: I6e4d03b3144caa95c793aac97af22df34c5f454f
|  Tadashi G. Takaoka | 2011-06-29 | 1 | -12/+20 |
* | 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 | -4/+8 |
* | Fix popup key preview on 7/11 inch tablet•••Change-Id: I42b4c0c7a554089baa778205da0627daaff667c6
|  Tadashi G. Takaoka | 2011-06-24 | 1 | -0/+1 |
* | New IceCreamSandwich assets and theme•••This change instroduces new IceCreamSandwich assets and renames
Honeycomb theme to IceCreamSandwich. Though checked only on
hdpi-phone and mdpi-10"-tablet.
File another bug (Bug: 4852048) to fine tune keyboard layout for all
possible combination of devices and themes.
Bug: 4436327
Change-Id: I4f8dc1dd6b798a39204702bbcbebf17a199dc82f
|  Tadashi G. Takaoka | 2011-06-23 | 1 | -1/+5 |
* | Tune up 7 inch keyboard layout•••Bug: 4479212
Change-Id: I25c48ef474f6198dde9b670b23509c087acae149
|  Tadashi G. Takaoka | 2011-06-17 | 1 | -3/+3 |
* | 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 | -1/+3 |
* | 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 | -2/+2 |
* | Rename resource folder according to new naming scheme•••Change-Id: I45a29d753103d82b625e55e78f1075497e94396f
|  Tadashi G. Takaoka | 2011-05-28 | 1 | -0/+42 |