aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/AbstractCompatWrapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
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