| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename to Kelar Keyboard (org.kelar.inputmethod.latin) |  Amin Bandali | 2025-01-11 | 1 | -1/+1 |
* | Add missing res dir•••Change-Id: I50e79bbb1f2eab33c7e5a76086bbe41f7e757ada
|  Satoshi Kataoka | 2012-11-06 | 1 | -0/+27 |
* | Merge remote-tracking branch 'goog/master' into mergescriptpackage•••Conflicts:
java/res/values-ca/strings.xml
java/res/values-cs/strings.xml
java/res/values-de/strings.xml
java/res/values-es/strings.xml
java/res/values-hr/strings.xml
java/res/values-hu/strings.xml
java/res/values-it/strings.xml
java/res/values-lv/strings.xml
java/res/values-nb/strings.xml
java/res/values-nl/strings.xml
java/res/values-pl/strings.xml
java/res/values-pt/strings.xml
java/res/values-ro/strings.xml
java/res/values-ru/strings.xml
java/res/values-sv/strings.xml
java/res/values-sw/strings.xml
java/res/values-tr/strings.xml
java/res/values-uk/strings.xml
java/res/values-zh-rCN/strings.xml
java/res/values-zh-rTW/strings.xml
java/src/com/android/inputmethod/latin/RichInputConnection.java
Change-Id: Iba00dd5b86cb16d72968bc7e40d75853845b6dcb
|  Satoshi Kataoka | 2012-11-06 | 1 | -26/+0 |
|\ |
|
| * | Calculate default touch position correction data for keys on 4th row•••This change also disables touch position correction for Phone/Dvorak
keyboard.
Bug: 7243101
Change-Id: Idfcc7ad1feabbe6a81635dceba5be087401fa18b
|  Tadashi G. Takaoka | 2012-09-27 | 1 | -0/+1 |
|/ |
|
* | 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 | -1/+1 |
* | Swap parenthesis-like character code on RTL keyboard•••Bug: 5047217
Change-Id: I1b88484825f5c035401cf083522bf95bbee30edb
|  Tadashi G. Takaoka | 2011-07-24 | 1 | -109/+10 |
* | Remove Key edge flags from XML•••The first key and the last of the row are automatically marked as left
and right edge key respectively. The existence of Spacer will prevent
those automatic marking.
Bug: 5038844
Change-Id: Ie34169ceaf76e24923b8d8125eda6ecb95cf1fee
|  Tadashi G. Takaoka | 2011-07-20 | 1 | -15/+7 |
* | Add Arabic percent sign•••Bug: 5046333
Change-Id: I7be8c465ce6be2b78d9e8ece4dc4119941230d97
|  Tadashi G. Takaoka | 2011-07-19 | 1 | -2/+2 |
* | Update Arabic keyboard•••Bug: 4161983
Change-Id: Ie163cd17c87773bf2ca37fff7cff79611fff644f
|  Tadashi G. Takaoka | 2011-07-14 | 1 | -21/+26 |
* | Tune up 7 inch keyboard layout•••Bug: 4479212
Change-Id: I25c48ef474f6198dde9b670b23509c087acae149
|  Tadashi G. Takaoka | 2011-06-17 | 1 | -8/+0 |
* | Adaptive keyboard width/position parser•••This change introduces the following features to Keyboard XML format.
* "keyXPos" can specify the key X coordinate directly.
* "keyXPos" can be negative. The X coordinate will be calcluated from
the right edge of the keyboard toward left.
* "keyWidth" can be zero to be filled up to the right side.
* "keyWidth can be negative. The key will be filled up to both sides.
* Spacer's horizontalGap is renamed as keyWidth, and can be inherited
from key-style.
* Spacer can have keyXPos attribute.
Using these syntax, all keyboard layouts have been re-written.
Cherry-Pick: I314b2e8ca2aa145ff9506cbf927140a15685af42
Bug: 4442045
Change-Id: I048fe5eaef020d8472ab577e9d326042bae2f3fa
|  Tadashi G. Takaoka | 2011-05-31 | 1 | -1/+3 |
* | Merge "Add minKeyboardHeight attribute to Keyboard layout" |  Tadashi G. Takaoka | 2011-05-13 | 1 | -1/+2 |
|\ |
|
| * | Add minKeyboardHeight attribute to Keyboard layout•••Bug: 4411676
Change-Id: I1f56ba58bacb90790f82326718bf9de95dba5d28
|  Tadashi G. Takaoka | 2011-05-12 | 1 | -1/+2 |
* | | Remove double high-reversed-9 quotation mark•••Because current DroidSans font lacks double high-reversed-9 quotation
mark '\u201f' glyph (Bug: 4368421), this change remove it from symbol
keyboard popup mini keyboard. This change also removes corresponding
double low-9 quotation marks as well.
Bug: 4347045
Change-Id: I30d1493376efe5af98722e76999107de5dfcae3e
|  Tadashi G. Takaoka | 2011-05-13 | 1 | -2/+3 |
|/ |
|
* | Fix quotation marks•••This change
* Allows snap back from symbols shifted to symbol layout.
* Add "left single", "right single", "single low" and "single high
reversed" quotation marks to popup characters of "single quote".
* Add "double low" and "double high reversed" quatation marks to popup
characters of "double quote".
* Add "prime" and "double prime" to popup characters of "degree".
* Disable non-ASCII key of symbol more layout on passowrd input.
Bug: 4345054
Bug: 4347045
Change-Id: I8168ce6a74a9536e4966f7f9d1099ac0132925c7
|  Tadashi G. Takaoka | 2011-04-27 | 1 | -2/+4 |
* | Additional tweak of gaps for delete/shift keys•••bug: 4269094
Change-Id: I62c5b80276d743f86dcf2f3eb5cdc6d7aa519024
|  Ken Wakasa | 2011-04-12 | 1 | -2/+2 |
* | Add visualInsetsLeft and Right as Key attribute•••Bug: 4269094
Change-Id: Ic38d326a8e9ef802453c909f3a81d556863acc9b
|  Tadashi G. Takaoka | 2011-04-11 | 1 | -0/+2 |
* | Dynamic currency key label•••The currency key shows different key label depending on the coutnry
code of the keyboard, "dollar", "euro" and "pound".
Bug: 3413589
Change-Id: I660c6f5010629276df3f97d337f4493d1fbccb3f
|  Tadashi G. Takaoka | 2011-02-24 | 1 | -2/+3 |
* | Add popupKeyboardTemplate attribute to Keyboard•••This change
- introduces the popupKeyboardTemplate attribute of Keyboard to
specify XML Keyboard file for popup mini keyboard.
- introduces the maxPopupKeyboardColumn attribute of Keyboard to
specify the maximum column of popup mini keyboard.
- changes the content format of the popupCharacters attribute of Key.
It now represents keyLabel, codes and keyTextOutput of each key of
popup mini keyboard using CSV format.
Bug: 2214959
Change-Id: I539e310f7e38a049ee193de0b4ad5d7afdce37b1
|  Tadashi G. Takaoka | 2010-12-17 | 1 | -29/+13 |
* | Support keyboardHeight and maxKeyboardHeight to Keyboard XML•••This change introduces,
- new attribute keyboardHeight to specify default keyboard height.
- new attribute maxKeyboardHeight to specify maximum keyboard height,
usually specified by percentage to the screen height.
- keyHeight attribute is obsoleted
- new attribute rowHeight to specify a row height, can be specifed as
percentage of the keyboard height. And verticalGap is included to
the row height (row height = key height + vertical gap).
Change-Id: I48a2f2661e8a91a998503a847437c1baf1de9b9c
|  Tadashi G. Takaoka | 2010-12-08 | 1 | -1/+3 |
* | Support colorScheme <case/> condition in Keyboard XML•••Change-Id: Ibbfb99e0e2b15df301f83af6739b7bca01ebf490
|  Tadashi G. Takaoka | 2010-11-23 | 1 | -1/+1 |
* | Support <key-style/> and keyStyle attribute for Keyboard XML•••Change-Id: Ie052e989d0180eecfc8c244ba6c60594a46103d1
|  Tadashi G. Takaoka | 2010-11-22 | 1 | -9/+4 |
* | Keyboard XML supports switch-case-default tags to select rows and keys•••Change-Id: I0d92e513757e765d9de98561205754af5a143650
|  Tadashi G. Takaoka | 2010-11-12 | 1 | -60/+1 |
* | Manual merge of the following Gingerbread changes logically•••I8b38e280
Ia3929bb0
If925b546
I1062763d
I901e36aa
bug: 3100311
Change-Id: Ic7e01277ec816e77d34732599b2b9552668b81c2
|  Ken Wakasa | 2010-10-20 | 1 | -59/+52 |
* | Update xlarge drawable of Keyboard•••Bug: 3109804
Change-Id: I316f9cfcec377a7d0ea1417e1e3cea55cbdb9e2b
|  Tadashi G. Takaoka | 2010-10-19 | 1 | -1/+1 |
* | Specify keyboard metrics with physical unit "inch"•••Cherrypick I44f3b2eef8086d6e0b0db53d38f08487549060c6 from Gingerbread
This change also introduces the key background drawables which has no
fixed bottom padding. Instead of relying on bottom padding in
drawable, this change also specifies Keyboard.verticalGap with
physical unit. Other keyboard related length, distance and size are
also specified by physical unit.
Bug: 3066107
Change-Id: Ib38355ebfc2f8d5b1d26c4e90eba87196fbeddfa
|  Tadashi G. Takaoka | 2010-10-17 | 1 | -1/+1 |
* | Unbundle Keyboard.java to BaseKeyboard.java•••Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
|  satok | 2010-10-02 | 1 | -145/+145 |
* | Space key will no longer auto-repeat•••Bug: 3014225
Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
|  Tadashi G. Takaoka | 2010-09-21 | 1 | -4/+2 |
* | Cleanup keyboard layout files•••Change-Id: I095c1294b9e826b503ff741eeff9dc93ad39f060
|  Tadashi G. Takaoka | 2010-09-16 | 1 | -121/+173 |
* | Add a new preference item to show/hide the settings key.•••bug: 2998722
Change-Id: Iac1641c338388fd8f85e0cf47e31afdaeb34c0c0
|  Ken Wakasa | 2010-09-16 | 1 | -5/+25 |
* | Get rid of execution bit•••Change-Id: I25b530c2ab50c045da321e00d905cbec19188ea3
|  Ken Wakasa | 2010-09-14 | 1 | -0/+0 |
* | Change background color for functional keys in LatinIME•••Change-Id: I45f13c1fd139ce43478e5d0b2cdb62e56e9f77a8
|  satok | 2010-09-02 | 1 | -7/+7 |
* | Add settings button•••- delete unused keyboard layout
Change-Id: Iab39446653460797f1ca876a7d9a23190c3a8df6
|  satok | 2010-08-31 | 1 | -3/+6 |
* | Disable long-press on shift and symbol keys•••Long-press on shift and symbol keys will conflict with press-and-hold
these keys and press normal key (a.k.a. multi touch support).
Bug: 2910379
Change-Id: I27007b55a30a3699bf63fd8f64d58c4b23d97d9f
|  Tadashi G. Takaoka | 2010-08-27 | 1 | -2/+0 |
* | Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled
version doesn't try to compile the native code again.
Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
|  Amith Yamasani | 2010-03-09 | 1 | -0/+141 |