Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "add research log ui control" | 2012-06-06 | 1 | -17/+2 | |
|\ | |||||
| * | add research log ui control•••- lets users flag a particular time in the research log - lets users delete the log for this session also makes the UsabilityLog setting control whether the ResearchLog logs or not. multi-project commit with I89067e7d3b8daca7179333f1dbe82224c26920fe Bug: 6188932 Change-Id: I89864ef3ab53b0efe1ea8d75247be08712f0c399 | 2012-06-06 | 1 | -17/+2 | |
* | | Change spacebar and language switch key background color of phone•••Bug: 6568834 Change-Id: I815af444eb953e665a09a075b2d3e5875898cb52 | 2012-06-04 | 1 | -6/+3 | |
|/ | |||||
* | Reorganize punctuations and diacritics of Arabic and Persian•••Bug: 6029665 Change-Id: Id72d5af2c9c8fff09a366819901c950b87756dea | 2012-05-11 | 1 | -1/+0 | |
* | Preserve label case of to-symbol-key•••Bug: 6443192 Change-Id: I66c3c13d43c04fef4731ad2b4edabd8cd32f9437 | 2012-05-06 | 1 | -1/+2 | |
* | Show settings key when noMicrophone option is enabled on PC QWERTY•••Change-Id: Ib419a597e218af347e5d5da19f5ca8b3db8548c7 | 2012-04-26 | 1 | -0/+7 | |
* | Support PC QWERTY layout•••Bug: 4460018 Change-Id: I9a29f6a322af66f6a152fa1883b3686c5f7a3328 | 2012-04-25 | 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 | -9/+9 | |
* | Use string attribute for icon name•••Change-Id: I336acf33c7e6bc993b9da9b17ec689975fa8127d | 2012-04-20 | 1 | -14/+14 | |
* | Make KeySpecParser case insensitive•••Change-Id: I76c3e9179dd8777d3cf3138ad76513d83672debf | 2012-04-20 | 1 | -7/+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 | -9/+9 | |
* | 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 | -16/+16 | |
* | Use keyboardSet extra value of subtype to specify layout type•••Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97 | 2012-04-05 | 1 | -3/+3 | |
* | Fix settings key on more keys keyboard•••Bug: 6260868 Change-Id: I0b8113d283fa5d03a02115cd71a5af511982145a | 2012-03-30 | 1 | -1/+1 | |
* | Add ZWNJ and ZWJ icons•••Bug: 5456620 Change-Id: I7238f41c841803746ca2ab6cd332b2be8498a3ee | 2012-03-26 | 1 | -4/+6 | |
* | ZWNJ key on Persian shouldn't be altCodeWhileTyping key•••Change-Id: I69301a2c61c2e465058309337672f983669e7967 | 2012-03-14 | 1 | -2/+0 | |
* | Support Persian Keyboard•••This is a first trial implementation based on Arabic layout. Bug: 5456620 Change-Id: Ifa21d7fbd408853a44678623c13b9c078283732c | 2012-03-13 | 1 | -0/+10 | |
* | Add language switch key only to the phone layouts•••Bug: 5759092 Change-Id: Ic7d7d4812976654c0e85fecabd1128eadfc52c5c | 2012-03-07 | 1 | -4/+4 | |
* | Shift+Smiley can register enter in textMultiLine field•••Bug: 2498607 Change-Id: Ied2217c49665394a01c7d3451a93c0bc647d392f | 2012-02-29 | 1 | -0/+9 | |
* | Add next/prev navigate action more keys and remove tab key•••Bug: 6037537 Bug: 5961814 Change-Id: I9c6dedf953452a180fcd5bce7bfadfd3c821f224 | 2012-02-21 | 1 | -4/+19 | |
* | Settings key always exists in more keys of shortcut/f1 key•••This change also * Fix comman/f1 key for Arabic keyboard. * Removes "show settings key option" and related stuff. * Renames and simplifies F2 key to shortcut key on 7 inch tablet. Change-Id: Ib1cf99ad00d9780a2f0d170260e756771e161521 | 2012-02-17 | 1 | -24/+2 | |
* | Support fixed order more keys•••Change-Id: I979f54e8b54243da4d23cfbe08198d2aa495f870 | 2012-02-17 | 1 | -1/+0 | |
* | 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 | -93/+2 | |
* | Rename mini keyboard to more keys keyboard•••Change-Id: Ie4c85e8ca5a1f41a420aae5c1cd9c1cb07e237e5 | 2012-02-08 | 1 | -1/+1 | |
* | Shift + smiley key become return key•••Bug: 2498607 Change-Id: Iec902d8f0035a81e4e793251006d905025bd81cf | 2012-02-03 | 1 | -12/+26 | |
* | Move long press shift handling from PointerTracker to KeyboardState•••This change also * Rename phone shift keyboard to phone symbols keyboard. Use CODE_SWITCH_ALPHA_SYMBOL code to switch between phone and phone symbols keyboard. * Remove phone symbols keyboard from tablet. * Introduces enableLongPress flag of Key.keyActionFlags attribute. * Remove clumsy long press code from PointerTracker. * Remove CODE_CAPSLOCK handling from LatinIME. * Make KeyboardSwitcher to invoke haptic and audio feedback. Change-Id: I00e1f697a10ab5112aec75e36853b96246ff5054 | 2012-02-01 | 1 | -1/+1 | |
* | 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/+41 | |
* | 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/+241 |