aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-29Fix key letter size of 5-rows Thai keyboard•••The key text size can be specified in each keyboard layout in addition to by KeyboardView theme. Bug: 6473915 Change-Id: Icd2d436fa1d8fc7bd1deb9e4b799d4f624376fb2 Tadashi G. Takaoka13-22/+97
2012-08-29Move resource related methods to ResourceUtils•••Change-Id: I14535b030e58363315dd2daecaaef4edd6990cd9 Tadashi G. Takaoka5-118/+123
2012-08-29Make utility classes final•••Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875 Tadashi G. Takaoka20-29/+23
2012-08-29Use non-bold text for Arabic and Thai keyboard•••The key text style can be specified in each keyboard layout in addition to by KeyboardView theme. Bug: 6753168 Change-Id: I4b5abda9322600eb8c6421f20ceef136ef103c05 Tadashi G. Takaoka10-33/+59
2012-08-29Allow Latin IME to cancel smiley-auto-correct consistenly•••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 Jean Chalard4-44/+61
2012-08-29Add ResourceUtils•••Change-Id: Ia198f8d95eae8c007623cd52d73cc1528d22fee9 Tadashi G. Takaoka6-30/+58
2012-08-29Move some methods from Utils to LocaleUtils class•••Change-Id: I4a834549c2ea96ac30d7e2cb692d69af219cab1a Tadashi G. Takaoka3-39/+40
2012-08-29Remove unused methods from Utils class•••Change-Id: I209b75f1cca381610f25cd219f35ea62b9762be2 Tadashi G. Takaoka1-10/+0
2012-08-28Support bimanual gesture input•••Change-Id: Id86dc93fb7115ab4a6d05b3c05652df35ad08c12 Tadashi G. Takaoka3-134/+127
2012-08-28Consolidate KeyboardView.keyLetterSize and keyLetterRatio•••This change also consolidates keyboardView.keyLabelSize and keyLabelRatio. Change-Id: I4a45bcb6e7fc104ae4a9ae3ecdae9842d813840e Tadashi G. Takaoka3-29/+36
2012-08-28Use TypedArray.getFraction to read percentile values in resource•••Change-Id: Ifc8b024d190efba4cd536fd639621e841eb9970e Tadashi G. Takaoka6-52/+49
2012-08-27Adjust accessibility edge slop.•••Bug: 6969558 Change-Id: Ie33f444e085e5c01326bdf9396eabee5c04ee81e alanv2-5/+14
2012-08-27Auto-correct after smileys and gestures.•••Bug: 6936790 Bug: 6965241 Change-Id: I1f61327eb5591960c280e425df9cd86b9c52f5d6 Jean Chalard1-2/+4
2012-08-27Revert "Change the definition of NOT_A_CHARACTER"•••This reverts commit a31d180cc31d2b661549178107bd9ba20175dcbe Change-Id: Ifd753d2d2ac5092dd47e22a8829c1cc416d99ea5 Satoshi Kataoka1-2/+1
2012-08-27Step 40-A Cleanup touch path•••Change-Id: Id22c5ae6afbf040227dc47153b0849bbe38ff66f Satoshi Kataoka2-8/+26
2012-08-27Optimize gesture preview trail drawing a bit•••This change also change the fading out duration of the gesture preview trail to 800msec from 1,000msec Change-Id: Icfd5b1ecad66db4f978249486f5fe362a3ae9640 Tadashi G. Takaoka2-11/+16
2012-08-27Change the definition of NOT_A_CHARACTER•••Change-Id: I519b1e5478abefb1c18cb6e3ab2862be045583de Satoshi Kataoka1-1/+2