aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Stop new BigramDictionary.Keisuke Kuroyanagi2014-03-102-5/+4
| | | | | | BigramDictionary is allocated inside of Dictionary. Change-Id: If224b4c408403f43eb3d2e292c0e0ecb86429290
* Introduce SuggestionResults and use it for predictions.Keisuke Kuroyanagi2014-03-0710-109/+274
| | | | | | Bug: 8187060 Bug: 13333066 Change-Id: I1ead897024508b7e40fbd93af7d14bfe74b93826
* Merge "Separate WeightedString from FusionDictionary."Keisuke Kuroyanagi2014-03-0718-63/+68
|\
| * Separate WeightedString from FusionDictionary.Keisuke Kuroyanagi2014-03-0618-63/+68
| | | | | | | | | | | | Bug: 8187060 Change-Id: I40c1dafca3eb52244c64fdb4c1db30a56385d678
* | Merge "Use unique_ptr."Keisuke Kuroyanagi2014-03-0718-209/+125
|\ \
| * | Use unique_ptr.Keisuke Kuroyanagi2014-03-0718-209/+125
| | | | | | | | | | | | Change-Id: Id92a5b07da4f7f95e2cd293ce8dc1a5f979b7853
* | | Add en_US keyboard layout testTadashi G. Takaoka2014-03-072-0/+295
| | | | | | | | | | | | | | | Bug: 13017434 Change-Id: I3fb343721221ecae210bffcb3e83ce4f2df0d0ff
* | | Add QWERTY expected keyboard layoutsTadashi G. Takaoka2014-03-075-0/+564
| | | | | | | | | | | | | | | Bug: 13017434 Change-Id: Ia8a65b692521f0050f003e20712a5873a0b236b4
* | | Merge "Add ActualKeyboardBuilder for testing keyboard layouts"Tadashi G. Takaoka2014-03-072-0/+229
|\ \ \
| * | | Add ActualKeyboardBuilder for testing keyboard layoutsTadashi G. Takaoka2014-03-072-0/+229
| | | | | | | | | | | | | | | | | | | | Bug: 13017434 Change-Id: I38b1f5c261ea1f3ff312c780d7d9b5fe3fba8aaf
* | | | Address warnings pointed out by clangKen Wakasa2014-03-072-5/+2
| | | | | | | | | | | | | | | | Change-Id: I7943f6c7f9ba08f283a3116adc2af29495f04a21
* | | | Merge "Recover the dicttool build except for Mac"Ken Wakasa2014-03-073-3/+17
|\ \ \ \
| * | | | Recover the dicttool build except for MacKen Wakasa2014-03-073-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With a hack: Temporarily disable host tool build on Mac until the build system is ready for C++11. Change-Id: Ib412ba0d7fecc968cc09b4d8fde4e838bdc0618a
* | | | | Merge "Revert "Revert "Use std::min() and std::max()"""Keisuke Kuroyanagi2014-03-0717-46/+63
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "Revert "Use std::min() and std::max()""Keisuke Kuroyanagi2014-03-0717-46/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f63000abeabfaabde5c1ea2201d63d0c4850f1e2. Change-Id: I6056d176a13c6ecad38e658ab8778bd898291d02
* | | | | Merge "Fix AZERTY/tablet layout"Tadashi G. Takaoka2014-03-073-68/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix AZERTY/tablet layoutTadashi G. Takaoka2014-03-073-68/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13351429 Change-Id: I599627a78397e5bbae689c1aec3a3f11b72a834f
* | | | | Fix: point to line segment distance can be NaN.Keisuke Kuroyanagi2014-03-071-0/+4
| |_|/ / |/| | | | | | | | | | | Change-Id: I7db6bfea925a0eda82bfb1f7b5e1110b193dabdb
* | | | Merge "Use nullptr instead of 0 for pointers."Keisuke Kuroyanagi2014-03-0711-26/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | Use nullptr instead of 0 for pointers.Keisuke Kuroyanagi2014-03-0711-26/+28
| | | | | | | | | | | | | | | | Change-Id: Ic9425de07b896f940ca11c51968c637ebb897514
* | | | Merge "Revert "Use std::min() and std::max()""Ken Wakasa2014-03-0717-63/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "Use std::min() and std::max()"Ken Wakasa2014-03-0717-63/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This somehow breaks TRT. bug: 13350753 This reverts commit cf612a3abfd0cc244f8449db2cf11a0a7c680a2f. Change-Id: I812f067e7cc8106b054527732dc6fe4efd7cc0fe
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-03-061-1/+1
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2014-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7a730021b1c38c8ef7aa62b567a68a7cc478e516 Auto-generated-cl: translation import
* | | | | Merge "Use std::min() and std::max()"Ken Wakasa2014-03-0617-46/+63
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Use std::min() and std::max()Ken Wakasa2014-03-0617-46/+63
| | | | | | | | | | | | | | | | | | | | Change-Id: I2992fa16692ace2a6febedc4393812faf763638f
* | | | | Fix Mac SDK buildKen Wakasa2014-03-061-1/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | Temporary fix. Change-Id: I79c8c31e7b07776a048a16918008a942261e1115
* | | | Merge "Add ExpectedKeyboardBuilder for testing keyboard layouts"Tadashi G. Takaoka2014-03-062-0/+406
|\ \ \ \
| * | | | Add ExpectedKeyboardBuilder for testing keyboard layoutsTadashi G. Takaoka2014-03-062-0/+406
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13017434 Change-Id: I77ea2a60b1f3adf061689c68971d136ea5cf595e
* | | | | Use C++11 deleted functions to implement DISALLOW_ macrosYohei Yukawa2014-03-061-3/+3
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | With C++ deleted functions, compilers can generate more descriptive error messages when we are doing something disallowed. Change-Id: I48d23e5eced545732558e56f5ff9ff70c95a6ff0
* | | | Switch to C++11Ken Wakasa2014-03-064-19/+15
| | | | | | | | | | | | | | | | Change-Id: Ib2970327c36422d7b11103d52ba7e9e52db5554f
* | | | Merge "Add ExpectedKey for testing keyboard layouts"Tadashi G. Takaoka2014-03-063-0/+459
|\| | |
| * | | Add ExpectedKey for testing keyboard layoutsTadashi G. Takaoka2014-03-063-0/+459
| | | | | | | | | | | | | | | | | | | | Bug: 13017434 Change-Id: I1c3b2c9cd1b86bdd782fc522b83380ec112f863b
* | | | Merge "Fix: Bug of I39e905b6ddfc8d3."Keisuke Kuroyanagi2014-03-061-3/+6
|\ \ \ \
| * | | | Fix: Bug of I39e905b6ddfc8d3.Keisuke Kuroyanagi2014-03-061-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | primaryKey have to be the first elemnet of the proximities. Bug: 13315755 Change-Id: I6c94408a2ef2750fa85ff12b93bed8b8d874717e
* | | | | Merge "[IL124] Remove the KeyboardSwitcher arg to onCodeInput"Jean Chalard2014-03-062-18/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [IL124] Remove the KeyboardSwitcher arg to onCodeInputJean Chalard2014-03-062-18/+25
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I29ce4c82ea880a937b1c9e5daf494fcdbbdd1336
* | | | | Merge "Correctly update the suggestion strip on non-resumable word"Jean Chalard2014-03-061-1/+4
|\ \ \ \ \
| * | | | | Correctly update the suggestion strip on non-resumable wordJean Chalard2014-03-051-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13303965 Change-Id: Iedc5d38f70af76fbebb99e59a0d17c1e226c810d
* | | | | | Merge "Create suggest/core/result directory."Keisuke Kuroyanagi2014-03-064-3/+3
|\ \ \ \ \ \
| * | | | | | Create suggest/core/result directory.Keisuke Kuroyanagi2014-03-064-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8187060 Bug: 13333066 Change-Id: I185c93bd4542d997be101b61561a00d69111c00d
* | | | | | | Merge "Use BinaryDictionaryUtils to read dictionary header."Keisuke Kuroyanagi2014-03-067-57/+48
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Use BinaryDictionaryUtils to read dictionary header.Keisuke Kuroyanagi2014-03-057-57/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8187060 Bug:13035567 Change-Id: I90a5e0665c367f5a1bd786f4babf0d03e79e68fa
* | | | | | [IL123] Put the settings values inside the transactionJean Chalard2014-03-062-55/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge "[IL122] Put the code, x and y in the transaction"Jean Chalard2014-03-064-86/+94
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [IL122] Put the code, x and y in the transactionJean Chalard2014-03-064-86/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8636060 Change-Id: Icdf87995dedec410b54c306e8d312ba7ec25cea6
* | | | | | Merge "Remove unused text resource keylabel_for_east_slavic_row1_12"Tadashi G. Takaoka2014-03-068-228/+206
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Remove unused text resource keylabel_for_east_slavic_row1_12Tadashi G. Takaoka2014-03-048-228/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge "Fix: The top left key is a proximity of nonexistent keys."Keisuke Kuroyanagi2014-03-051-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix: The top left key is a proximity of nonexistent keys.Keisuke Kuroyanagi2014-03-051-0/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Bug: 13315755 Change-Id: I39e905b6ddfc8d3510c408a3bea853390a75d088