aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/InputMethodManagerCompatWrapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-10Fix unneeded u with diaeresis more key on Swedish keyboard•••Change-Id: Ib4a17fa464899907616e76426e5df0d370a40f80 Tadashi G. Takaoka2-5/+3
2014-03-10Fix excessive more keys on Estonian keyboard•••Change-Id: I6c2d5d123d519278a6ff0f12fece69ccbad1aad5 Tadashi G. Takaoka2-4/+2
2014-03-08Remove string-arrays that are getting in the way•••These empty string-arrays should not have been in this resource file. They are in the translated files, and they are getting in the way of the resource finding paths. Fundamental fixes definitely should follow. For now, this CL should be safe and acceptable for Cannellini. bug: 13340486 Change-Id: I14c36babf9eb30cfc1c0adc5977136189a305f33 Ken Wakasa59-236/+30
2014-03-07Fix: dicttool build.•••Change-Id: I5c3bcbe9f3054bdd1a760398fe11344e0e05ac6a Keisuke Kuroyanagi4-3/+4
2014-03-07Introduce SuggestionResults and use it for predictions.•••Bug: 8187060 Bug: 13333066 Change-Id: I1ead897024508b7e40fbd93af7d14bfe74b93826 Keisuke Kuroyanagi10-109/+274
2014-03-07Filter Spacer before keyboard layout test•••Bug: 13017434 Change-Id: I836d2f79a839ee77325535c08d7a59bb02b83c28 Tadashi G. Takaoka1-4/+15
2014-03-07Add en_US keyboard layout test•••Bug: 13017434 Change-Id: I3fb343721221ecae210bffcb3e83ce4f2df0d0ff Tadashi G. Takaoka2-0/+295
2014-03-07Add QWERTY expected keyboard layouts•••Bug: 13017434 Change-Id: Ia8a65b692521f0050f003e20712a5873a0b236b4 Tadashi G. Takaoka5-0/+564
2014-03-07Add ActualKeyboardBuilder for testing keyboard layouts•••Bug: 13017434 Change-Id: I38b1f5c261ea1f3ff312c780d7d9b5fe3fba8aaf Tadashi G. Takaoka2-0/+229
2014-03-07Address warnings pointed out by clang•••Change-Id: I7943f6c7f9ba08f283a3116adc2af29495f04a21 Ken Wakasa2-5/+2
2014-03-07Recover the dicttool build except for Mac•••With a hack: Temporarily disable host tool build on Mac until the build system is ready for C++11. Change-Id: Ib412ba0d7fecc968cc09b4d8fde4e838bdc0618a Ken Wakasa3-3/+17
2014-03-07Use unique_ptr.•••Change-Id: Id92a5b07da4f7f95e2cd293ce8dc1a5f979b7853 Keisuke Kuroyanagi18-209/+125
2014-03-07Fix AZERTY/tablet layout•••Bug: 13351429 Change-Id: I599627a78397e5bbae689c1aec3a3f11b72a834f Tadashi G. Takaoka3-68/+13
2014-03-07Revert "Revert "Use std::min() and std::max()""•••This reverts commit f63000abeabfaabde5c1ea2201d63d0c4850f1e2. Change-Id: I6056d176a13c6ecad38e658ab8778bd898291d02 Keisuke Kuroyanagi17-46/+63
2014-03-07Fix: point to line segment distance can be NaN.•••Change-Id: I7db6bfea925a0eda82bfb1f7b5e1110b193dabdb Keisuke Kuroyanagi1-0/+4
2014-03-07Revert "Use std::min() and std::max()"•••This somehow breaks TRT. bug: 13350753 This reverts commit cf612a3abfd0cc244f8449db2cf11a0a7c680a2f. Change-Id: I812f067e7cc8106b054527732dc6fe4efd7cc0fe Ken Wakasa17-63/+46
2014-03-07Use nullptr instead of 0 for pointers.•••Change-Id: Ic9425de07b896f940ca11c51968c637ebb897514 Keisuke Kuroyanagi11-26/+28
2014-03-06Fix Mac SDK build•••Temporary fix. Change-Id: I79c8c31e7b07776a048a16918008a942261e1115 Ken Wakasa1-1/+3
2014-03-06Use std::min() and std::max()•••Change-Id: I2992fa16692ace2a6febedc4393812faf763638f Ken Wakasa17-46/+63
2014-03-06Use C++11 deleted functions to implement DISALLOW_ macros•••With C++ deleted functions, compilers can generate more descriptive error messages when we are doing something disallowed. Change-Id: I48d23e5eced545732558e56f5ff9ff70c95a6ff0 Yohei Yukawa1-3/+3
2014-03-06Switch to C++11•••Change-Id: Ib2970327c36422d7b11103d52ba7e9e52db5554f Ken Wakasa4-19/+15
2014-03-06Add ExpectedKeyboardBuilder for testing keyboard layouts•••Bug: 13017434 Change-Id: I77ea2a60b1f3adf061689c68971d136ea5cf595e Tadashi G. Takaoka2-0/+406
2014-03-06Move DictionaryOptions from FusionDictionary to FormatSpec.•••Bug: 8187060 Bug:13035567 Change-Id: Id4f45e589521ae98c926a4c0607be10ce1a983f2 Keisuke Kuroyanagi8-47/+48
2014-03-06Separate WeightedString from FusionDictionary.•••Bug: 8187060 Change-Id: I40c1dafca3eb52244c64fdb4c1db30a56385d678 Keisuke Kuroyanagi18-63/+68
2014-03-06Fix: Bug of I39e905b6ddfc8d3.•••primaryKey have to be the first elemnet of the proximities. Bug: 13315755 Change-Id: I6c94408a2ef2750fa85ff12b93bed8b8d874717e Keisuke Kuroyanagi1-3/+6
2014-03-06Add ExpectedKey for testing keyboard layouts•••Bug: 13017434 Change-Id: I1c3b2c9cd1b86bdd782fc522b83380ec112f863b Tadashi G. Takaoka3-0/+459
2014-03-06Create suggest/core/result directory.•••Bug: 8187060 Bug: 13333066 Change-Id: I185c93bd4542d997be101b61561a00d69111c00d Keisuke Kuroyanagi4-3/+3
2014-03-06[IL124] Remove the KeyboardSwitcher arg to onCodeInput•••Bug: 8636060 Change-Id: I29ce4c82ea880a937b1c9e5daf494fcdbbdd1336 Jean Chalard2-18/+25
2014-03-06[IL123] Put the settings values inside the transaction•••A transaction should always operate with a consistent set of settings. It's better to have it reference them than to always pass them along. Bug: 8636060 Change-Id: I3c642dfea6be30712fc6cbb279c64f3185895791 Jean Chalard2-55/+58
2014-03-06[IL122] Put the code, x and y in the transaction•••Bug: 8636060 Change-Id: Icdf87995dedec410b54c306e8d312ba7ec25cea6 Jean Chalard4-86/+94
2014-03-05Import translations. DO NOT MERGE•••Change-Id: I7a730021b1c38c8ef7aa62b567a68a7cc478e516 Auto-generated-cl: translation import Baligh Uddin1-1/+1
2014-03-05Use BinaryDictionaryUtils to read dictionary header.•••Bug: 8187060 Bug:13035567 Change-Id: I90a5e0665c367f5a1bd786f4babf0d03e79e68fa Keisuke Kuroyanagi7-57/+48
2014-03-05Fix: The top left key is a proximity of nonexistent keys.•••Bug: 13315755 Change-Id: I39e905b6ddfc8d3510c408a3bea853390a75d088 Keisuke Kuroyanagi1-0/+3
2014-03-05Correctly update the suggestion strip on non-resumable word•••Bug: 13303965 Change-Id: Iedc5d38f70af76fbebb99e59a0d17c1e226c810d Jean Chalard1-1/+4
2014-03-05Separate utility methods from BinaryDictionary.•••Bug: 8187060 Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50 Keisuke Kuroyanagi14-80/+122
2014-03-05[IL121] Introduce InputTransaction•••We probably can't put this off any longer Bug: 8636060 Change-Id: I1e5d3cf62d719f4d064ced3282bebf2e822f6baa Jean Chalard2-29/+97
2014-03-05Separate utility methods from BinaryDictionary in native code.•••Bug: 8187060 Change-Id: I099de557d2aaee95c6b809450108139550e9b0aa Keisuke Kuroyanagi5-101/+167
2014-03-04[IL120] Cleanup•••Remove useless arguments, local vars, make stuff private Change-Id: I7cc6c19e9c1703304d593e02be31eb9569cc7b4e Jean Chalard2-40/+23
2014-03-04[IL119] Make fields private.•••Change-Id: Ia84d3e5a102e1056e3d7467be07df89390f17617 Jean Chalard1-3/+3
2014-03-04[IL118] Factorize a method•••If we can't get the right locale from the subtype switcher, we should fallback in all cases. Change-Id: I46a53a67927a793d9d3592a996a5a4392a36c6ff Jean Chalard1-1/+1
2014-03-04[IL117] Simplification•••Change-Id: Id4d4f30ecdc80dd59543f90fe2525f4bcc5afb9d Jean Chalard1-12/+12
2014-03-04Remove unused text resource keylabel_for_east_slavic_row1_12•••The text resource used in 10 inch tablet layout. This change also corrects {keylabel|more_keys}_for_east_slavic_row2_1 to _row2_2. Change-Id: I60d69af22f97c008449b8dccc7c84ae6a05fe0d8 Tadashi G. Takaoka8-228/+206
2014-03-04Remove unused MoreKeysPanel argument from Controller interface•••Bug: 13204690 Change-Id: Ife438e78d9bbbf796df20f95c2da7a4d50e5a035 Tadashi G. Takaoka4-17/+12