aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Refactor currency and quotes keys testsTadashi G. Takaoka2014-03-119-172/+235
| | | | | | | | | | | | | | | | | | | | Bug: 13017434 Change-Id: I38dff3c8b9b28eff4397c7cdbad623fb43cbc312
* | | | Merge "Use isFirstCharUppercase instead of get first code point."Keisuke Kuroyanagi2014-03-103-4/+2
|\ \ \ \
| * | | | Use isFirstCharUppercase instead of get first code point.Keisuke Kuroyanagi2014-03-103-4/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I0a28305397bfc1e7218e16df00839781a74f5599
* | | | | Merge "Add getter methods for public member variables."Keisuke Kuroyanagi2014-03-104-10/+14
|\| | | |
| * | | | Add getter methods for public member variables.Keisuke Kuroyanagi2014-03-104-10/+14
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic6656bb3db6db992b37923db53816e0a73a7621f
* | | | | Merge "Move initialization logic for from DicNode to DicNodeState."Keisuke Kuroyanagi2014-03-102-14/+20
|\| | | |
| * | | | Move initialization logic for from DicNode to DicNodeState.Keisuke Kuroyanagi2014-03-102-14/+20
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic7075349e2e9c7f4ca707efa12ad1d24b49a2c87
* | | | | Merge "Remove unused member of DicNodeStatePrevWord."Keisuke Kuroyanagi2014-03-102-9/+3
|\| | | | | |/ / / |/| | |
| * | | Remove unused member of DicNodeStatePrevWord.Keisuke Kuroyanagi2014-03-102-9/+3
| | | | | | | | | | | | | | | | Change-Id: I265855da58e3a2e070e525e116ac0d18d1a10d18
* | | | Merge "Improve DicNode handling."Keisuke Kuroyanagi2014-03-108-45/+35
|\| | |
| * | | Improve DicNode handling.Keisuke Kuroyanagi2014-03-108-45/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Stop creating useless DicNode and DicNodeVector. - Remove useless virtual. - Implement copy constructor and assignment operator of DicNodeState. - Remove useless memset. Before: (0) 2266.21 (0.79%) (1) 285422.05 (98.97%) (2) 642.62 (0.22%) (66) 0.19 (0.00%) Total 288384.35 (sum of others 288331.07) After: (0) 2232.70 (0.86%) (1) 255258.50 (98.89%) (2) 585.73 (0.23%) (66) 0.26 (0.00%) Total 258126.46 (sum of others 258077.18) Change-Id: I0bb1e9de8b38a6743a11aaeb2b17bd0da5b7ad34
* | | | Merge "Fix unused text resources of keyboard layouts"Tadashi G. Takaoka2014-03-106-66/+51
|\ \ \ \
| * | | | Fix unused text resources of keyboard layoutsTadashi G. Takaoka2014-03-106-66/+51
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Icelandic keyboard has no nordic layout. Latvian, Lithuanian, and Slovak keyboards have duplicated N WITH ACUTE. No Language keyboard has duplicated letter a variants. Change-Id: Iaeacebc1f7efdb70294e6342e42232b73aed9398
* | | | Merge "Use emplace_back to push DicNode to vector."Keisuke Kuroyanagi2014-03-102-11/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Use emplace_back to push DicNode to vector.Keisuke Kuroyanagi2014-03-102-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: (0) 2234.43 (0.71%) (1) 310083.71 (99.07%) (2) 626.88 (0.20%) (66) 0.26 (0.00%) Total 312995.33 (sum of others 312945.28) After (0) 2266.21 (0.79%) (1) 285422.05 (98.97%) (2) 642.62 (0.22%) (66) 0.19 (0.00%) Total 288384.35 (sum of others 288331.07) Change-Id: I5ab98076c54d147ff7ec2a29280859f4558e24d0
* | | Fix unneeded u with diaeresis more key on Swedish keyboardTadashi G. Takaoka2014-03-102-5/+3
| | | | | | | | | | | | Change-Id: Ib4a17fa464899907616e76426e5df0d370a40f80
* | | Fix excessive more keys on Estonian keyboardTadashi G. Takaoka2014-03-102-4/+2
| | | | | | | | | | | | Change-Id: I6c2d5d123d519278a6ff0f12fece69ccbad1aad5
* | | Remove string-arrays that are getting in the wayKen Wakasa2014-03-0859-236/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Fix: dicttool build.Keisuke Kuroyanagi2014-03-074-3/+4
|/ / | | | | | | Change-Id: I5c3bcbe9f3054bdd1a760398fe11344e0e05ac6a
* | Merge "Move DictionaryOptions from FusionDictionary to FormatSpec."Keisuke Kuroyanagi2014-03-078-47/+48
|\ \
| * | Move DictionaryOptions from FusionDictionary to FormatSpec.Keisuke Kuroyanagi2014-03-068-47/+48
| | | | | | | | | | | | | | | | | | | | | Bug: 8187060 Bug:13035567 Change-Id: Id4f45e589521ae98c926a4c0607be10ce1a983f2
* | | Merge "Introduce SuggestionResults and use it for predictions."Keisuke Kuroyanagi2014-03-0710-109/+274
|\ \ \ | | |/ | |/|
| * | Introduce SuggestionResults and use it for predictions.Keisuke Kuroyanagi2014-03-0710-109/+274
| | | | | | | | | | | | | | | | | | Bug: 8187060 Bug: 13333066 Change-Id: I1ead897024508b7e40fbd93af7d14bfe74b93826
* | | Merge "Filter Spacer before keyboard layout test"Tadashi G. Takaoka2014-03-071-4/+15
|\ \ \ | |/ / |/| |
| * | Filter Spacer before keyboard layout testTadashi G. Takaoka2014-03-071-4/+15
| | | | | | | | | | | | | | | Bug: 13017434 Change-Id: I836d2f79a839ee77325535c08d7a59bb02b83c28
* | | 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