aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove constructors•••And small cleanup. Change-Id: I1de903f42c1b8d57a488be2162e0b94055a6d1f2 Jean Chalard2012-04-061-10/+0
* Remove the shortcutOnly attribute which is now useless.•••Change-Id: Ifccdfdaf7c0066bb7728981503baceff0fedb71f Jean Chalard2012-04-063-61/+20
* Merge "Cleanup unused methods"Tadashi G. Takaoka2012-04-052-44/+3
|\
| * Cleanup unused methods•••Change-Id: Ic7c1ec0e0606da6eb5b954934547c6e8a561fed5 Tadashi G. Takaoka2012-04-062-44/+3
* | Merge "Fix the locale of the flags in BinaryDicitonary for tests"satok2012-04-052-3/+3
|\ \ | |/ |/|
| * Fix the locale of the flags in BinaryDicitonary for tests•••Bug: 6129372 Change-Id: I5611f88b10c44261b6145c9dc8615b80e4341e77 satok2012-04-052-3/+3
* | Merge "Use keyboardSet extra value of subtype to specify layout type"Tadashi G. Takaoka2012-04-056-50/+60
|\ \
| * | Use keyboardSet extra value of subtype to specify layout type•••Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97 Tadashi G. Takaoka2012-04-056-50/+60
* | | Merge "Update the names and default values of bigram options."Jean Chalard2012-04-052-6/+6
|\ \ \
| * | | Update the names and default values of bigram options.•••Bug: 6293595 Change-Id: I9978a1127c64b7a26a5ccf6f777366f7c4e214db Jean Chalard2012-04-052-6/+6
| |/ /
* / / Don't draw red underline for manually picked words that came from bigram pred...•••Change-Id: I544680c8b4b1baff71bd08168630a34e803c40b9 Ken Wakasa2012-04-051-1/+3
|/ /
* / Refactor to utilize InputMethodSubtype•••Change-Id: I76fbc8a395eb8dab996c02c86d7328f07865f8cf Tadashi G. Takaoka2012-04-053-18/+20
|/
* Fix the locale of flags in BinaryDictionary•••Bug: 6129372 Change-Id: I4958c2aabf651d7e26648a29b75fcc6c77813451 satok2012-04-042-6/+20
* Use no language "zz" to disable shortcut key•••Change-Id: Ifba5bbd4298ecf84cc5e0ebdb4fc8494eafff62e Tadashi G. Takaoka2012-04-041-1/+1
* Merge "Use language agnostic QWERTY for forceAscii"Tadashi G. Takaoka2012-04-031-0/+3
|\
| * Use language agnostic QWERTY for forceAscii•••Bug: 6286208 Change-Id: I1b3b6f04c9033e7dc57a30e8dce43e01428b8e4e Tadashi G. Takaoka2012-04-041-0/+3
* | Merge "Use "No language (QWERTY)" for language agnostic QWERTY keyboard name"Tadashi G. Takaoka2012-04-034-54/+84
|\|
| * Use "No language (QWERTY)" for language agnostic QWERTY keyboard name•••Bug: 6010147 Change-Id: I401c2e3fcd639c0e1a03e64489a0d792810caa18 Tadashi G. Takaoka2012-04-044-54/+84
* | Merge "Fix NPE in SuggestedWords"satok2012-04-031-2/+3
|\ \ | |/ |/|
| * Fix NPE in SuggestedWords•••Bug: 6279966 Change-Id: Ia94a78d79cc51014126d18612aabdc7ce51487a4 satok2012-04-041-2/+3
* | Merge "Add RunInLocale class to guard locale switching"Tadashi G. Takaoka2012-04-036-97/+128
|\ \
| * | Add RunInLocale class to guard locale switching•••Bug: 6128216 Change-Id: I8d9c75c773c3de886183b291ada7a3836295839b Tadashi G. Takaoka2012-04-036-98/+128
* | | Merge "Cleanup InputTypeCompatUtils to InputTypeUtils"Tadashi G. Takaoka2012-04-033-8/+94
|\ \ \
| * | | Cleanup InputTypeCompatUtils to InputTypeUtils•••Bug: 6129704 Change-Id: I45e19e456ef7c6e61fe877ea544fef1b9f896e95 Tadashi G. Takaoka2012-04-033-8/+94
| |/ /
* | | Merge "Fix typo"Tadashi G. Takaoka2012-04-031-4/+4
|\ \ \ | |/ / |/| |
| * | Fix typo•••Follow up for I5b9964f2 Bug: 6129704 Change-Id: Ia90c013cf4c4e6f675da5701644bd10833898c3f Tadashi G. Takaoka2012-04-031-4/+4
* | | Merge "Cleanup EditorInfoCompatUtils"Tadashi G. Takaoka2012-04-031-2/+1
|\| |
| * | Cleanup EditorInfoCompatUtils•••Bug: 6129704 Change-Id: I5b9964f2ad52e7cd60c63acca93d0241a1e729ef Tadashi G. Takaoka2012-04-031-2/+1
* | | Merge "Cleanup FrameLayoutCompatUtils to ViewLayoutUtils"Tadashi G. Takaoka2012-04-031-2/+2
|\ \ \ | |/ / |/| |
| * | Cleanup FrameLayoutCompatUtils to ViewLayoutUtils•••Bug: 6129704 Change-Id: I52f2e236c7dae3ac2cba64392165f955a53d3f42 Tadashi G. Takaoka2012-04-021-2/+2
* | | Remove InputMethodServiceCompatWrapper•••Bug: 6129704 Change-Id: I76f2854e27623be940a711d0d48fd3f90132141c Tadashi G. Takaoka2012-04-031-3/+26
* | | Merge "Remove InputMethodSubtypeCompatWrapper"Tadashi G. Takaoka2012-04-023-55/+39
|\ \ \
| * | | Remove InputMethodSubtypeCompatWrapper•••Bug: 6129704 Change-Id: I8f84f0f61a2205ac1fcd1cd40e3a586ee535282d Tadashi G. Takaoka2012-04-033-55/+39
* | | | Add 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 Chalard2012-04-032-4/+31
|/ / /
* | | Remove CAN_HANDLE_ON_CURRENT_INPUT_METHOD_SUBTYPE_CHANGED boolean•••Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4 Tadashi G. Takaoka2012-04-022-52/+1
* | | Merge "Remove InputMethodInfoCompatWrapper"Tadashi G. Takaoka2012-04-022-17/+14
|\ \ \ | |_|/ |/| |
| * | Remove InputMethodInfoCompatWrapper•••Bug: 6129704 Change-Id: I0eca1ee7d1769ddc44f93c50f0723196299bc6d6 Tadashi G. Takaoka2012-04-022-17/+14
| |/
* / Combine candidate words and scores•••Bug: 5240798 Change-Id: Ie56c1c2cfd7f365e771fee88c1ed15012448feed satok2012-04-025-94/+119
|/
* Come back the proximity correction to ExpandableDictionary•••Bug: 6242539 Change-Id: Ic0467d54c9d85d0653812d4e127328878ef15b94 satok2012-04-021-3/+10
* Remove InputConnectionCompatUtils•••Also, small cleanup in proguard.flags bug: 6129704 Change-Id: If4cc694dbe74b26b1d0da301bbc321ee7afc0211 Ken Wakasa2012-03-312-13/+10
* Remove ArraysCompatUtils•••bug: 6129704 Change-Id: I0f1a0dee744e6dcdea7ae8606119b4af22b86663 Ken Wakasa2012-03-301-2/+1
* Move VibratorCompatWrapper to VibratorUtils.•••bug: 6129704 Change-Id: Ib63f1ed2d610e27e14957cf8805ef884cae6adf6 Ken Wakasa2012-03-304-11/+61
* Add language agnostic QWERTY subtype•••Bug: 6010147 Change-Id: I705e38ac889172ae8b7c2a68e5c688f2ffc28320 Tadashi G. Takaoka2012-03-301-3/+9
* Remove the "deprecated" classes•••bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084 Ken Wakasa2012-03-303-263/+6
* improve ResearchLogger performance•••also demonstrate proposed logpoint invocation Bug: 6188932 Change-Id: Ib6a7a196fe2e5f8184d26d1e0e3e91b404454112 Kurt Partridge2012-03-292-5/+31
* Merge "Separate leftward arrow from "add to dictionary" hint text"Tadashi G. Takaoka2012-03-291-2/+11
|\
| * Separate leftward arrow from "add to dictionary" hint text•••Bug: 6008875 Change-Id: I2be1698e485bc6541163771f41b8b82eaa3cee7a Tadashi G. Takaoka2012-03-291-2/+11
* | Merge "Fix some obvious compiler warnings"Tadashi G. Takaoka2012-03-296-8/+4
|\ \
| * | Fix some obvious compiler warnings•••Change-Id: I10a634f7492b45d5a72345f14d36cf341946387d Tadashi G. Takaoka2012-03-296-8/+4
| |/
* | Merge "Don't send touch coordinates if proximity characters correction is dis...Tadashi G. Takaoka2012-03-291-1/+7
|\ \