aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyboardAccessibilityDelegate.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-27Make "Show correction suggestions" as a binary option•••Formerly "Show correction suggestions" had three options, "always show", "show in portrait mode", and "always hide". The reason behind "show in portrait mode" was that there may not be enough screen estate in landscape mode to show suggestions. Because recent phone devices have relatively large screen, we decide to remove "show in portrait mode" option. Bug: 15780939 Change-Id: I896d737452c3893d43ce20bd88127f10c1eb3d83 Tadashi G. Takaoka9-95/+53
2014-07-25Add BufferWithExtendablebufferTest•••Bug: 13754552 Change-Id: Ib9c330dc85bdb5d4d3d5bc15cc3ce5f28faa0b12 Keisuke Kuroyanagi3-2/+98
2014-07-25Add BufferWithExtendableBuffer::extend()•••Bug: 14425059 Change-Id: I13dd8412ba4d16a1325ac2210b3852d580e71ad3 Keisuke Kuroyanagi2-6/+12
2014-07-23Revert "Revert "Revert "Use mclinker"""•••This reverts commit b48c93b3fcb46adf998055cc4b9b5fb43ee6248b. MCLinker is not a valid option for clang 3.5. Stephen Hines1-1/+1
2014-07-24Refactoring checkAndPrepareWriting.•••Bug: 14425059 Change-Id: I98940f3841a6c61b0482440b4da21f415dc843f6 Keisuke Kuroyanagi1-18/+28
2014-07-23Remove unnecessary DebugSettingsActivity, use fragment directly•••This CL must be checked in together with I1db2e848ab. Bug: 16522808 Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c Tadashi G. Takaoka6-63/+3
2014-07-20Enable InputMethodService#onUpdateCursor behind the flag•••With this CL, InputMethodService#onUpdateCursor and InputMethodService#onUpdateCursorAnchorInfo can be enabled on L when ENABLE_CURSOR_ANCHOR_INFO_CALLBACK and ENABLE_CURSOR_RECT_CALLBACK are specified, respectively. BUG: 16382260 Change-Id: I29924128f6bd2f08cbd91cc4e82c9c4a6ecce3ff Yohei Yukawa3-39/+31