aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboard.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up change of I4c6df819•••This change is follow up of I4c6df8197b734feb998da78478a4d9a41f6d92b2 Change-Id: I3b8a82dd71305f34afb2e8b6a705efabdc2bc0cf Tadashi G. Takaoka2010-10-131-24/+14
* Add text variation keyboard layout•••Change-Id: I4c6df8197b734feb998da78478a4d9a41f6d92b2 Tadashi G. Takaoka2010-10-121-14/+6
* Add keyHintIcon attribute to BaseKeyboard.Key class•••This keyHintIcon attribute is used to specify hint icon drawable at top right corner of Key. Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c Tadashi G. Takaoka2010-10-051-65/+9
* Modify BaseKeyboard to be able to handle multiple shift keys•••Change-Id: Ie840ae113ee6bd5b629a90959d7f955a5ceba95a Tadashi G. Takaoka2010-10-021-12/+5
* Unbundle Keyboard.java to BaseKeyboard.java•••Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c satok2010-10-021-4/+3
* am c0fc4bf9: am 8e1f1be0: Long press mic/comma key bring mini keyboard with s...•••Merge commit 'c0fc4bf9932caf536af5d5d86bb61ec6d8a44a99' * commit 'c0fc4bf9932caf536af5d5d86bb61ec6d8a44a99': Long press mic/comma key bring mini keyboard with settings Tadashi G. Takaoka2010-10-011-0/+2
|\
| * Long press mic/comma key bring mini keyboard with settings•••Bug: 3050703 Change-Id: I090b2bfebfb48e5ec461615d4c911024ea6d130a Tadashi G. Takaoka2010-10-011-0/+2
* | Fix NPE in LatinKeyboard when it represent phone keyboard•••Bug: 3041532 Change-Id: I1d846e9175bd033f056a8715287a936be2fe8f74 Tadashi G. Takaoka2010-09-281-9/+13
* | Add xlarge keyboard layouts (tentative)•••This keyboard layout is tentative for UX study. This change added xlarge keyboard layouts only for "regular text", "symbol/number mode" and "symbol/number mode shifted". TODO other text mode variants should have dedicated layout. Change-Id: I36077efcec4b57c3b5cada0a851e1409a289eeb9 Tadashi G. Takaoka2010-09-281-34/+38
|/
* Use constant for keycode.•••This is follow up change of Idb3adcb6fac1a23836510912d35312fa11b4f259 Change-Id: I130e381b0d5ac01176a746a4a915e2fc9d54587b Tadashi G. Takaoka2010-09-221-2/+2
* Choose smaller or shorter language name for space bar•••To fit a language name to the space bar or the language switcher, this change chooses smaller text size or shorter language name appropriately. This change also tunes the vertical position of a language name in the space bar by parameter SPACEBAR_LANGUAGE_BASELINE. Bug: 3004640 Bug: 3001021 Change-Id: Idb3adcb6fac1a23836510912d35312fa11b4f259 Tadashi G. Takaoka2010-09-221-85/+125
* Fix issue space key preview remains on screen and would not dismiss•••The space key preview should be displayed one of the following case. - Popup preview is enabled - Language switcher is in action, whether popup preview is enabled or not. For phone number keyboard, popup preview is never displayed even if popup preview is enabled. Bug: 3006612 Bug: 3021091 Change-Id: I5385c776d0e8e3981fc8d8851db9140d92599ce5 Tadashi G. Takaoka2010-09-221-1/+5
* Add lightweight visual indication for numbers.•••This change adds lightweight visual hints of alternate numeric characters on the top row - e.g. having a light gray '1' on the upper right corner of letter 'q' Note that MDPI resources are tentative (the same as HDPI for now, until we get fixed MDPI visual assets). bug: 3004632 Change-Id: I7a25cf90b702433a844c88f5c47bf914706af9bc Ken Wakasa2010-09-221-0/+44
* Draw language label on space key of symbol+alt mode•••Bug: 3003888 Change-Id: I0bafcd13f3e5e5c69c65ed72580d108f2745e004 Tadashi G. Takaoka2010-09-211-14/+8
* Space key will no longer auto-repeat•••Bug: 3014225 Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1 Tadashi G. Takaoka2010-09-211-2/+0
* Fix ALT key light behavior•••This change also cleanups some imports, unnecessary cast and null check. Bug: 2977256 Change-Id: I81b9e539ff8a13ae0cc1eb5c4fb2246732cca3e9 Tadashi G. Takaoka2010-09-061-5/+5
* Extend space LED for autocompletion•••Change-Id: If59ea7c871ffc2af6fe2bfde72303f2612e43c3b satok2010-09-031-33/+42
* Change symbol on space bar when autocompletion is activated•••bug: 2959279 Change-Id: Icc70b7cce0c245ae2451d324debd346f226b8769 satok2010-09-031-22/+47
* Change background color for functional keys in LatinIME•••Change-Id: I45f13c1fd139ce43478e5d0b2cdb62e56e9f77a8 satok2010-09-021-4/+33
* Fix new theme assets and resources•••- Add a layout for popup for new theme - Change the color of language bar - Fix a drawable for settings feedback Change-Id: I7c0c9e238c8223554a62f7b0c8092d074cf9743f satok2010-09-011-1/+1
* Remove extension keyboard•••Bug: 2959287 Change-Id: I344ac58b4119e96daf5928c784275ee0b7095958 Tadashi G. Takaoka2010-08-301-9/+0
* DO NOT MERGE. Backport LatinIME from master to Gingerbread•••TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963 satok2010-08-201-32/+55
* am f0296426: Don\'t auto-select the system language in IME language selection...•••Merge commit 'f02964264f196447b03a88591a2964b67c318718' into froyo-plus-aosp * commit 'f02964264f196447b03a88591a2964b67c318718': Don't auto-select the system language in IME language selection screen. Amith Yamasani2010-05-041-0/+7
|\
| * Don't auto-select the system language in IME language selection screen.•••Fixes http://b/2650378 On entering the selection screen, don't add the system language in addition to other selected languages. Change-Id: Id7a3b45df39a8493d17be668029eee139bf00ff3 Amith Yamasani2010-05-031-0/+7
* | Clarify licensing•••-use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4 Jean-Baptiste Queru2010-04-051-1/+1
|/
* 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 Yamasani2010-03-091-0/+762