aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-14Notify keyboard language on space bar when it has changedTadashi G. Takaoka6-80/+128
This change also introduces the following. * space bar language switcher is enabled for phone device. * get rid of spcae key icon from number keyboard of tablet. * slightly lower the position of language name on space bar of tablet. Bug: 3290290 Change-Id: I432be8f757bcc84c257770112ff1f6fa7970c584
2011-01-14Add CHAR LIMIT to string resourcesTadashi G. Takaoka1-4/+4
Bug: 2988183 Bug: 3276544 Change-Id: Ib5c2c86972b1ab32468cd0ab9370ec629255c54d
2011-01-14Use integer value instead of symbolic name for os versionTadashi G. Takaoka1-1/+2
Change-Id: I1574915ededf5d47d245a3f09692ebbbfe37e4c6
2011-01-14Make input language selection settings workTadashi G. Takaoka3-8/+26
This change also tweaks the padding of candidate strip for phone. Change-Id: Iefe4dfeb7015e11d5b2d1566121f719d60b1377e
2011-01-14Fix descriptions for strings.satok1-4/+4
Bug: 2876541 Bug: 2988169 Change-Id: I80130aa258e38f638b226448ba53a7efaeb6c3d7
2011-01-14Support "nm" (no mic) privateImeOptionsTadashi G. Takaoka7-20/+51
Bug: 3331635 Change-Id: Ide160b9317c8f7d966f879dd460640fc4f894e9b
2011-01-13Do not triggerVoiceIME at changing subtype if IME is not shown.satok2-6/+1
Bug: 3325103 Change-Id: I5474553f0b55f286f573af80134e8ef1eeb39354
2011-01-13Add discription for keyboard/voice subtype string resourcesTadashi G. Takaoka1-0/+33
Bug: 3197096 Change-Id: I9dafcbf4d5775b3b928be54e546ac38042ece685
2011-01-12Reset old keyboard state before switching to new keyboard (DO NOT MERGE)Tadashi G. Takaoka2-8/+14
Bug: 3322158 Change-Id: I8030202f9b1b491bd9b7acf5ce14b6d8f14db978
2011-01-12Reset old keyboard state before switching to new keyboardTadashi G. Takaoka2-7/+13
This change is ported version of I8030202f from Gingerbread. Bug: 3322158 Change-Id: Idc1ef7f174b50b0478ba53b14427485275e97748
2011-01-11Fix text color of main key labels in shifted stateTadashi G. Takaoka1-1/+1
Bug: 3322539 Change-Id: Ib9bc54da8d3725f64c86dbe6d9700e386f74de5e
2011-01-11Remove stale suggestion divider drawableTadashi G. Takaoka1-0/+0
Bug: 3329543 Change-Id: If96648bf88e1a69e01ebe00d31ddd46df1fca45c
2011-01-11Tweak keyboard iconsatok17-0/+0
Change-Id: I2c802c1c0c5f7e173285656ac47e3251ff97e44d
2011-01-11Should update suggestion strip even if suggetion count is 1, in case typed ↵Ken Wakasa1-6/+11
word's length is 1 bug: 3320818 Change-Id: I98ac8e0649de5dfd8b886401d42f2e5bcc2a8a1a
2011-01-09Fix StringIndexOutOfBoundsExceptionKen Wakasa1-1/+2
bug: 3325065 Change-Id: Ic3d2dca5b2aa1681d472c7f96b31737e15f4952d
2011-01-09Clean up: Update variable names to comply with spec of ApplicationInfo.Ken Wakasa3-20/+29
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
2011-01-07Mark configuration strings untranslatable.Eric Fischer43-1112/+5
Change-Id: If8a35fe33e2091bcf95cc543e76df1184d52ce2b
2011-01-08Get rid of the space bar symbol on the tablet.Ken Wakasa2-3/+2
bug: 3290290 Change-Id: I4c57151197989375e6e9f36f508e6e875f856654
2011-01-07Load main dic in nativeKen Wakasa14-205/+233
Follow up to Id57dce51 bug: 3219819 Change-Id: I00e11ef21d0252ffa88c12dffb9c55b0f2e19a66