| Commit message (Expand) | Author | Files | Lines |
2014-07-27 | Make "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. Takaoka | 9 | -95/+53 |
2014-07-28 | Fix a verifier error on ICS.•••Bug: 16530557
Change-Id: I271c5884995a1d5f8a1cb7aee6f52d17fabb9e72
|  Jean Chalard | 2 | -4/+11 |
2014-07-25 | Add BufferWithExtendablebufferTest•••Bug: 13754552
Change-Id: Ib9c330dc85bdb5d4d3d5bc15cc3ce5f28faa0b12
|  Keisuke Kuroyanagi | 3 | -2/+98 |
2014-07-25 | Add BufferWithExtendableBuffer::extend()•••Bug: 14425059
Change-Id: I13dd8412ba4d16a1325ac2210b3852d580e71ad3
|  Keisuke Kuroyanagi | 2 | -6/+12 |
2014-07-23 | Revert "Revert "Revert "Use mclinker"""•••This reverts commit b48c93b3fcb46adf998055cc4b9b5fb43ee6248b.
MCLinker is not a valid option for clang 3.5.
|  Stephen Hines | 1 | -1/+1 |
2014-07-24 | Refactoring checkAndPrepareWriting.•••Bug: 14425059
Change-Id: I98940f3841a6c61b0482440b4da21f415dc843f6
|  Keisuke Kuroyanagi | 1 | -18/+28 |
2014-07-23 | Remove unnecessary DebugSettingsActivity, use fragment directly•••This CL must be checked in together with I1db2e848ab.
Bug: 16522808
Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c
|  Tadashi G. Takaoka | 6 | -63/+3 |
2014-07-23 | Use default compiler flags for dicttool.•••Not using this causes the triple to not be passed to clang, breaking Darwin.
bug 16172793
Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
|  Tim Murray | 1 | -1/+0 |
2014-07-20 | Enable 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 Yukawa | 3 | -39/+31 |