aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Use keyboardSet extra value of subtype to specify layout type"Tadashi G. Takaoka2012-04-0573-1273/+373
|\
| * Use keyboardSet extra value of subtype to specify layout typeTadashi G. Takaoka2012-04-0573-1273/+373
| | | | | | | | Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97
* | Merge "Set view properties for Key node infos."Ken Wakasa2012-04-051-0/+4
|\ \
| * | Set view properties for Key node infos.alanv2012-04-051-0/+4
| | | | | | | | | | | | | | | Bug: 6298716 Change-Id: Iae0616f0095d32e0ca61dcb55f2f84744e91f60e
* | | Import translations. DO NOT MERGEEric Fischer2012-04-0549-214/+427
|/ / | | | | | | Change-Id: I9a3d2ce38cab8721064389dd61be6114f6df3f27
* | Merge "Update the names and default values of bigram options."Jean Chalard2012-04-055-22/+22
|\ \
| * | Update the names and default values of bigram options.Jean Chalard2012-04-055-22/+22
| |/ | | | | | | | | | | Bug: 6293595 Change-Id: I9978a1127c64b7a26a5ccf6f777366f7c4e214db
* / Don't draw red underline for manually picked words that came from bigram ↵Ken Wakasa2012-04-052-1/+5
|/ | | | | | prediction Change-Id: I544680c8b4b1baff71bd08168630a34e803c40b9
* Refactor to utilize InputMethodSubtypeTadashi G. Takaoka2012-04-055-24/+27
| | | | Change-Id: I76fbc8a395eb8dab996c02c86d7328f07865f8cf
* Fix the locale of flags in BinaryDictionarysatok2012-04-042-6/+20
| | | | | Bug: 6129372 Change-Id: I4958c2aabf651d7e26648a29b75fcc6c77813451
* Use no language "zz" to disable shortcut keyTadashi G. Takaoka2012-04-044-15/+4
| | | | Change-Id: Ifba5bbd4298ecf84cc5e0ebdb4fc8494eafff62e
* Update Thai keyboard commentTadashi G. Takaoka2012-04-041-4/+4
| | | | | Bug: 6070772 Change-Id: Iae59e3c34ee4ea8878f17b8d775a2a4cb886718c
* Merge "Use language agnostic QWERTY for forceAscii"Tadashi G. Takaoka2012-04-032-1/+6
|\
| * Use language agnostic QWERTY for forceAsciiTadashi G. Takaoka2012-04-042-1/+6
| | | | | | | | | | Bug: 6286208 Change-Id: I1b3b6f04c9033e7dc57a30e8dce43e01428b8e4e
* | Merge "Use "No language (QWERTY)" for language agnostic QWERTY keyboard name"Tadashi G. Takaoka2012-04-038-64/+94
|\|
| * Use "No language (QWERTY)" for language agnostic QWERTY keyboard nameTadashi G. Takaoka2012-04-048-64/+94
| | | | | | | | | | Bug: 6010147 Change-Id: I401c2e3fcd639c0e1a03e64489a0d792810caa18
* | Merge "Fix NPE in SuggestedWords"satok2012-04-031-2/+3
|\ \ | |/ |/|
| * Fix NPE in SuggestedWordssatok2012-04-041-2/+3
| | | | | | | | | | Bug: 6279966 Change-Id: Ia94a78d79cc51014126d18612aabdc7ce51487a4
* | Add private constructor to utility classesTadashi G. Takaoka2012-04-034-1/+14
| | | | | | | | | | Bug: 6129704 Change-Id: I52925ae7bd80683f63efc48649448865a5654f41
* | Merge "Add RunInLocale class to guard locale switching"Tadashi G. Takaoka2012-04-037-124/+163
|\ \
| * | Add RunInLocale class to guard locale switchingTadashi G. Takaoka2012-04-037-125/+163
| | | | | | | | | | | | | | | Bug: 6128216 Change-Id: I8d9c75c773c3de886183b291ada7a3836295839b
* | | Merge "Cleanup InputTypeCompatUtils to InputTypeUtils"Tadashi G. Takaoka2012-04-037-133/+101
|\ \ \
| * | | Cleanup InputTypeCompatUtils to InputTypeUtilsTadashi G. Takaoka2012-04-037-133/+101
| |/ / | | | | | | | | | | | | Bug: 6129704 Change-Id: I45e19e456ef7c6e61fe877ea544fef1b9f896e95
* | | Merge "Fix typo"Tadashi G. Takaoka2012-04-031-4/+4
|\ \ \ | |/ / |/| |
| * | Fix typoTadashi G. Takaoka2012-04-031-4/+4
| | | | | | | | | | | | | | | | | | | | | Follow up for I5b9964f2 Bug: 6129704 Change-Id: Ia90c013cf4c4e6f675da5701644bd10833898c3f
* | | Remove ViewParentCompatUtilsTadashi G. Takaoka2012-04-032-53/+1
| | | | | | | | | | | | | | | Bug: 6129704 Change-Id: I429dcbec01bb4d33064ab1e3d597640d76c53d2f
* | | Remove AccessibilityManagerCompatUtils and MorionEventCompatUtilsTadashi G. Takaoka2012-04-036-90/+22
| | | | | | | | | | | | | | | Bug: 6129704 Change-Id: Icb7e80588536066c4fe5b4a1afc100a724b43e7b
* | | Merge "Cleanup EditorInfoCompatUtils"Tadashi G. Takaoka2012-04-033-45/+8
|\| |
| * | Cleanup EditorInfoCompatUtilsTadashi G. Takaoka2012-04-033-45/+8
| | | | | | | | | | | | | | | Bug: 6129704 Change-Id: I5b9964f2ad52e7cd60c63acca93d0241a1e729ef
* | | Merge "Cleanup FrameLayoutCompatUtils to ViewLayoutUtils"Tadashi G. Takaoka2012-04-033-20/+8
|\ \ \ | |/ / |/| |
| * | Cleanup FrameLayoutCompatUtils to ViewLayoutUtilsTadashi G. Takaoka2012-04-023-20/+8
| | | | | | | | | | | | | | | Bug: 6129704 Change-Id: I52f2e236c7dae3ac2cba64392165f955a53d3f42
* | | Remove InputMethodServiceCompatWrapperTadashi G. Takaoka2012-04-033-60/+28
| | | | | | | | | | | | | | | Bug: 6129704 Change-Id: I76f2854e27623be940a711d0d48fd3f90132141c
* | | Merge "Remove InputMethodSubtypeCompatWrapper"Tadashi G. Takaoka2012-04-029-372/+51
|\ \ \
| * | | Remove InputMethodSubtypeCompatWrapperTadashi G. Takaoka2012-04-039-372/+51
| | | | | | | | | | | | | | | | | | | | Bug: 6129704 Change-Id: I8f84f0f61a2205ac1fcd1cd40e3a586ee535282d
* | | | Add a simple way to input dictionary header attributesJean Chalard2012-04-032-4/+31
|/ / / | | | | | | | | | | | | | | | | | | Just add them as an attribute to the root of the XML node. Bug: 6202812 Change-Id: Idf040bfebf20a72f9e4370930a85d97df593f484
* | | Remove CAN_HANDLE_ON_CURRENT_INPUT_METHOD_SUBTYPE_CHANGED booleanTadashi G. Takaoka2012-04-026-184/+14
| | | | | | | | | | | | | | | Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4
* | | Merge "Remove InputMethodInfoCompatWrapper"Tadashi G. Takaoka2012-04-024-116/+26
|\ \ \ | |_|/ |/| |
| * | Remove InputMethodInfoCompatWrapperTadashi G. Takaoka2012-04-024-116/+26
| |/ | | | | | | | | Bug: 6129704 Change-Id: I0eca1ee7d1769ddc44f93c50f0723196299bc6d6
* | Merge "Fix the regression tests"Jean Chalard2012-04-021-0/+4
|\ \
| * | Fix the regression testsJean Chalard2012-04-021-0/+4
| |/ | | | | | | Change-Id: I42150fbb05e5b070aca81a36f18fb069d7a8b810
* / Combine candidate words and scoressatok2012-04-025-94/+119
|/ | | | | Bug: 5240798 Change-Id: Ie56c1c2cfd7f365e771fee88c1ed15012448feed
* Merge "Tweak keyboard layout size a bit"Tadashi G. Takaoka2012-04-0227-74/+153
|\
| * Tweak keyboard layout size a bitTadashi G. Takaoka2012-04-0227-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
* | Merge "Come back the proximity correction to ExpandableDictionary"satok2012-04-022-3/+35
|\ \ | |/ |/|
| * Come back the proximity correction to ExpandableDictionarysatok2012-04-022-3/+35
| | | | | | | | | | Bug: 6242539 Change-Id: Ic0467d54c9d85d0653812d4e127328878ef15b94
* | Merge "Remove digit and Thai digit more keys from shifted Thai keyboard"Tadashi G. Takaoka2012-04-021-30/+10
|\ \
| * | Remove digit and Thai digit more keys from shifted Thai keyboardTadashi G. Takaoka2012-04-021-30/+10
| |/ | | | | | | | | Bug: 6070772 Change-Id: I21bc0ad3687899bdfa580e2c5c34df500fc174ea
* / Update Hindi keyboardTadashi G. Takaoka2012-04-026-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
* Remove InputConnectionCompatUtilsKen Wakasa2012-03-314-109/+15
| | | | | | | Also, small cleanup in proguard.flags bug: 6129704 Change-Id: If4cc694dbe74b26b1d0da301bbc321ee7afc0211
* Import translations. DO NOT MERGEEric Fischer2012-03-3049-1075/+24
| | | | Change-Id: Id999b394a37669f66c9860aa5a67ac9ef2ae3d32