aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-04Use language agnostic QWERTY for forceAscii•••Bug: 6286208 Change-Id: I1b3b6f04c9033e7dc57a30e8dce43e01428b8e4e Tadashi G. Takaoka2-1/+6
2012-04-04Use "No language (QWERTY)" for language agnostic QWERTY keyboard name•••Bug: 6010147 Change-Id: I401c2e3fcd639c0e1a03e64489a0d792810caa18 Tadashi G. Takaoka9-90/+188
2012-04-04Use InputMethodInfo.getSubtypeAt() to list all subtype in test•••Change-Id: Ie42effc1c67870d70d0b6a5daed44b811063942b Tadashi G. Takaoka2-7/+8
2012-04-04Fix restoring debug mode in InputTestBase•••Change-Id: I71f01b86c0e8b1e56d39d85795dc0a844cc6285f Tadashi G. Takaoka1-1/+1
2012-04-04Fix NPE in SuggestedWords•••Bug: 6279966 Change-Id: Ia94a78d79cc51014126d18612aabdc7ce51487a4 satok1-2/+3
2012-04-03Add private constructor to utility classes•••Bug: 6129704 Change-Id: I52925ae7bd80683f63efc48649448865a5654f41 Tadashi G. Takaoka4-1/+14
2012-04-03Add RunInLocale class to guard locale switching•••Bug: 6128216 Change-Id: I8d9c75c773c3de886183b291ada7a3836295839b Tadashi G. Takaoka7-125/+163
2012-04-03Cleanup InputTypeCompatUtils to InputTypeUtils•••Bug: 6129704 Change-Id: I45e19e456ef7c6e61fe877ea544fef1b9f896e95 Tadashi G. Takaoka7-133/+101
2012-04-03Fix typo•••Follow up for I5b9964f2 Bug: 6129704 Change-Id: Ia90c013cf4c4e6f675da5701644bd10833898c3f Tadashi G. Takaoka1-4/+4
2012-04-03Remove ViewParentCompatUtils•••Bug: 6129704 Change-Id: I429dcbec01bb4d33064ab1e3d597640d76c53d2f Tadashi G. Takaoka2-53/+1
2012-04-03Remove AccessibilityManagerCompatUtils and MorionEventCompatUtils•••Bug: 6129704 Change-Id: Icb7e80588536066c4fe5b4a1afc100a724b43e7b Tadashi G. Takaoka6-90/+22
2012-04-03Cleanup EditorInfoCompatUtils•••Bug: 6129704 Change-Id: I5b9964f2ad52e7cd60c63acca93d0241a1e729ef Tadashi G. Takaoka3-45/+8
2012-04-03Remove InputMethodServiceCompatWrapper•••Bug: 6129704 Change-Id: I76f2854e27623be940a711d0d48fd3f90132141c Tadashi G. Takaoka3-60/+28
2012-04-03Remove InputMethodSubtypeCompatWrapper•••Bug: 6129704 Change-Id: I8f84f0f61a2205ac1fcd1cd40e3a586ee535282d Tadashi G. Takaoka11-428/+81
2012-04-03Add a simple way to input dictionary header attributes•••Just add them as an attribute to the root of the XML node. Bug: 6202812 Change-Id: Idf040bfebf20a72f9e4370930a85d97df593f484 Jean Chalard3-5/+44
2012-04-02Remove CAN_HANDLE_ON_CURRENT_INPUT_METHOD_SUBTYPE_CHANGED boolean•••Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4 Tadashi G. Takaoka6-184/+14
2012-04-02Cleanup FrameLayoutCompatUtils to ViewLayoutUtils•••Bug: 6129704 Change-Id: I52f2e236c7dae3ac2cba64392165f955a53d3f42 Tadashi G. Takaoka3-20/+8
2012-04-02Remove InputMethodInfoCompatWrapper•••Bug: 6129704 Change-Id: I0eca1ee7d1769ddc44f93c50f0723196299bc6d6 Tadashi G. Takaoka4-116/+26
2012-04-02Fix the regression tests•••Change-Id: I42150fbb05e5b070aca81a36f18fb069d7a8b810 Jean Chalard1-0/+4
2012-04-02Combine candidate words and scores•••Bug: 5240798 Change-Id: Ie56c1c2cfd7f365e771fee88c1ed15012448feed satok5-94/+119
2012-04-02Tweak keyboard layout size a bit•••* Enlarge 3rd row of phone keyboard slightly for nordic and slavic. * Fixed the width of the first key of each rows on 10 inch tablet. Change-Id: I5b1936d7f19db30d2f45aff03a255c2a505a2e7f Tadashi G. Takaoka27-74/+153
2012-04-02Remove digit and Thai digit more keys from shifted Thai keyboard•••Bug: 6070772 Change-Id: I21bc0ad3687899bdfa580e2c5c34df500fc174ea Tadashi G. Takaoka1-30/+10
2012-04-02Update Hindi keyboard•••* Remove "U+090E: DEVANAGARI LETTER SHORT E" from 3rd row * Remove "U+0946: DEVANAGARI VOWEL SIGN SHORT E" from 3rd row * Remove digit and Devanagari digit more keys from shifted layout * Replace digit keys on symbol layout with Devanagari digit keys * Enlarge 3rd row of phone layout slightly Bug: 5964777 Change-Id: I2a4f85bf11fbec3820a79a026d95c8f73a9cf604 Tadashi G. Takaoka6-64/+83
2012-04-02Come back the proximity correction to ExpandableDictionary•••Bug: 6242539 Change-Id: Ic0467d54c9d85d0653812d4e127328878ef15b94 satok2-3/+35
2012-03-31Remove InputConnectionCompatUtils•••Also, small cleanup in proguard.flags bug: 6129704 Change-Id: If4cc694dbe74b26b1d0da301bbc321ee7afc0211 Ken Wakasa4-109/+15
2012-03-30Import translations. DO NOT MERGE•••Change-Id: Id999b394a37669f66c9860aa5a67ac9ef2ae3d32 Eric Fischer49-1075/+24
2012-03-31Make LatinIME's native Makefile NDK-friendly•••Change-Id: I55d430756b3a8251c9ff49dfabfcecb047d979a4 Ken Wakasa1-0/+13
2012-03-30Remove ".." in the native LOCAL_SRC_FILES.•••The build system does not work well with ".." in the path of native source code. ".." causes the object files to spill out of the module's intermediate directory. Change-Id: Ib4a473426be296a738e7facbaa091e56f0b7c5b8 Ying Wang1-27/+60
2012-03-30Fix the build. Corresponding to I0f1a0dee•••Change-Id: Ibe31549a200f4c307fa4c1d4ef9ddac0a5952218 Ken Wakasa1-103/+0
2012-03-30Remove ArraysCompatUtils•••bug: 6129704 Change-Id: I0f1a0dee744e6dcdea7ae8606119b4af22b86663 Ken Wakasa2-63/+1
2012-03-30Remove the SharedPreferencesCompat class that is unused.•••bug: 6129704 Change-Id: Ib3f5ce242e016d2ffcefae915a312e5a9aeb9845 Ken Wakasa1-53/+0
2012-03-30Move VibratorCompatWrapper to VibratorUtils.•••bug: 6129704 Change-Id: Ib63f1ed2d610e27e14957cf8805ef884cae6adf6 Ken Wakasa4-26/+25
2012-03-30Add language agnostic QWERTY subtype•••Bug: 6010147 Change-Id: I705e38ac889172ae8b7c2a68e5c688f2ffc28320 Tadashi G. Takaoka15-18/+242
2012-03-30Remove unused resources•••Follow up to Ib27f2774 Bug: 6129704 Change-Id: I75b892a5f97270c270441a00f98e6e7ea1abc424 Tadashi G. Takaoka41-367/+2
2012-03-30Add "ij" letter to Dutch keyboard•••Change-Id: Ie8c2ec66c3e6bd5a95d34b53782cbc45785cd0b7 Tadashi G. Takaoka1-2/+5
2012-03-30Remove the "deprecated" classes•••bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084 Ken Wakasa60-4069/+44
2012-03-30Fix settings key on more keys keyboard•••Bug: 6260868 Change-Id: I0b8113d283fa5d03a02115cd71a5af511982145a Tadashi G. Takaoka2-2/+2
2012-03-30Cleanup Slavic keyboard resources•••* Name keylabel_for string based on layout and position * Move all default resources to individual donottranslate-morekeys.xml And empty the default resources. This is much easier to maintain * Rename scandinavian resource name to nordic Change-Id: I34c43238d0cc4e9773a6d355f73a1fe11589e23e Tadashi G. Takaoka21-73/+144
2012-03-30Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9•••Change-Id: I3ab65059f6e356530484bfd0bba26a634a4cba65 Ken Wakasa23-1/+1
2012-03-29improve ResearchLogger performance•••also demonstrate proposed logpoint invocation Bug: 6188932 Change-Id: Ib6a7a196fe2e5f8184d26d1e0e3e91b404454112 Kurt Partridge2-5/+31
2012-03-29Import translations. DO NOT MERGE•••Change-Id: Ieca91db4e16672a88d70d2f87d965f5382b18e05 Eric Fischer49-50/+98
2012-03-29Don't send touch coordinates if proximity characters correction is disabled•••Bug: 6225317 Change-Id: I4fa65e020d838f53066d4a071f58fb6f40583e0b Tadashi G. Takaoka42-50/+176
2012-03-29Separate leftward arrow from "add to dictionary" hint text•••Bug: 6008875 Change-Id: I2be1698e485bc6541163771f41b8b82eaa3cee7a Tadashi G. Takaoka3-3/+48
2012-03-29Fix some obvious compiler warnings•••Change-Id: I10a634f7492b45d5a72345f14d36cf341946387d Tadashi G. Takaoka10-21/+18
2012-03-29Fix race condition while changing the system locale•••Bug: 6128216 Change-Id: Ie153e3eb18feeb97aada6a7708075f5152f11999 Tadashi G. Takaoka1-5/+7
2012-03-28make ResearchLogger log write only•••Bug: 6188932 Change-Id: I8a8f944b1d4ee858d5ecaad0d3adc6dc7af54f68 Kurt Partridge1-0/+1
2012-03-28Import translations. DO NOT MERGE•••Change-Id: I9efc30a04a541a96ddd068d3aa9af8d65b6d7ace Eric Fischer2-3/+3
2012-03-28Change shifted key of quote on AZERTY phone to question mark•••Bug: 6242861 Change-Id: I8d05d68c2211682d20b0f32966b30212da9f28c7 Tadashi G. Takaoka1-1/+1
2012-03-28Remove useless adding of shortcut as unigrams.•••Change-Id: I1f50ebf00d6dd0dad4114fad86ace5b7b304613a Jean Chalard1-4/+0
2012-03-28Add read support for string shortcuts for makedict.•••Change-Id: I48ee4fc9ac703ad2a680b3cd848de91c415ea3c8 Jean Chalard2-35/+26