aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-08-29Move resource related methods to ResourceUtilsTadashi G. Takaoka5-118/+123
Change-Id: I14535b030e58363315dd2daecaaef4edd6990cd9
2012-08-29Make utility classes finalTadashi G. Takaoka20-29/+23
Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875
2012-08-29Use non-bold text for Arabic and Thai keyboardTadashi G. Takaoka10-33/+59
The key text style can be specified in each keyboard layout in addition to by KeyboardView theme. Bug: 6753168 Change-Id: I4b5abda9322600eb8c6421f20ceef136ef103c05
2012-08-29Allow Latin IME to cancel smiley-auto-correct consistenlyJean Chalard4-44/+61
This change makes Latin IME behave consistently with regards to other auto-correction cancellations in cases of auto-correction cancellation after smiley-triggered auto-correction. That is, pressing the smiley key when the keyboard signals it's about to auto-correct will get the auto-correction there plus a smiley, and pressing backspace will cancel the auto-correction, and pressing backspace again will delete the smiley. Bug: 7067593 Change-Id: Ia7eef70a5d06b8b9afa1f1fbb0ed1dbc21a3059f
2012-08-29Add ResourceUtilsTadashi G. Takaoka6-30/+58
Change-Id: Ia198f8d95eae8c007623cd52d73cc1528d22fee9
2012-08-29Move some methods from Utils to LocaleUtils classTadashi G. Takaoka3-39/+40
Change-Id: I4a834549c2ea96ac30d7e2cb692d69af219cab1a
2012-08-29Remove unused methods from Utils classTadashi G. Takaoka1-10/+0
Change-Id: I209b75f1cca381610f25cd219f35ea62b9762be2
2012-08-28Support bimanual gesture inputTadashi G. Takaoka3-134/+127
Change-Id: Id86dc93fb7115ab4a6d05b3c05652df35ad08c12
2012-08-28Consolidate KeyboardView.keyLetterSize and keyLetterRatioTadashi G. Takaoka3-29/+36
This change also consolidates keyboardView.keyLabelSize and keyLabelRatio. Change-Id: I4a45bcb6e7fc104ae4a9ae3ecdae9842d813840e
2012-08-28Use TypedArray.getFraction to read percentile values in resourceTadashi G. Takaoka6-52/+49
Change-Id: Ifc8b024d190efba4cd536fd639621e841eb9970e
2012-08-27Adjust accessibility edge slop.alanv2-5/+14
Bug: 6969558 Change-Id: Ie33f444e085e5c01326bdf9396eabee5c04ee81e
2012-08-27Auto-correct after smileys and gestures.Jean Chalard1-2/+4
Bug: 6936790 Bug: 6965241 Change-Id: I1f61327eb5591960c280e425df9cd86b9c52f5d6
2012-08-27Revert "Change the definition of NOT_A_CHARACTER"Satoshi Kataoka1-2/+1
This reverts commit a31d180cc31d2b661549178107bd9ba20175dcbe Change-Id: Ifd753d2d2ac5092dd47e22a8829c1cc416d99ea5
2012-08-27Step 40-A Cleanup touch pathSatoshi Kataoka2-8/+26
Change-Id: Id22c5ae6afbf040227dc47153b0849bbe38ff66f
2012-08-27Optimize gesture preview trail drawing a bitTadashi G. Takaoka2-11/+16
This change also change the fading out duration of the gesture preview trail to 800msec from 1,000msec Change-Id: Icfd5b1ecad66db4f978249486f5fe362a3ae9640
2012-08-27Change the definition of NOT_A_CHARACTERSatoshi Kataoka1-1/+2
Change-Id: I519b1e5478abefb1c18cb6e3ab2862be045583de