| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed spoken descriptions for characters supported by TTS or TalkBack.•••Change-Id: Iddef18559bc6af9487e536a33607b0a0b07df282
|  alanv | 2012-01-31 | 1 | -23/+0 |
* | Auto generate various shift states alphabet keyboard automatically•••If any shift state variants of alphabet keyboard layout is not
specified in KeyboardSet.Element, it will be automatically generated
from base alphabet keyboard definition.
This change also
* Eliminates KeyboardShiftState object from Keyboard.
* Removes various set shift state methods from Keyboard.
* Removes KeyboardSet.Element.elementAutoGenerate attribute.
* Separates "sticky" Key.backgroundType to "stickyOff" and "stickyOn"
* Add preserveCase flag to smiley, .com, and labeled special keys.
* Rename KeyboardShiftState class to AlphabetShiftState.
* Rename some attributes from *UppercaseLetter* to *ShiftedLetterHint*.
* Introduce shiftedLetterActivated to Key.keyLabelFlags
Change-Id: I01a0a8efeeaa76820ae728a5bdfa8d02b6ce74b7
|  Tadashi G. Takaoka | 2012-01-31 | 1 | -20/+1 |
* | Get rid of Keyboard.CODE_DUMMY•••Change-Id: Id2320f4d9b5f22f0ac844ab20ce42b0c4e7c6880
|  Tadashi G. Takaoka | 2012-01-10 | 1 | -1/+1 |
* | Cleanup unused variables and parameters•••Change-Id: Iad756a7a775c93f3344c6962e7b3456ef8339490
|  Tadashi G. Takaoka | 2011-12-15 | 1 | -4/+3 |
* | Fixed typing uppercase letters when touch exploration is enabled.•••Bug: 5652774
Change-Id: Id8cd37b3ff93b45f4f18198bbbb827aadf945b02
|  Alan Viverette | 2011-11-21 | 1 | -10/+11 |
* | Fixed speaking keys when editing password fields•••Bug: 5042681
Change-Id: Ic4523ec38b0faa2b6a91d476ea7af7e69404861c
|  Alan Viverette | 2011-08-08 | 1 | -6/+21 |
* | Clean up keyboard loading and switching•••Bug: 4311428
Change-Id: Ia72de23634f824d82b7b5f2267d439ce922a3b57
|  Tadashi G. Takaoka | 2011-07-27 | 1 | -1/+1 |
* | Add key description for "fullwidth asterisk" used on phone/number layout•••This change also removes non-ASCII comment from strings.xml to
suppress resource compiler warning.
Change-Id: I96d3e8e2c7072816f32a15564745f8cdc3f91ee9
|  Tadashi G. Takaoka | 2011-06-29 | 1 | -0/+1 |
* | 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 | -3/+3 |
* | Move Key class out of internal package•••Bug: 4903326
Change-Id: I2493d6dae613d2e37dfa8ce96b4cddc9a038160c
|  Tadashi G. Takaoka | 2011-06-23 | 1 | -1/+1 |
* | Fixing build error due to refactored import.•••Change-Id: I7ed51fa4373fd5d1ebc6ebe52c6e93b27b43cff5
|  Alan Viverette | 2011-06-22 | 1 | -1/+1 |
* | Added support for touch exploration to Latin IME.•••Bug: 4379983
Change-Id: I97f22e54827c6229054b514801401ffa5b4ed3b8
|  Alan Viverette | 2011-06-22 | 1 | -0/+226 |