aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LanguageSwitcher.java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-12Reset old keyboard state before switching to new keyboard (DO NOT MERGE)•••Bug: 3322158 Change-Id: I8030202f9b1b491bd9b7acf5ce14b6d8f14db978 Tadashi G. Takaoka2-8/+14
2011-01-12Reset old keyboard state before switching to new keyboard•••This change is ported version of I8030202f from Gingerbread. Bug: 3322158 Change-Id: Idc1ef7f174b50b0478ba53b14427485275e97748 Tadashi G. Takaoka2-7/+13
2011-01-11Fix text color of main key labels in shifted state•••Bug: 3322539 Change-Id: Ib9bc54da8d3725f64c86dbe6d9700e386f74de5e Tadashi G. Takaoka1-1/+1
2011-01-11Remove stale suggestion divider drawable•••Bug: 3329543 Change-Id: If96648bf88e1a69e01ebe00d31ddd46df1fca45c Tadashi G. Takaoka1-0/+0
2011-01-11Tweak keyboard icon•••Change-Id: I2c802c1c0c5f7e173285656ac47e3251ff97e44d satok17-0/+0
2011-01-11Should update suggestion strip even if suggetion count is 1, in case typed wo...•••bug: 3320818 Change-Id: I98ac8e0649de5dfd8b886401d42f2e5bcc2a8a1a Ken Wakasa1-6/+11
2011-01-09Fix StringIndexOutOfBoundsException•••bug: 3325065 Change-Id: Ic3d2dca5b2aa1681d472c7f96b31737e15f4952d Ken Wakasa1-1/+2
2011-01-09Clean up: Update variable names to comply with spec of ApplicationInfo.•••ApplicationInfo.sourceDir may or may not be apk file name. It can be a directory as well. The spec just says it's "Full path to the location of this package". Also, added error handling in loadDictionary(). Change-Id: I5e64d0aba4b1ec7634f4b3ac5537e7a774433ece Ken Wakasa3-20/+29
2011-01-07Mark configuration strings untranslatable.•••Change-Id: If8a35fe33e2091bcf95cc543e76df1184d52ce2b Eric Fischer43-1112/+5
2011-01-08Get rid of the space bar symbol on the tablet.•••bug: 3290290 Change-Id: I4c57151197989375e6e9f36f508e6e875f856654 Ken Wakasa2-3/+2
2011-01-07Load main dic in native•••Follow up to Id57dce51 bug: 3219819 Change-Id: I00e11ef21d0252ffa88c12dffb9c55b0f2e19a66 Ken Wakasa14-205/+233