aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/AbstractCompatWrapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-03Retain keyboard layout while orientation change•••This change also changes the timimng that the window width is registered. Bug: 4311428 Change-Id: Ied6b1b43bfa16a85f0e05cd308ce919d5d65677e Tadashi G. Takaoka2-24/+119
2011-08-03Support label with icon key•••Bug: 5108339 Change-Id: I7cd4258a95a7e25b8b1114b43ffcca5b77c5c1e3 Tadashi G. Takaoka30-62/+113
2011-08-03Replace ALT/More with more meaningful key labels•••bug: 5113471 Change-Id: I324d24ea28c0ff9246dde2494296dca1dddabb1b Ken Wakasa14-26/+43
2011-08-03Revive the missing Settings key on tablets•••This is a follow up change to Ieb42fdfa. bug: 5094401 Change-Id: If78c966ed02fbc9b8c6da726e00424a927349142 Ken Wakasa4-4/+11
2011-08-03Fix the popup char order for Arabic layout•••Change-Id: Ic4d8df7a8aa0ec59fee40eb7fadd8a7e49db4198 Ken Wakasa1-1/+1
2011-08-02Cleanup Keyboard related code and rename some classes•••This is a follow up change of I90ffbde0 Bug: 5023981 Change-Id: I3a6b862d05f5f907dee954cd6d6fee983b20ab5e Tadashi G. Takaoka16-128/+122
2011-08-02Import revised translations.•••Change-Id: Idd149b6bec4a78bc7c5f95096bdc2d8e5eaf64c5 Eric Fischer46-326/+185
2011-08-03"?123" should be up for translation for Arabic layouts•••bug: 5108339 Change-Id: Ie1abcf50abba569683f76a136718ab24f5089677 Ken Wakasa2-2/+2
2011-08-02Add char limit for several key label resources•••Change-Id: I7a63dce1e85282055b847c43a6e9b9b90a10fa98 Ken Wakasa1-6/+6
2011-08-02Change the dictionary file passing schema to a list of ids•••The dictionary filename used to be passed directly to Latin IME. This change implements, on the part of Latin IME, the passing of them as an id that should then be passed through openAssetFileDescriptor. Bug: 5095140 Change-Id: I7d1e9d57c19f0645045368f68681680f238189fc Jean Chalard2-37/+72
2011-08-02Add bigram lookup implementation.•••Bug: 5046459 Change-Id: Id2c7686c5da078751ed587e559417e808779aa7a Jean Chalard4-163/+196
2011-08-02Move code related to ranking algorithm to the correction state•••Change-Id: I2d9e2db81cf6597ca4e88d7bc6737ab3b52b34b2 satok4-194/+298
2011-08-01Make Keyboard object immutable except shift state•••This is the first step to implement suggestions pane as mini keyboard. Bug: 5023981 Change-Id: I90ffbde0fda19b4be68add449310997b56bf6904 Tadashi G. Takaoka19-538/+349
2011-08-01Use generic interface for filed type of Keyboard•••This change also re-orders and renames some fields. Bug: 5023981 Change-Id: I28c1ca7384bb70e3584398cd19ce2276ddfe8541 Tadashi G. Takaoka1-34/+36
2011-08-01Make horigontalGap and verticalGap attributes of Row obsolete•••Bug: 5023981 Change-Id: Ifb07b54a68cfdd32ff2ea79812188fb6158bd073 Tadashi G. Takaoka3-11/+17