| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
Bug: 5108339
Change-Id: I7cd4258a95a7e25b8b1114b43ffcca5b77c5c1e3
|
|/
|
|
|
|
| |
bug: 5113471
Change-Id: I324d24ea28c0ff9246dde2494296dca1dddabb1b
|
|
|
|
|
| |
Bug: 4340933
Change-Id: I7c80c0b6a8a9082c52b57a858e2b6740c05366ec
|
|
|
|
|
| |
Bug: 4340933
Change-Id: I98b4eca5167cc3767a0868fae8f6436164adbe4d
|
|
|
|
|
| |
Bug: 4340933
Change-Id: I4fbd8f7a4175e0e3fde326f40fd1b84312d81b89
|
|
|
|
|
| |
Bug: 4311428
Change-Id: Ia72de23634f824d82b7b5f2267d439ce922a3b57
|
|
|
|
|
| |
Bug: 5047217
Change-Id: I1b88484825f5c035401cf083522bf95bbee30edb
|
|
|
|
|
|
|
| |
This reverts commit 886246b19a60cefa60af549d6a6b70626bf63e34.
Bug: 5047500
Change-Id: Iefef20b7aeba0dbedfe8f81384a33f65e3907e9f
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Bug: 4971680
Change-Id: Ia3485ddcf8051bf7b7ba7f7a37fa75c3bc8a4798
|
|
|
|
|
| |
Bug: 5046333
Change-Id: I7be8c465ce6be2b78d9e8ece4dc4119941230d97
|
|
|
|
|
| |
Bug: 4161983
Change-Id: Ie163cd17c87773bf2ca37fff7cff79611fff644f
|
|
|
|
|
| |
Bug: 4170083
Change-Id: I977d7f6cce08e35fe9bed46fe5f4fdedd1f12e9c
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Related to Bug: 5024014
Change-Id: I149624e351f5c75323771ff90960d2fe00ca412b
|
|/
|
|
|
|
| |
This is the followup change of Ife9a9333
Change-Id: I6ebf2444642fe9ced7d40074fcc2bf050bbca7e0
|
|
|
|
| |
Change-Id: I4721bf831b5edbea1dd4309c6ce907544b098d62
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This is a followup change of Ie7413852.
Bug: 4586882
Change-Id: I3472b1dc718b0fd24f419cb559553f9133ed84f9
|
|
|
|
|
|
|
| |
Cherry-pic I993ac772 from Honeycomb-MR2.
Bug: 4586882
Change-Id: Ie74138523a3ae7958c7bec674c49aa0ab1a72d05
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I9de118e8be60b9a6fe1aecc00332ba08872db918
|
|
|
|
|
| |
Bug: 4436327
Change-Id: I074014d28dcb323b60dbc8fd9e169c75c393e0b3
|
|
|
|
|
| |
Bug: 4312114
Change-Id: I3feca4e87bdca0e4b5304fc325188e7eac115328
|
|
|
|
| |
Change-Id: I7147cab36eee4b6fd9418ca36e8ece2360b59e45
|
|
|
|
|
| |
Bug: 4479212
Change-Id: I25c48ef474f6198dde9b670b23509c087acae149
|
|
|
|
|
|
|
|
|
| |
This change also removes manualTemporaryUpperCaseCode and
manualTemporaryUpperCaseHintIcon. Instead of these keyLabelOption now
has hasUppercaseLetter flag value.
Bug: 4436327
Change-Id: I88fdac1e888a7123735296f5ef45f5fdd565cd2e
|
|
|
|
|
|
|
|
|
|
| |
This change is needed to introduce new theme easily. As a starter this
change introduces Keyboard.popupHintIcon attribute and
Key.keyLabelOption.popupHint flag to show popup hint icon that is
previously specified by Key.keyHintIcon attribute.
Bug: 4436327
Change-Id: I6b1c5c1b88eece541141b2d2cedd164ee02e5c2a
|
|
Unfortunately current Master seems have bugs in resource
selection. The xml-en/kbd_qwerty.xml is added to avoide those issue as
work around, and must be removed if the issue is fixed.
Bug: 4442045
Change-Id: Ic43d66e8669fb63e2c3f0b8b9aae9178ca3c32b5
|