aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add RunInLocale class to guard locale switching"Tadashi G. Takaoka2012-04-036-97/+128
|\
| * Add RunInLocale class to guard locale switchingTadashi G. Takaoka2012-04-036-98/+128
| | | | | | | | | | Bug: 6128216 Change-Id: I8d9c75c773c3de886183b291ada7a3836295839b
* | Merge "Cleanup InputTypeCompatUtils to InputTypeUtils"Tadashi G. Takaoka2012-04-033-8/+94
|\ \
| * | Cleanup InputTypeCompatUtils to InputTypeUtilsTadashi G. Takaoka2012-04-033-8/+94
| |/ | | | | | | | | 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
* | Merge "Cleanup EditorInfoCompatUtils"Tadashi G. Takaoka2012-04-031-2/+1
|\|
| * Cleanup EditorInfoCompatUtilsTadashi G. Takaoka2012-04-031-2/+1
| | | | | | | | | | Bug: 6129704 Change-Id: I5b9964f2ad52e7cd60c63acca93d0241a1e729ef
* | Merge "Cleanup FrameLayoutCompatUtils to ViewLayoutUtils"Tadashi G. Takaoka2012-04-031-2/+2
|\ \ | |/ |/|
| * Cleanup FrameLayoutCompatUtils to ViewLayoutUtilsTadashi G. Takaoka2012-04-021-2/+2
| | | | | | | | | | Bug: 6129704 Change-Id: I52f2e236c7dae3ac2cba64392165f955a53d3f42
* | Remove InputMethodServiceCompatWrapperTadashi G. Takaoka2012-04-031-3/+26
| | | | | | | | | | Bug: 6129704 Change-Id: I76f2854e27623be940a711d0d48fd3f90132141c
* | Merge "Remove InputMethodSubtypeCompatWrapper"Tadashi G. Takaoka2012-04-023-55/+39
|\ \
| * | Remove InputMethodSubtypeCompatWrapperTadashi G. Takaoka2012-04-033-55/+39
| | | | | | | | | | | | | | | 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-022-52/+1
| | | | | | | | | | Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4
* | Merge "Remove InputMethodInfoCompatWrapper"Tadashi G. Takaoka2012-04-022-17/+14
|\ \
| * | Remove InputMethodInfoCompatWrapperTadashi G. Takaoka2012-04-022-17/+14
| |/ | | | | | | | | Bug: 6129704 Change-Id: I0eca1ee7d1769ddc44f93c50f0723196299bc6d6
* / Combine candidate words and scoressatok2012-04-025-94/+119
|/ | | | | Bug: 5240798 Change-Id: Ie56c1c2cfd7f365e771fee88c1ed15012448feed
* Come back the proximity correction to ExpandableDictionarysatok2012-04-021-3/+10
| | | | | Bug: 6242539 Change-Id: Ic0467d54c9d85d0653812d4e127328878ef15b94
* Remove InputConnectionCompatUtilsKen Wakasa2012-03-312-13/+10
| | | | | | | Also, small cleanup in proguard.flags bug: 6129704 Change-Id: If4cc694dbe74b26b1d0da301bbc321ee7afc0211
* Remove ArraysCompatUtilsKen Wakasa2012-03-301-2/+1
| | | | | bug: 6129704 Change-Id: I0f1a0dee744e6dcdea7ae8606119b4af22b86663
* Move VibratorCompatWrapper to VibratorUtils.Ken Wakasa2012-03-304-11/+61
| | | | | | bug: 6129704 Change-Id: Ib63f1ed2d610e27e14957cf8805ef884cae6adf6
* Add language agnostic QWERTY subtypeTadashi G. Takaoka2012-03-301-3/+9
| | | | | Bug: 6010147 Change-Id: I705e38ac889172ae8b7c2a68e5c688f2ffc28320
* Remove the "deprecated" classesKen Wakasa2012-03-303-263/+6
| | | | | bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084
* improve ResearchLogger performanceKurt Partridge2012-03-292-5/+31
| | | | | | | also demonstrate proposed logpoint invocation Bug: 6188932 Change-Id: Ib6a7a196fe2e5f8184d26d1e0e3e91b404454112
* 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 textTadashi G. Takaoka2012-03-291-2/+11
| | | | | | | | | | Bug: 6008875 Change-Id: I2be1698e485bc6541163771f41b8b82eaa3cee7a
* | Merge "Fix some obvious compiler warnings"Tadashi G. Takaoka2012-03-296-8/+4
|\ \
| * | Fix some obvious compiler warningsTadashi G. Takaoka2012-03-296-8/+4
| |/ | | | | | | Change-Id: I10a634f7492b45d5a72345f14d36cf341946387d
* | Merge "Don't send touch coordinates if proximity characters correction is ↵Tadashi G. Takaoka2012-03-291-1/+7
|\ \ | | | | | | | | | disabled"
| * | Don't send touch coordinates if proximity characters correction is disabledTadashi G. Takaoka2012-03-291-1/+7
| | | | | | | | | | | | | | | Bug: 6225317 Change-Id: I4fa65e020d838f53066d4a071f58fb6f40583e0b
* | | Merge "Fix race condition while changing the system locale"Tadashi G. Takaoka2012-03-291-5/+7
|\ \ \
| * | | Fix race condition while changing the system localeTadashi G. Takaoka2012-03-291-5/+7
| | |/ | |/| | | | | | | | | | Bug: 6128216 Change-Id: Ie153e3eb18feeb97aada6a7708075f5152f11999
* / | make ResearchLogger log write onlyKurt Partridge2012-03-281-0/+1
|/ / | | | | | | | | Bug: 6188932 Change-Id: I8a8f944b1d4ee858d5ecaad0d3adc6dc7af54f68
* | Merge "Remove useless adding of shortcut as unigrams."Jean Chalard2012-03-281-4/+0
|\ \
| * | Remove useless adding of shortcut as unigrams.Jean Chalard2012-03-281-4/+0
| | | | | | | | | | | | Change-Id: I1f50ebf00d6dd0dad4114fad86ace5b7b304613a
* | | Merge "Add read support for string shortcuts for makedict."Jean Chalard2012-03-282-35/+26
|\| |
| * | Add read support for string shortcuts for makedict.Jean Chalard2012-03-282-35/+26
| | | | | | | | | | | | Change-Id: I48ee4fc9ac703ad2a680b3cd848de91c415ea3c8
* | | Merge "Change the format of the shortcuts in the binary dict."Jean Chalard2012-03-281-44/+107
|\| | | |/ |/|
| * Change the format of the shortcuts in the binary dict.Jean Chalard2012-03-281-44/+107
| | | | | | | | | | | | | | This only includes the write part of the change. The read part is coming in a different commit. Change-Id: Iabe7af6cd134462dc19245f5400719920ed31c8f
* | Merge "Remove SupportTouchPositionCorrection from subtype extra value"Tadashi G. Takaoka2012-03-281-6/+0
|\ \
| * | Remove SupportTouchPositionCorrection from subtype extra valueTadashi G. Takaoka2012-03-281-6/+0
| | | | | | | | | | | | Change-Id: Ieedff9ec212f5567405ca276b0f2194132ba7b0c
* | | Good bye the proximity logic in Java codesatok2012-03-282-19/+9
| | | | | | | | | | | | | | | Bug: 4343280 Change-Id: I82f7d08703647a3492ce6e2d3b741146df58927e
* | | Do not re-calculate primary code in WordComposersatok2012-03-281-3/+3
| | | | | | | | | | | | | | | | | | | | | Bug: 4343280 Test: Ib43c0f1d1a19d067ea0 Change-Id: I3393a6099cb7fb824994f4656ccfef884f9c6bc4
* | | Fix AIOOBEsatok2012-03-283-15/+20
|/ / | | | | | | | | Bug: 6236912 Change-Id: Ie09e5ef1c23eb48621ac3f2f2dc28dc2e46ca288
* | Tighten up the "define" classes.Ken Wakasa2012-03-272-2/+10
| | | | | | | | Change-Id: I854b1dd56b676d0a492a15c16bfe4c6a1bcccdf7
* | Merge "Put a misspelled flag if the word is not valid by the same logic of ↵satok2012-03-271-4/+0
|\ \ | | | | | | | | | Android spell checker."
| * | Put a misspelled flag if the word is not valid by the same logic of Android ↵satok2012-03-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spell checker. Bug: 6222722 Currently, the flags of the suggestion span from the Latin IME is different from the flags from Android spell checker. Change-Id: I2f7a54ae0d63235a0b94e039109ab8b2f1311055
* | | ongoing cleanup 2satok2012-03-274-39/+39
| | | | | | | | | | | | Change-Id: I66b61cbe491cf8375144e834390beae3209a777d
* | | Optimization: Start making use of ProductionFlag.IS_EXPERIMENTAL for ↵Ken Wakasa2012-03-274-11/+12
| |/ |/| | | | | | | | | | | | | | | | | ResearchLogger Move GodMode specific tests to relevant directories as well. This goes along with I9dc4d469 Change-Id: I4a21c53846b26eede346cb1da13e6abbdf9ec27f