aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/rows_phone_symbols.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-1/+1
|
* Fix symbol letter size of phone/number layoutTadashi G. Takaoka2014-11-041-12/+20
| | | | | | | | | | This CL - decreases the size of symbols letter on number and phone layout. - increases the size of "Pause" and "Wait" label. - fixes "Pause" and "Wait" label for no language keyboard Bug: 18179572 Change-Id: I6e8b4a8e07d805c3da0558b4832291ce41ad3db0
* Rename Key.keyLabel attribute to KeySpecTadashi G. Takaoka2014-02-071-9/+9
| | | | Change-Id: Ida48cd9bdbc01fefad651a005084262c0f46c41c
* Escape "#" sign in XML fileTadashi G. Takaoka2012-10-311-1/+1
| | | | Change-Id: Icd38abc4a0454ca949613d8c4bb528758cd990d8
* Add '+' sign to more keys of '-' keyTadashi G. Takaoka2012-10-011-0/+2
| | | | | | | Note that the tablet number/phone layout has its own '+' key. Bug: 7255318 Change-Id: I5cc0431cf772a859eb456e9c36b07bfd0cc1278d
* Shift+Smiley key will register newline character of textMultiLineTadashi G. Takaoka2012-02-081-1/+1
| | | | | | | | | | | | | | 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
* Move long press shift handling from PointerTracker to KeyboardStateTadashi G. Takaoka2012-02-011-0/+84
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