aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboard.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ALT key light behaviorTadashi G. Takaoka2010-09-061-5/+5
| | | | | | | This change also cleanups some imports, unnecessary cast and null check. Bug: 2977256 Change-Id: I81b9e539ff8a13ae0cc1eb5c4fb2246732cca3e9
* Extend space LED for autocompletionsatok2010-09-031-33/+42
| | | | Change-Id: If59ea7c871ffc2af6fe2bfde72303f2612e43c3b
* Change symbol on space bar when autocompletion is activatedsatok2010-09-031-22/+47
| | | | | | bug: 2959279 Change-Id: Icc70b7cce0c245ae2451d324debd346f226b8769
* Change background color for functional keys in LatinIMEsatok2010-09-021-4/+33
| | | | Change-Id: I45f13c1fd139ce43478e5d0b2cdb62e56e9f77a8
* Fix new theme assets and resourcessatok2010-09-011-1/+1
| | | | | | | | - Add a layout for popup for new theme - Change the color of language bar - Fix a drawable for settings feedback Change-Id: I7c0c9e238c8223554a62f7b0c8092d074cf9743f
* Remove extension keyboardTadashi G. Takaoka2010-08-301-9/+0
| | | | | Bug: 2959287 Change-Id: I344ac58b4119e96daf5928c784275ee0b7095958
* DO NOT MERGE. Backport LatinIME from master to Gingerbreadsatok2010-08-201-32/+55
| | | | | | TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
* am f0296426: Don\'t auto-select the system language in IME language ↵Amith Yamasani2010-05-041-0/+7
|\ | | | | | | | | | | | | | | | | selection screen. Merge commit 'f02964264f196447b03a88591a2964b67c318718' into froyo-plus-aosp * commit 'f02964264f196447b03a88591a2964b67c318718': Don't auto-select the system language in IME language selection screen.
| * Don't auto-select the system language in IME language selection screen.Amith Yamasani2010-05-031-0/+7
| | | | | | | | | | | | | | | | | | Fixes http://b/2650378 On entering the selection screen, don't add the system language in addition to other selected languages. Change-Id: Id7a3b45df39a8493d17be668029eee139bf00ff3
* | Clarify licensingJean-Baptiste Queru2010-04-051-1/+1
|/ | | | | | | | -use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+762
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986