aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-19Pressing shift could turn off shift state while auto capitalize modeTadashi G. Takaoka3-11/+54
Bug: 3363137 Change-Id: I442c1fbb185ad9ea16ee9bab70649f2b9f89400c
2011-01-18Change the UI of Voice IME to be more like Voice Search.Luca Zanolin31-207/+446
There has been a bit of refactoring in RecognitionView in particular to fix the portrait layout. The main issues found were: - the size of the keyboard is specified in inches, and (cm)(inches + inches) != ((cm) inches) + ((cm) inches)) - the height of keyboard background is high as the landscape keyboard, but it higher than the portrait keyboard. This is not an issue on LatinKeyboard, as it overwrite the onMeasure method. However, if I use the same image background in RelativeLayout the Relative layout height is set to the height of the background, thus higher than the keyboard - the change configuration was not propageted correctly Change-Id: Id5dca425826997c573ccae7a085d5ddc9719733b
2011-01-18Disable auto-correct when previous suggestion candidates are shownsatok1-1/+1
Change-Id: I16717f0c67950297a077a15b2b6492180c0bc54b
2011-01-18Load keyboard correctly when subtype has been changed to keyboardTadashi G. Takaoka2-61/+68
Bug: 3299191 Change-Id: I5d75898aca5de25d9955efac52979097e529990b
2011-01-18Clear composing text when the auto-corrected word is revertedTadashi G. Takaoka1-6/+10
Bug: 3363133 Change-Id: Ib7582ad354ba16eb8ebc9f0b4f51c8ec3790f578
2011-01-18Simplify latin IME settings page.Jean Chalard5-9/+25
Do not show the recorrection option on xlarge terminals, and make it true by default. Also, bring the Auto-capitalization at the top of the settings page. Issue: 3282448 Change-Id: I51a9ae6c7e496be2970107277f0a4ac65b12821e
2011-01-18Add settings key to table keyboardTadashi G. Takaoka8-7/+34
Bug: 3351762 Change-Id: Ibee1cf42af2f53017d83034f069b19be6657acbb
2011-01-18Remove the keyboard popup option by default.Jean Chalard3-0/+8
Add an option to mask the sound on keypress preference, and make it false on xlarge terminals by default. bug: 3282448 Change-Id: I747272d9edf854dc229aa620836cfa35a437d13f
2011-01-18Add debug log for subtypes.satok1-0/+1
Change-Id: I7941adeab3357db1ceb7bc0c9c01a01d6ac9cf98
2011-01-18Purge keyboard only when voice input will be invokedTadashi G. Takaoka4-12/+18
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
2011-01-17Make sure that keyboard is not displayed when voice modeTadashi G. Takaoka4-60/+53
Bug: 3352347 Change-Id: I43cf5159f8bdcf2bc2c9a48662ea44a43ad4e25d
2011-01-17Preserve punctuation character after canceling auto correctionTadashi G. Takaoka1-9/+21
Bug: 3230708 Change-Id: I939ca19c9c08d9b79658261b1e654a66af5cc493
2011-01-17Disable suggestion strip by default for tabletTadashi G. Takaoka1-1/+1
Bug: 3352374 Change-Id: Ic2fed4ecd6d73f6c2d0ad81061ecd266f4704b10
2011-01-17Fix voice key enable status has not been reflected to keyboard idTadashi G. Takaoka1-7/+7
Bug: 3355428 Change-Id: Id4e572357a7b5603e9a609b7e80b81d8e2c500f6
2011-01-17Revert I432be8f7 partiallyTadashi G. Takaoka2-0/+18
This change reverts removing SubtypeSwitcher.onConfigurationChanged by careless in I432be8f7. Bug: 3290290 Change-Id: I796ea01877d61eb750dabdeb3fdbf87666646c56
2011-01-17Place language name at center of spacebar if no space iconTadashi G. Takaoka3-5/+14
This change also leaves the language name as light grayed after fading out. Bug: 3290290 Change-Id: I71adf80c9a3b77d2fd34bca458845d85d55cbee7
2011-01-17Fixes in close() in BinaryDictionary.Ken Wakasa4-13/+33
Avoid using 'synchronized' in finalizer as well. bug: 3340837 Change-Id: I9b28f54e4490ecb844ba33a379f71b625e4246a2
2011-01-17Allow implicitly enabled subtypes in subtype switcher.satok1-1/+1
Change-Id: I30cd9df85fd1927ee9c3bfbe0574167d4953a765