aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-06Remove constructorsJean Chalard1-10/+0
And small cleanup. Change-Id: I1de903f42c1b8d57a488be2162e0b94055a6d1f2
2012-04-06Remove the shortcutOnly attribute which is now useless.Jean Chalard4-73/+21
Change-Id: Ifccdfdaf7c0066bb7728981503baceff0fedb71f
2012-04-06Read shortcuts as strings in the dictionary.Jean Chalard5-26/+49
This has no impact on performance. Before: (0) 9.61 (0.01%) (1) 57514.58 (56.70%) (2) 10.55 (0.01%) (3) 10.79 (0.01%) (4) 133.20 (0.13%) (5) 43553.87 (42.94%) (6) 10.03 (0.01%) (20) 47.20 (0.05%) Total 101431.47 (sum of others 101289.84) After: (0) 10.52 (0.01%) (1) 56311.16 (56.66%) (2) 13.40 (0.01%) (3) 10.98 (0.01%) (4) 136.72 (0.14%) (5) 42707.92 (42.97%) (6) 9.79 (0.01%) (20) 51.35 (0.05%) Total 99390.76 (sum of others 99251.84) The difference is not significant with regard to measure imprecision Change-Id: I2e4f1ef7a5e99082e67dd27f56cf4fc432bb48fa
2012-04-06Cleanup unused methodsTadashi G. Takaoka3-45/+4
Change-Id: Ic7c1ec0e0606da6eb5b954934547c6e8a561fed5
2012-04-05Import translations. DO NOT MERGEEric Fischer49-214/+427
Change-Id: I9a3d2ce38cab8721064389dd61be6114f6df3f27
2012-04-05Set view properties for Key node infos.alanv1-0/+4
Bug: 6298716 Change-Id: Iae0616f0095d32e0ca61dcb55f2f84744e91f60e
2012-04-05Update the names and default values of bigram options.Jean Chalard5-22/+22
Bug: 6293595 Change-Id: I9978a1127c64b7a26a5ccf6f777366f7c4e214db
2012-04-05Don't draw red underline for manually picked words that came from bigram ↵Ken Wakasa2-1/+5
prediction Change-Id: I544680c8b4b1baff71bd08168630a34e803c40b9
2012-04-05Use keyboardSet extra value of subtype to specify layout typeTadashi G. Takaoka74-1291/+381
Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97
2012-04-05Fix the locale of the flags in BinaryDicitonary for testssatok2-3/+3
Bug: 6129372 Change-Id: I5611f88b10c44261b6145c9dc8615b80e4341e77
2012-04-05Refactor to utilize InputMethodSubtypeTadashi G. Takaoka5-24/+27
Change-Id: I76fbc8a395eb8dab996c02c86d7328f07865f8cf
2012-04-04Fix the locale of flags in BinaryDictionarysatok2-6/+20
Bug: 6129372 Change-Id: I4958c2aabf651d7e26648a29b75fcc6c77813451
2012-04-04Use no language "zz" to disable shortcut keyTadashi G. Takaoka4-15/+4
Change-Id: Ifba5bbd4298ecf84cc5e0ebdb4fc8494eafff62e
2012-04-04Update Thai keyboard commentTadashi G. Takaoka1-4/+4
Bug: 6070772 Change-Id: Iae59e3c34ee4ea8878f17b8d775a2a4cb886718c
2012-04-04Use language agnostic QWERTY for forceAsciiTadashi G. Takaoka2-1/+6
Bug: 6286208 Change-Id: I1b3b6f04c9033e7dc57a30e8dce43e01428b8e4e
2012-04-04Use "No language (QWERTY)" for language agnostic QWERTY keyboard nameTadashi G. Takaoka9-90/+188
Bug: 6010147 Change-Id: I401c2e3fcd639c0e1a03e64489a0d792810caa18
2012-04-04Use InputMethodInfo.getSubtypeAt() to list all subtype in testTadashi G. Takaoka2-7/+8
Change-Id: Ie42effc1c67870d70d0b6a5daed44b811063942b
2012-04-04Fix restoring debug mode in InputTestBaseTadashi G. Takaoka1-1/+1
Change-Id: I71f01b86c0e8b1e56d39d85795dc0a844cc6285f
2012-04-04Fix NPE in SuggestedWordssatok1-2/+3
Bug: 6279966 Change-Id: Ia94a78d79cc51014126d18612aabdc7ce51487a4
2012-04-03Add private constructor to utility classesTadashi G. Takaoka4-1/+14
Bug: 6129704 Change-Id: I52925ae7bd80683f63efc48649448865a5654f41
2012-04-03Add RunInLocale class to guard locale switchingTadashi G. Takaoka7-125/+163
Bug: 6128216 Change-Id: I8d9c75c773c3de886183b291ada7a3836295839b
2012-04-03Cleanup InputTypeCompatUtils to InputTypeUtilsTadashi G. Takaoka7-133/+101
Bug: 6129704 Change-Id: I45e19e456ef7c6e61fe877ea544fef1b9f896e95
2012-04-03Fix typoTadashi G. Takaoka1-4/+4
Follow up for I5b9964f2 Bug: 6129704 Change-Id: Ia90c013cf4c4e6f675da5701644bd10833898c3f
2012-04-03Remove ViewParentCompatUtilsTadashi G. Takaoka2-53/+1
Bug: 6129704 Change-Id: I429dcbec01bb4d33064ab1e3d597640d76c53d2f
2012-04-03Remove AccessibilityManagerCompatUtils and MorionEventCompatUtilsTadashi G. Takaoka6-90/+22
Bug: 6129704 Change-Id: Icb7e80588536066c4fe5b4a1afc100a724b43e7b
2012-04-03Cleanup EditorInfoCompatUtilsTadashi G. Takaoka3-45/+8
Bug: 6129704 Change-Id: I5b9964f2ad52e7cd60c63acca93d0241a1e729ef
2012-04-03Remove InputMethodServiceCompatWrapperTadashi G. Takaoka3-60/+28
Bug: 6129704 Change-Id: I76f2854e27623be940a711d0d48fd3f90132141c
2012-04-03Remove InputMethodSubtypeCompatWrapperTadashi G. Takaoka11-428/+81
Bug: 6129704 Change-Id: I8f84f0f61a2205ac1fcd1cd40e3a586ee535282d
2012-04-03Add a simple way to input dictionary header attributesJean Chalard3-5/+44
Just add them as an attribute to the root of the XML node. Bug: 6202812 Change-Id: Idf040bfebf20a72f9e4370930a85d97df593f484
2012-04-02Remove CAN_HANDLE_ON_CURRENT_INPUT_METHOD_SUBTYPE_CHANGED booleanTadashi G. Takaoka6-184/+14
Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4
2012-04-02Cleanup FrameLayoutCompatUtils to ViewLayoutUtilsTadashi G. Takaoka3-20/+8
Bug: 6129704 Change-Id: I52f2e236c7dae3ac2cba64392165f955a53d3f42
2012-04-02Remove InputMethodInfoCompatWrapperTadashi G. Takaoka4-116/+26
Bug: 6129704 Change-Id: I0eca1ee7d1769ddc44f93c50f0723196299bc6d6
2012-04-02Fix the regression testsJean Chalard1-0/+4
Change-Id: I42150fbb05e5b070aca81a36f18fb069d7a8b810
2012-04-02Combine candidate words and scoressatok5-94/+119
Bug: 5240798 Change-Id: Ie56c1c2cfd7f365e771fee88c1ed15012448feed
2012-04-02Tweak keyboard layout size a bitTadashi G. Takaoka27-74/+153
* 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
2012-04-02Remove digit and Thai digit more keys from shifted Thai keyboardTadashi G. Takaoka1-30/+10
Bug: 6070772 Change-Id: I21bc0ad3687899bdfa580e2c5c34df500fc174ea
2012-04-02Update Hindi keyboardTadashi G. Takaoka6-64/+83
* 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
2012-04-02Come back the proximity correction to ExpandableDictionarysatok2-3/+35
Bug: 6242539 Change-Id: Ic0467d54c9d85d0653812d4e127328878ef15b94
2012-03-31Remove InputConnectionCompatUtilsKen Wakasa4-109/+15
Also, small cleanup in proguard.flags bug: 6129704 Change-Id: If4cc694dbe74b26b1d0da301bbc321ee7afc0211
2012-03-30Import translations. DO NOT MERGEEric Fischer49-1075/+24
Change-Id: Id999b394a37669f66c9860aa5a67ac9ef2ae3d32
2012-03-31Make LatinIME's native Makefile NDK-friendlyKen Wakasa1-0/+13
Change-Id: I55d430756b3a8251c9ff49dfabfcecb047d979a4
2012-03-30Remove ".." in the native LOCAL_SRC_FILES.Ying Wang1-27/+60
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
2012-03-30Fix the build. Corresponding to I0f1a0deeKen Wakasa1-103/+0
Change-Id: Ibe31549a200f4c307fa4c1d4ef9ddac0a5952218
2012-03-30Remove ArraysCompatUtilsKen Wakasa2-63/+1
bug: 6129704 Change-Id: I0f1a0dee744e6dcdea7ae8606119b4af22b86663
2012-03-30Remove the SharedPreferencesCompat class that is unused.Ken Wakasa1-53/+0
bug: 6129704 Change-Id: Ib3f5ce242e016d2ffcefae915a312e5a9aeb9845
2012-03-30Move VibratorCompatWrapper to VibratorUtils.Ken Wakasa4-26/+25
bug: 6129704 Change-Id: Ib63f1ed2d610e27e14957cf8805ef884cae6adf6
2012-03-30Add language agnostic QWERTY subtypeTadashi G. Takaoka15-18/+242
Bug: 6010147 Change-Id: I705e38ac889172ae8b7c2a68e5c688f2ffc28320
2012-03-30Remove unused resourcesTadashi G. Takaoka41-367/+2
Follow up to Ib27f2774 Bug: 6129704 Change-Id: I75b892a5f97270c270441a00f98e6e7ea1abc424
2012-03-30Add "ij" letter to Dutch keyboardTadashi G. Takaoka1-2/+5
Change-Id: Ie8c2ec66c3e6bd5a95d34b53782cbc45785cd0b7
2012-03-30Remove the "deprecated" classesKen Wakasa60-4069/+44
bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084