aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/UserDictionaryCompatUtils.java (unfollow)
Commit message (Expand)AuthorFilesLines
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-23Use 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 Murray1-1/+0
2014-07-22Import translations. DO NOT MERGE•••Change-Id: I8916526987bd2008b85222124bf465114e4d592c Auto-generated-cl: translation import Baligh Uddin73-2664/+1080
2014-07-22Import translations. DO NOT MERGE•••Change-Id: Ic1191118d6f8d9dc2bcc6c293c4ffa0f86be34c6 Auto-generated-cl: translation import Baligh Uddin8-602/+302
2014-07-22Import translations. DO NOT MERGE•••Change-Id: I95653f0874ab89771a1aa60cb3a01cb3cfedf01a Auto-generated-cl: translation import Baligh Uddin4-0/+108
2014-07-22Import translations. DO NOT MERGE•••Change-Id: I8ffb44bf95c317dca14df03e5627bd9870acccb5 Auto-generated-cl: translation import Baligh Uddin5-70/+35
2014-07-22Import translations. DO NOT MERGE•••Change-Id: I2f8c16e0dcaf894d2c0acb70c5804969ac618500 Auto-generated-cl: translation import Baligh Uddin56-0/+47658
2014-07-22Import translations. DO NOT MERGE•••Change-Id: I844a25e74c1cd451523248ae0d09ba9d40c3d09d Auto-generated-cl: translation import Baligh Uddin5-0/+120
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