| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename to Kelar Keyboard (org.kelar.inputmethod.latin) |  Amin Bandali | 2025-01-11 | 1 | -1/+1 |
* | Reorder keys around the spacebar•••This CL reorders keys around the spacebar.
- On phone's symbols and symbols shift layout, the comma key is moved
to the left of the spacebar to aligned with main layout.
- On tablet's layout, the comma key is moved to the left of the
spacebar on all layout to aligned with the same layout of
phone's. Also the comma key has "settings" as more keys.
- In Arabic and Perisan, the comma key of tablet already has some more keys
This CL remove "/" and add "settings" instead.
Bug: 15281451
Change-Id: I6e0e75e4d4abfb1f356e7499be91424c7c57c58b
|  Tadashi G. Takaoka | 2014-06-04 | 1 | -4/+8 |
* | Rename Key.keyLabel attribute to KeySpec•••Change-Id: Ida48cd9bdbc01fefad651a005084262c0f46c41c
|  Tadashi G. Takaoka | 2014-02-07 | 1 | -2/+2 |
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master.
Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
|  Ken Wakasa | 2013-12-13 | 1 | -16/+4 |
* | Revert emoji key position to JB-mr2•••Bug: 10538430
Change-Id: Ie2033b2f5253b2e2fc2229ba6c95568e7b2a58fa
|  Satoshi Kataoka | 2013-10-04 | 1 | -4/+0 |
* | Optimize tablet layout•••Bug: 9059539
Change-Id: Ideb6965768fcf092c081eb1d3102312c863cc5b6
|  Satoshi Kataoka | 2013-09-06 | 1 | -35/+25 |
* | Rename key_space•••Bug: 9059539
Change-Id: I0231ac53f8cf778d087cafeb5b3629b145cca9a9
|  Satoshi Kataoka | 2013-09-06 | 1 | -1/+1 |
* | Optimize layout•••Bug: 9059539
Change-Id: Iabfd44daae1ef6da99a864859488a4f644240925
|  Satoshi Kataoka | 2013-09-05 | 1 | -9/+10 |
* | Revert "Remove symbols shifted layout"•••This reverts commit c02a365485cb777137cbab8ff8f60c4b36fa0f7a.
Change-Id: I11d31632469a594c0637f035bdd74ba60b2ac33e
|  Satoshi Kataoka | 2013-09-04 | 1 | -3/+2 |
* | Revert "Revert "Support Emoji keyboard""•••Window resizing junkiness is addressed in I605e657c9468
This reverts commit aabc97233826da69edbadfc7c1465a505a1fe2ec.
Change-Id: I0bc0f1ad9a90799e643fe9ec35f5b4bbe94eee0d
|  Satoshi Kataoka | 2013-08-30 | 1 | -1/+1 |
* | Revert "Support Emoji keyboard"•••This reverts commit d7791a93b0dee268a9e97f06fe5abcf6082e0ed1.
Change-Id: I5ca4c0227f97540e8a22b487b5056dfa3611082b
|  Ken Wakasa | 2013-08-30 | 1 | -1/+1 |
* | Support Emoji keyboard•••Bug: 6370846
Change-Id: I33ce8f952799c89929996a226ac17731a953ec2a
|  Tadashi G. Takaoka | 2013-08-29 | 1 | -1/+1 |
* | Remove symbols shifted layout•••Bug: 9059539
Change-Id: I7fe6520e4eafcb7e1748b8bf011333c7e0da7ac2
|  Tadashi G. Takaoka | 2013-08-23 | 1 | -2/+3 |
* | Cleanup <include/> and etc. in keyboard XML•••* Remove keyXPos and keyWidth from key_*.xml and make it more generic.
* Add keyXPos and keyWidth to <include/> generalized key_*.xml.
* Remove zero width <Spacer/> and fold into successive <include/>.
Change-Id: I4b5c02a165ba0bc9ef8741be0b4938c1efaf5e27
|  Tadashi G. Takaoka | 2012-04-24 | 1 | -0/+1 |
* | Add language switch key to symbols and symbols shifted layout•••Bug: 6370179
Change-Id: I061559ea5d0cb11a059de4b6e741f9c17ee69a27
|  Tadashi G. Takaoka | 2012-04-20 | 1 | -3/+2 |
* | Modularize keyboard XML files•••* Remove duplicated xml-sw768dp/keys_apostrophe_dash.xml
* Separate keys_apostrophe_dash.xml to key_apostorhe.xml and
key_dash.ml
* Separate key_space.xml from row_qwerty4.xml
* Separate key_f1.xml from xml{,-sw600dp}/row_qwerty4.xml
* Separate keys_f1f2.xml from xml-sw768dp/row_qwerty4.xml
* Fix incorrectly named rows_symbols{,_shift}4.xml to
row_symbols{,_shift}4.xml
Change-Id: Id71967a016a348174d1fc265b654dbc233c6562e
|  Tadashi G. Takaoka | 2012-04-20 | 1 | -0/+55 |
* | Add next/prev navigate action more keys and remove tab key•••Bug: 6037537
Bug: 5961814
Change-Id: I9c6dedf953452a180fcd5bce7bfadfd3c821f224
|  Tadashi G. Takaoka | 2012-02-21 | 1 | -67/+0 |
* | 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
|  Tadashi G. Takaoka | 2012-02-17 | 1 | -3/+3 |
* | 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
|  Tadashi G. Takaoka | 2012-02-08 | 1 | -2/+2 |
* | 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
|  Tadashi G. Takaoka | 2012-01-28 | 1 | -0/+67 |