aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-11Remove the dependency to SpellCheckerProximityInfo from ProximityInfo.•••In conjunction with I596b2deb Change-Id: I42f059158ae78e1c1c807ed4d3688edbcf18c006 Ken Wakasa2-8/+7
2012-05-11Add Bulgarian Phonetic keyboard•••Bug: 5738545 Change-Id: I4779136e717efd2934acaa68abc469016d08cd37 Tadashi G. Takaoka3-13/+13
2012-05-11Add Bulgarian BDS keyboard•••Bug: 5738545 Change-Id: I20f31c4ff57a06e6df93ce3cfe4d032afd5bacc7 Tadashi G. Takaoka10-0/+444
2012-05-10Import translations. DO NOT MERGE•••Change-Id: I6955e7f746cbe31e27e32aa8d2d33dccf465f571 Eric Fischer36-144/+74
2012-05-10Perform the actual bigram frequency lookup.•••This still returns the unigram frequency, because the values stored for bigrams in the dictionary are not ready to be returned in-place instead of unigram values. Aside from this, the code is complete. Bug: 6313806 Change-Id: If7bb7b644730782277f0f6663334c170b7fe13fb Jean Chalard4-19/+55
2012-05-10Fix 10-inch tablet layout•••* Fix missing delete key for greek * Remove shift keys from farsi * Move delete and enter key down for farsi * Tweak 3rd-row key position of nordic Bug: 6422448 Change-Id: I2066c1927f60660513c89615488520f716a15fa5 Tadashi G. Takaoka3-11/+10
2012-05-10Tidy up Hindi 7-inch layouts•••* Remove right shift key from hindi (same as east_slavic) Bug: 6422448 Change-Id: Icea9a027c825f74471425abea261d5499f02c2c6 Tadashi G. Takaoka1-10/+5
2012-05-10Tidy up Thai 7-inch layouts•••* Remove right shift key from thai * Add comma and period keys Bug: 6422448 Change-Id: I40ff445ee763d964860fe6eb46e7168534a98c35 Tadashi G. Takaoka1-12/+11
2012-05-10Tidy up Arabic and Farsi 7-inch layouts•••* Tweak key width and positon for arabic. * Move delete and enter key down for farsi. Bug: 6422448 Change-Id: I4fce1f4761eb1b53e432900c19e455a023721fc6 Tadashi G. Takaoka2-22/+14
2012-05-10Tidy up 11-11-{7,8,9} 7-inch tablet layouts•••* Add gutters between shift keys and letters for nordic * Slightly narrower 3rd-row letter keys for bulgarian * Remove "ъ" key from 1st-row of east_slavic * Remove right shift for 11-11-9 east_slavic and south_slavic Bug: 6422448 Change-Id: I2311bd475aabda51080f0be3714fabffa65b2009 Tadashi G. Takaoka4-37/+24
2012-05-10Tidy up 10-10-7 7-inch tablet layouts•••Bug: 6422448 Change-Id: I0c1721462572da7be7850d670c4f86d0c18cb610 Tadashi G. Takaoka8-30/+28
2012-05-10Cleanup indentation•••Change-Id: Iaaade378acb81a2d68e2e721778a82fd8d5e20a5 Tadashi G. Takaoka1-2/+1
2012-05-10Tidy up 10-9-7 7-inch tablet layouts•••* Slightly smaller key width and larger shift key and space key. * Both left and right shift key has the same width. * Move the 2nd-row slight right. Bug: 6422448 Change-Id: If27028eaac20c503c352ba35dd156befc53918c7 Tadashi G. Takaoka10-52/+56
2012-05-09Use key index as virtual view ID.•••Bug: 6464677 Change-Id: I443e4add8052dbce1d413c2ce38a7b98408613bf alanv1-3/+6
2012-05-09Fix calculation of more keys keyboard position based on key preview•••Bug: 6135881 Change-Id: Id1c4e2c13d13b474466cb9b42b425aa9f6f9448b Tadashi G. Takaoka12-137/+96
2012-05-09Release previously pressed key even when the up event points new key•••Bug: 6457266 Change-Id: I52c9fe88791d2c3a4385dfa457f07da160c60699 Tadashi G. Takaoka1-16/+7
2012-05-09Optimize InputConnection.getCursorCapsMode calling•••Bug: 6464226 Change-Id: I30c1b01be5e1719ded5f7f8a7e24a38e9bbc3637 Tadashi G. Takaoka1-6/+18
2012-05-09Small optimization•••Change-Id: I067249976e557b60b606d2153deaeb3c8f1f38ac Jean Chalard1-2/+5
2012-05-09Don't ask for surrounding characters for each keypress•••Bug: 6464226 Change-Id: I03745bbcc21e5ec6ca57fa1257bf21c0cd26391a Jean Chalard1-14/+12
2012-05-08Remove unused code from AccessibilityEntityProvider.•••Change-Id: I73882668b516344d36e69355e9cb39534becb629 alanv1-151/+0
2012-05-08Remove accessibility gesture handlers from LatinIME.•••Bug: 6457558 Change-Id: If33ca6f026d4846ba79a701ef42c0112f5b0b488 alanv5-377/+0
2012-05-08Fix key preview background of GB theme•••To match with the requirements of Id1c4e2c1 Bug: 6135881 Change-Id: If877fffb3863101edec2fa96f1fa4ae016c017f1 Tadashi G. Takaoka6-0/+0
2012-05-08Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is specified•••Bug: 6435484 Change-Id: Iccca7d1b770c547efae0b5e5931cebd910083d40 Tadashi G. Takaoka2-0/+8
2012-05-08Preserve enter key's label case•••Bug: 6449347 Change-Id: I897df3a3c5464eaccf04c8b1cba70ccf313dd0bb Tadashi G. Takaoka1-1/+1
2012-05-08Enable long-press spacebar on 7 inch tablet•••This change also eliminate useless attribute longPressSpaceKeyTimeout of LatinKeyboardView. Bug: 6449356 Change-Id: Ib4dace4b9510c0eb96bdddacf8e0dbaa14fcfbbf Tadashi G. Takaoka7-41/+23
2012-05-07Import translations. DO NOT MERGE•••Change-Id: Ic65c9b1373f39ff3fde9631e516d56b05eae2d1f Eric Fischer49-0/+196
2012-05-07Treat apostrophe as single quote in spell checker•••Bug: 6435348 Change-Id: Iaaac9042e7e6cb21a3f2243bc6e8e055cc24f74d satok1-6/+9
2012-05-07Replace the bigram list position with the map and filter•••Passing the position will not allow us a reasonable lookup time. Replace this with a map and bloom filter for very fast lookup. Bug: 6313806 Change-Id: I3a61c0001cbc987c1c3c7b8df635d4590a370144 Jean Chalard5-47/+60
2012-05-07Fill in the bloom filter for bigram lookup.•••Bug: 6313806 Change-Id: Ib79e14f6f8b241f053da6069c15f19c71084317e Jean Chalard4-6/+34
2012-05-07Fix build•••Related-change: I173a3dc0 Change-Id: I4b5adedb70f7501e84fd3604aa240161c97dc713 Tadashi G. Takaoka2-6/+5
2012-05-07Fix subtype name for a custom input style with en_US and en_GB•••This change utilizes "UntranslatableReplacementStringInSubtypeName" subtype extra value to display keyboard layout name dynamically. Bug: 6449315 Change-Id: I9ef4c3d66ff9a223aa8c89c346d04cb72e4f6263 Tadashi G. Takaoka5-15/+70
2012-05-07Fix newly created custom input style display name•••This will revert I4263632e Bug: 6443665 Bug: 6410653 Change-Id: Id9ad1a204ed9802488abfc2c536a95d62d55afe0 Tadashi G. Takaoka2-18/+14
2012-05-07Fix missing synchronized modifier•••Change-Id: Ied70a86bedb08adcf8353b189367172459f55292 Tadashi G. Takaoka1-1/+1
2012-05-07Get subtype name string resource from its own locale•••Bug: 6443655 Change-Id: Ib9ee55178f0d0f885aa0640b9cba4a179cf0c566 Tadashi G. Takaoka3-38/+109
2012-05-06Preserve label case of to-symbol-key•••Bug: 6443192 Change-Id: I66c3c13d43c04fef4731ad2b4edabd8cd32f9437 Tadashi G. Takaoka3-2/+4
2012-05-05Tidy up the MakedictLog class.•••Follow up to I436b2b7b Change-Id: Id17b134dab2f876b874a505e92a379c8b5567fa4 Ken Wakasa3-14/+62
2012-05-05Suppress debug log from makedict in LatinIME•••bug: 6447900 Change-Id: I436b2b7b261b422a7edca9cb99a4689b63877fe0 Ken Wakasa1-1/+4
2012-05-03Import translations. DO NOT MERGE•••Change-Id: I5527274e1462dab152b4b3bf907343d22ec0e102 Eric Fischer2-10/+10
2012-05-02Import translations. DO NOT MERGE•••Change-Id: I4f26fabb1968b81ba8646deb459a2ebd0fc07fe3 Eric Fischer1-4/+4
2012-05-02Fix build breakage•••Change-Id: I22305137b336c9aab019d044a517ae8bc5fefe45 satok1-1/+1
2012-05-02Fill up a map of bigram addresses for lookup.•••We don't want to do a linear search on each terminal when there may be 100+ bigrams for a given word because that would be disastrous for performance. Also, we need to resolve each bigram address anyway. This change resolves the addresses at first and puts them in a balanced tree so that lookup will be O(log(n)). Bug: 6313806 Change-Id: Ibf088035870b9acb41e948f0ab7af4726f2cee24 Jean Chalard4-3/+28
2012-05-02Workaround return preserved backing view height when the backing view is not ...•••Change-Id: If4f24500ead516c46e6a93a95291e0897548c2f0 satok1-2/+17
2012-05-01Import translations. DO NOT MERGE•••Change-Id: Ia71f1f0df919691792648da0d4b6eb41edcf5747 Eric Fischer1-10/+5
2012-05-01Fix checking if subtype belongs to this ime•••Bug: 6422318 Change-Id: I5779c0e277444315191fa964a976dcb4316cc24a Tadashi G. Takaoka2-3/+17
2012-05-01Tune letter text size of 7 inch tablet•••Bug: 6422086 Bug: 6411272 Change-Id: Ia3c40206555353b6f0c633a529d546dc2379e9aa Tadashi G. Takaoka4-6/+7
2012-05-01Narrow horizontal gap of 7 inch tablet landscape•••Change-Id: I20579d75f5669909efd18a70b47cd44f471fd452 Tadashi G. Takaoka1-1/+1
2012-05-01Auto X scale domain key label•••Bug: 6411275 Change-Id: I94906adb6936371f5275a1494f6f8b5546633a2b Tadashi G. Takaoka1-1/+1
2012-05-01Remove duplicated functional keys•••Bug: 6410931 Change-Id: I07e84729da00d335e3864b9324bb1261df8968f7 Tadashi G. Takaoka7-104/+76
2012-05-01Remove tab key from alphabet layout of tablet 7•••Bug: 6410889 Change-Id: If7269aa2aeb1b6af9f0286f96c48b68309d646c5 Tadashi G. Takaoka27-66/+58
2012-05-01Override defaultActionKeyStyle to use non-blue action background•••Bug: 6412932 Change-Id: I1c7335c53a35fc88694224332511415ea63ac745 Tadashi G. Takaoka1-0/+6