Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix label of switch to symbols key when symbols has shortcut key•••This change fixes the labels of switch to symbols key and switch back from more symbols key when symbols layout has shortcut key. Change-Id: I3fbbef2d929486d0f0542f4d89cb086d9f5bad82 | 2012-12-13 | 1 | -12/+9 | |
* | Add language switch key to 10" tablet•••Bug: 6637175 Change-Id: Ife9c9a6d35bd3cb4de406b388c504846b35059e7 | 2012-07-31 | 1 | -1/+7 | |
* | Fix tab key's navigation behavior•••Bug: 6435484 Change-Id: Iffe459c117ad438e96ec6f5c7e64fb80b32d227e | 2012-07-05 | 1 | -0/+11 | |
* | Microphone key on 10-inch tablet on the far right vs where it is on phones•••This change also re-introduces colored action key, that was disbaled by I1c7335c5. Bug: 6568834 Change-Id: I0c04b86049325c84492d90457cee0c16c57937f8 | 2012-06-06 | 1 | -6/+0 | |
* | Preserve label case of to-symbol-key•••Bug: 6443192 Change-Id: I66c3c13d43c04fef4731ad2b4edabd8cd32f9437 | 2012-05-06 | 1 | -1/+1 | |
* | Override defaultActionKeyStyle to use non-blue action background•••Bug: 6412932 Change-Id: I1c7335c53a35fc88694224332511415ea63ac745 | 2012-05-01 | 1 | -0/+6 | |
* | Remove alt-code-while-typing from tablet•••Change-Id: I4471d10e3f7c681c27805b966869c0b47508329f | 2012-04-23 | 1 | -2/+2 | |
* | Fix confusable "label" usage, use "text" instead•••* Rename makelabel tool to maketext * Rename KeyboardLablesSet class to KeyboardTextsSet * Rename "!label/name" to "!text/name" Change-Id: Ia9494a89fe56f20ca8e8fedb253adbcf8b771bd3 | 2012-04-20 | 1 | -10/+10 | |
* | Use string attribute for icon name•••Change-Id: I336acf33c7e6bc993b9da9b17ec689975fa8127d | 2012-04-20 | 1 | -9/+9 | |
* | Make KeySpecParser case insensitive•••Change-Id: I76c3e9179dd8777d3cf3138ad76513d83672debf | 2012-04-20 | 1 | -4/+3 | |
* | Generate KeyboardLabelsSet from donottranslate-more-keys.xml•••This change introduces makelabel tool that reads all languages' donottranslate-more-keys and generate KeyboardLabelsSet.java source file. The makelabel command must be invoked prior to compile LatinIME. Change-Id: I7515c7919c535e30f9c80a37bdc831d0f682cd43 | 2012-04-11 | 1 | -10/+10 | |
* | Use !icon/<icon_name> notation for more keys spec•••Change-Id: I616e6c1ac603d2eb7a5c99ec70d5411371d15f3e | 2012-04-10 | 1 | -1/+1 | |
* | Introduce KeyboardCodesSet.java and remove keycodes.xml•••Change-Id: Icfd6d06f47425aa037682d22c895548ba6f047d8 | 2012-04-10 | 1 | -13/+13 | |
* | Use keyboardSet extra value of subtype to specify layout type•••Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97 | 2012-04-05 | 1 | -4/+4 | |
* | Add missing ZWNJ icon for tablets•••Follow up to I7238f41c. Bug: 5456620 Change-Id: I3492b38102ecc5af7fc8cddedff1f0319672e3fe | 2012-03-26 | 1 | -0/+1 | |
* | Add ZWNJ and ZWJ icons•••Bug: 5456620 Change-Id: I7238f41c841803746ca2ab6cd332b2be8498a3ee | 2012-03-26 | 1 | -3/+6 | |
* | ZWNJ key on Persian shouldn't be altCodeWhileTyping key•••Change-Id: I69301a2c61c2e465058309337672f983669e7967 | 2012-03-14 | 1 | -3/+1 | |
* | Support Persian Keyboard•••This is a first trial implementation based on Arabic layout. Bug: 5456620 Change-Id: Ifa21d7fbd408853a44678623c13b9c078283732c | 2012-03-13 | 1 | -3/+6 | |
* | Add next/prev navigate action more keys and remove tab key•••Bug: 6037537 Bug: 5961814 Change-Id: I9c6dedf953452a180fcd5bce7bfadfd3c821f224 | 2012-02-21 | 1 | -7/+22 | |
* | Support fixed order more keys•••Change-Id: I979f54e8b54243da4d23cfbe08198d2aa495f870 | 2012-02-17 | 1 | -2/+1 | |
* | Custom action label should be a part of keyboard identifier•••Change-Id: Ia14cabc3d49fbdcb11dd00225d225fbb91cc4012 | 2012-02-08 | 1 | -0/+1 | |
* | Shift+Smiley key will register newline character of textMultiLine•••This change also * Honors the custom action label in EditorInfo.actionLabel. * Invokes InputConnection.performeEditorAction if action is specifed at EditorInfo.imeOptions or actionLabel/actionId. * Stops using InputMethodService.sendKeyChar. Implements sendKeyCodePoint instead. Bug: 2498607 Bug: 5961809 Bug: 5368408 Change-Id: If4cd5eb3dacfc6b6a7ea434b0617c2438e06e42d | 2012-02-08 | 1 | -6/+2 | |
* | 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 | 2012-01-31 | 1 | -13/+51 | |
* | Rename keyboard XML resource files••• * <Keyboard> XML file should be kbd_*.xml * <Row> XML file should be rows_*.xml or row_*.xml * <Key> XML file should be key_*.xml or keys_*.xml * <key-style> XML file should be key_styles_*.xml Change-Id: Ie57d5d78389c13d6c066ace4e3588518d1f25f13 | 2012-01-28 | 1 | -0/+110 |