aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/InputMethodManagerCompatWrapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-20Tiny comment update to reflect what the class does more accurately.•••Change-Id: I9eab3b5d387a5bf5d9b7fce4c1618170a7f34727 Ken Wakasa1-1/+1
2012-05-19Add entires I forgot to add in Id1c89be1•••bug: 6354484 Change-Id: Iea6fa4df99b38d94e517423a7030b4f0440d4f6e Ken Wakasa1-0/+13
2012-05-19Only speak key label after checking for password obscure flag.•••Bug: 6523222 Change-Id: Ic737c4ce135d869a3422b1ebbea0a845c71b1699 alanv1-3/+2
2012-05-19Pass IME accessibility events directly to the AccessibilityManager.•••Bug: 6523554 Change-Id: I44bceb7b068ff1ac0c799f4a93d5dcd8026f1e4b alanv2-1/+18
2012-05-18Remove unnecessary entries in the English whitelist dictionary•••bug: 6354484 Change-Id: Id1c89be171f23d2bf8c8289e61f573520b46de14 Ken Wakasa1-517/+3
2012-05-18Update French/English dictionaries to the latest version•••Change-Id: I9c98280f900914d1af22b47019ebc0ad5ab175de Jean Chalard5-309/+6
2012-05-18Change auto caps mode argument to int type•••Bug: 6501446 Change-Id: I3f7bc0fc39edd29ebf96107c3d43b9ccc9b8022e Tadashi G. Takaoka8-47/+73
2012-05-18Don't use KeyDrawParams as argument of Key#selectTextSize•••This is a follow up of Ide48c361. Bug: 6509415 Change-Id: I59f6e47d06ebfbac6d354d36fca6788f092ed41d Tadashi G. Takaoka2-10/+12
2012-05-18Revert "Make KeyDrawParams and KeyPreviewDrawParams to top level class"•••This reverts commit 4c9e6a15d174f85dfd28fbf89341549fbb986acfTadashi Takaoka5-245/+185
2012-05-18Make KeyDrawParams and KeyPreviewDrawParams to top level class•••This is a follow up of Ide48c361. Bug: 6509415 Change-Id: Ib45c476924bc4b6b2ca65e0cae91d719109a9cb1 Tadashi G. Takaoka5-185/+245
2012-05-18Add utils for forgetting curve•••Bug: 4192129 Change-Id: Iebb7ac355e1c1891da31c33754315bd76a61889b satok2-0/+176
2012-05-18Use large label text size for action label•••The large label text size is used for: * The enter key's action label on phone/number keyboard layout of phone device and 7-inch tablet * The enter key's action label on alphabet/symbols keyboard of 7-inch tablet. Bug: 6509415 Change-Id: I1c0dc511b3ac87cba00163b8d29c687ad1e86ce8 Tadashi G. Takaoka7-1/+23
2012-05-18Close batch edit•••This does the same thing as Ie30e1aff but differently Bug: 6512086 Change-Id: I47ae990510d3f657abd45ad5f0e325d93dec83c0 Jean Chalard1-3/+7
2012-05-17Fix NPE on HOVER_EXIT event when not touching a key.•••Bug: 6513368 Change-Id: Ia6d4d01f51a620230b4d19f813fb3aff6881ec03 alanv1-1/+1
2012-05-18Increase CHAR LIMIT of some string resources•••Bug: 6513954 Change-Id: If4aa1032bc7e615c77e3a64c6e8f8dbb0a020d8d Tadashi G. Takaoka1-7/+7
2012-05-17Change to a binary version of the expandable user dictionary.•••Bug: 6435677 Change-Id: If83409f699608d443796e64a3c65692ae81b98e6 Tom Ouyang9-14/+311
2012-05-17Support large label text ratio in KeyboardView•••Bug: 6509415 Change-Id: Ide48c36126c23d91612c322a1027257c9b967e6b Tadashi G. Takaoka3-12/+24
2012-05-17Check duplicated entry of "custom input style"•••Bug: 6495488 Change-Id: Ia6c2421cb0e7c1793d4dfe18acd07fd6f8c5d797 Tadashi G. Takaoka4-25/+88
2012-05-17Fix a bug where the previous word would not be read correctly•••Bug: 6510002 Change-Id: Id30f67e0ca6f7a6fbbbd07922ae19e416c5ef55e Jean Chalard1-1/+2
2012-05-17Add open-source-able word lists to AOSP.•••Bug: 6458744 Change-Id: If28aeb7360ee7ec7408f55934ca2a684f032e338 Jean Chalard15-0/+1861889
2012-05-17Split Portuguese subtype into pt_BR and pt_PT•••Bug: 6510103 Change-Id: I91e13e7ecdf4fc9a2f3e3d647b70fb4b672321f5 Tadashi G. Takaoka1-2/+9
2012-05-17Add a whitelisted word•••Change-Id: Id776b63dfadeba815f619ed0536bb14febc3aee7 Jean Chalard1-0/+4
2012-05-17Don't deactivate the LastComposedWord on shift•••Bug: 6495116 Change-Id: Ib86de02a1216146082bf58a033982ac37fefffe1 Jean Chalard1-2/+3
2012-05-17Fix stale key drawing•••Bug: 6509479 Change-Id: I49988ac951f6b37b14192ef1113a0d668a84f1a2 Tadashi G. Takaoka2-0/+17
2012-05-17Fix ".com" key width on 7-inch tablet•••Change-Id: I5f843993e819bbc2e84f4d721cf7892d5518d7f6 Tadashi G. Takaoka1-1/+1
2012-05-17Tidy up number password layout•••Bug: 6462191 Change-Id: Idd156e2fd651b80a6b5ebb2b10d88e107febbddb Tadashi G. Takaoka2-19/+39
2012-05-17Update language switch icon•••Bug: 6129414 Change-Id: I1232e2bafed47c93f30470537cc334a755cf7a4d Tadashi G. Takaoka3-0/+0
2012-05-16Import translations. DO NOT MERGE•••Change-Id: I81a628c87810826dc6c2fb31035a8f7ef22d414a Eric Fischer49-12/+300
2012-05-16Add missing includes.•••Change-Id: Ic7199045d0cffb208871f52cc167194013351d32 Ken Wakasa6-0/+6
2012-05-16DO NOT MERGE. Hide the usability study mode for the production•••Change-Id: Ic0ffe56cd5314a00e81ba99148162dfb3ea1b044 Ken Wakasa1-2/+1
2012-05-16Return the bigram frequency if available.•••This concludes the work on bug#6313806. Don't submit it before the dictionaries are suitably amended. Bug: 6313806 Change-Id: Icfea45bd52bb9d8cc68ba2266f80640e3942bb7f Jean Chalard3-13/+28
2012-05-16Use "float" instead of "double"•••Change-Id: I93ed4d88ede4058f081dd8d634b00dfff4e96d07 satok12-48/+49
2012-05-16Reorder suggestions result according to auto correction threshold•••Bug: 5413904 Change-Id: I3aa3a8109ba45d2129b58d8242866fd3dd3473cb satok3-25/+60
2012-05-16Tweak keypress sound volume default value of Grouper•••Bug: 6499913 Change-Id: I645e40ad02c14b463854f91ec45c1be9c598e46e Tadashi G. Takaoka1-0/+1
2012-05-16Add some whitelist entries.•••Change-Id: I77ddcb7ec26b0295e37c34bb69f358a182f45592 Jean Chalard1-0/+20
2012-05-16Set divider icon's alpha value on the fly•••Bug: 6183494 Change-Id: I61a0c7617648d9c52e5001b3479afa0ab4913adc Tadashi G. Takaoka5-14/+19
2012-05-16Show dialog to guide the user to input subtype enabler•••Bug: 6370433 Change-Id: Ic5777c1d95fe2ce9f48c72b8cc05c7ac250f4cdf Tadashi G. Takaoka2-9/+70
2012-05-16Don't auto-correct when there is no main dictionary.•••Bug: 6502485 Change-Id: I5803b0db8552867110587a1140fc03fc2e0eccef Jean Chalard4-24/+30
2012-05-16Fix 3rd row of bulgarian BDS keyboard•••Bug: 6501927 Change-Id: Ia96ee076a5522c0ec1ce40d35ccc54d880fc86ab Tadashi G. Takaoka1-1/+1
2012-05-15Import translations. DO NOT MERGE•••Change-Id: I5a64ecb9f9bbc09ce466c050a09f5757302dfec8 Eric Fischer3-3/+3
2012-05-16Update voice icon•••Bug: 6499541 Change-Id: I18a4173265d4135c50753037adf51aa7b76a40a6 Tadashi G. Takaoka6-0/+0
2012-05-15Make LatinIME keys accessibility focusable, clickable.•••Also fix speech for labeled keys. Bug: 6498563 Change-Id: I094d4db0e57fa373759a63eb3354b1ab3ab0f525 alanv3-26/+142
2012-05-15Fix empty custom input style entry appears after orientation change•••Bug: 6495828 Change-Id: I77c44e24340cff4e0702ac6dee02e4dd84076f3e Tadashi G. Takaoka1-0/+10
2012-05-15Use a formula packing more information into 4 bits field•••Bug: 6313806 Change-Id: Id0779bd69afae0bb4a4a285340c1eb306544663a Jean Chalard1-8/+33
2012-05-15Stop meaningless bigram computations•••Bug: 6313806 Change-Id: Idf765b40812a43de13aa166ed0b44c7b5f7cc218 Jean Chalard1-33/+0
2012-05-15Fix a bug of handling single quote in the correction algorithm•••Bug: 6096247 Change-Id: I5490bbdee4ce1e3e0729ec1510a2baab85eeaf05 satok1-3/+5
2012-05-15Remove "fillBoth" enum value from keyWidth attribute of Key•••Change-Id: Icc5ffb8286aeda298b46aeba05e44608e342bc57 Tadashi G. Takaoka5-18/+4
2012-05-15Read and use user dictionary shortcuts.•••Bug: 4646172 Change-Id: I51002c73d5bad1a698110c5cda02253348be8eed Jean Chalard8-35/+90
2012-05-15Do not set "SuggestionSpan"s for suggestions from the next word predicition•••Bug: 6294817 Change-Id: I5010eafa5ba7e947743706adf7e722f4f0cfb415 satok5-10/+17
2012-05-15Slightly wider space key for 10-inch tablet layouts•••This change also removes the usage of "fillBoth" keyWidth from 10-inch tablet layouts. Change-Id: Ie6844fc096712daa24e09b3d67dde48d1c03eb46 Tadashi G. Takaoka32-99/+95