aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/EditingUtils.java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-18Purge keyboard only when voice input will be invoked•••This change also draws the language name in light gray on spacebar without fading out even when the keyboard locale has not been changed. Bug: 3362369 Bug: 3361915 Change-Id: I66538b03ce2e48c3441091319d0377176f8118ec Tadashi G. Takaoka4-12/+18
2011-01-17Make sure that keyboard is not displayed when voice mode•••Bug: 3352347 Change-Id: I43cf5159f8bdcf2bc2c9a48662ea44a43ad4e25d Tadashi G. Takaoka4-60/+53
2011-01-17Preserve punctuation character after canceling auto correction•••Bug: 3230708 Change-Id: I939ca19c9c08d9b79658261b1e654a66af5cc493 Tadashi G. Takaoka1-9/+21
2011-01-17Disable suggestion strip by default for tablet•••Bug: 3352374 Change-Id: Ic2fed4ecd6d73f6c2d0ad81061ecd266f4704b10 Tadashi G. Takaoka1-1/+1
2011-01-17Fix voice key enable status has not been reflected to keyboard id•••Bug: 3355428 Change-Id: Id4e572357a7b5603e9a609b7e80b81d8e2c500f6 Tadashi G. Takaoka1-7/+7
2011-01-17Revert I432be8f7 partially•••This change reverts removing SubtypeSwitcher.onConfigurationChanged by careless in I432be8f7. Bug: 3290290 Change-Id: I796ea01877d61eb750dabdeb3fdbf87666646c56 Tadashi G. Takaoka2-0/+18
2011-01-17Place language name at center of spacebar if no space icon•••This change also leaves the language name as light grayed after fading out. Bug: 3290290 Change-Id: I71adf80c9a3b77d2fd34bca458845d85d55cbee7 Tadashi G. Takaoka3-5/+14
2011-01-17Fixes in close() in BinaryDictionary.•••Avoid using 'synchronized' in finalizer as well. bug: 3340837 Change-Id: I9b28f54e4490ecb844ba33a379f71b625e4246a2 Ken Wakasa4-13/+33
2011-01-17Allow implicitly enabled subtypes in subtype switcher.•••Change-Id: I30cd9df85fd1927ee9c3bfbe0574167d4953a765 satok1-1/+1