Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix newline string resource•••The newline string resource "\n" doesn't work off-device simulation. Bug: 12623502 Change-Id: I3ad63d8afe50be174493d43f00f7191062c87cb7 | 2014-01-20 | 4 | -4/+4 | |
* | Merge "Refactor logic to retrieve relevant suggestions a bit" | 2014-01-20 | 2 | -23/+18 | |
|\ | |||||
| * | Refactor logic to retrieve relevant suggestions a bit•••Change-Id: Ic7d2cbb2c1b2deaa4e735484bdc7413c0b3b1939 | 2014-01-20 | 2 | -23/+18 | |
* | | Add SpacingAndPunctuationsTests•••Change-Id: I78d488ad84a11af809ee1f8d3d2fa01a89fbfa28 | 2014-01-20 | 3 | -15/+424 | |
|/ | |||||
* | Merge "Fix unit tests by adding @UsedForTesting" | 2014-01-19 | 1 | -0/+4 | |
|\ | |||||
| * | Fix unit tests by adding @UsedForTesting•••Change-Id: I2d2d226e21a46239077394ab09db88a4bd563460 | 2014-01-19 | 1 | -0/+4 | |
* | | Merge "Make contacts dict and user dict version 4." | 2014-01-17 | 4 | -32/+14 | |
|\| | |||||
| * | Make contacts dict and user dict version 4.•••Bug: 12515251 Change-Id: I0b332e03b9102957bffaea56d4de17b9ee3cef23 | 2014-01-17 | 4 | -32/+14 | |
* | | Refactor RichInputConnection a bit•••Change-Id: I866488a47ca04ca587e805663dfd597bb7b1ebce | 2014-01-17 | 2 | -32/+32 | |
* | | Merge "Fix a bug specific to German capitalization." | 2014-01-17 | 4 | -1/+33 | |
|\ \ | |||||
| * | | Fix a bug specific to German capitalization.•••Bug: 9663105 Change-Id: Ib68ee4edb135e96dfca229c1ccce308e7e638bdd | 2014-01-17 | 4 | -1/+33 | |
* | | | Merge "[IL60] Make InputLogicHandler package private" | 2014-01-16 | 1 | -2/+1 | |
|\ \ \ | |||||
| * | | | [IL60] Make InputLogicHandler package private•••Yay Bug: 8636060 Change-Id: Iad9c3804504635094e861999198f4baf70e61955 | 2014-01-17 | 1 | -2/+1 | |
* | | | | Merge "[IL59] Rename a method" | 2014-01-16 | 2 | -2/+2 | |
|\| | | | |||||
| * | | | [IL59] Rename a method•••Um... this is not async ? Remove that from the name Bug: 8636060 Change-Id: Ida5f9bd6929eae75103eb2e3fb866ed7468af806 | 2014-01-17 | 2 | -2/+2 | |
* | | | | Merge "[IL58] Simplification" | 2014-01-16 | 2 | -7/+5 | |
|\| | | | |_|/ |/| | | |||||
| * | | [IL58] Simplification•••No need to test multiple times for this. Let's just never do useless stuff, and only test for that once. Bug: 8636060 Change-Id: I50a9e4da769fbec44fbb12eedfed03aad924cc2c | 2014-01-17 | 2 | -7/+5 | |
* | | | Merge "Add a dedicated method to control time in native code." | 2014-01-16 | 6 | -82/+69 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Add a dedicated method to control time in native code.•••Bug: 12443085 Change-Id: I41a5cf6c895cb59e54af98b40efded36afcd3247 | 2014-01-15 | 6 | -82/+69 | |
* | | | Fix checkbuild breakage on dicttool•••This CL fix the checkbuild build, though I'm not sure it can create working dicttool or not. Change-Id: I5aec34a0f72441c75ac48184c0550b8e0fc40634 | 2014-01-17 | 1 | -0/+20 | |
* | | | Merge "Update personalization dict via dictionary facilitator." | 2014-01-16 | 4 | -108/+27 | |
|\ \ \ | |||||
| * | | | Update personalization dict via dictionary facilitator.•••Change-Id: I512c41e12d8d31f03b5df6ad03bf7711611c80f5 | 2014-01-15 | 4 | -108/+27 | |
| |/ / | |||||
* | | | Merge "Import translations. DO NOT MERGE" | 2014-01-16 | 55 | -110/+178 | |
|\ \ \ | |||||
| * | | | Import translations. DO NOT MERGE•••Change-Id: I9d276ae4391f209e2db3a080b3221e5a8aa59938 Auto-generated-cl: translation import | 2014-01-15 | 55 | -110/+178 | |
* | | | | Merge "[IL57] Don't require a main dict suggestion." | 2014-01-15 | 1 | -12/+0 | |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | [IL57] Don't require a main dict suggestion.•••This is bad for recorrection (it will ignore recorrection suggestions). But if you think about it well, if you didn't have a main dict, then you probably will compute the same stuff anyway. It's not useful to make this check at all. Bug: 12297051 Change-Id: I6d6cf4d9353b7c668c5413c67701563b243e585c | 2014-01-16 | 1 | -12/+0 | |
* | | | | Merge "[IL56] Don't erase suggestions when reverting a commit." | 2014-01-15 | 4 | -21/+50 | |
|\| | | | |/ / |/| | | |||||
| * | | [IL56] Don't erase suggestions when reverting a commit.•••Bug: 12297051 Change-Id: Iffa1c98b8fe2b816c3ac6bc171037288107f637d | 2014-01-16 | 4 | -21/+50 | |
| |/ | |||||
* | | Fix native method signature•••Change-Id: Ia2d566f162f746c6b2b2b874f7278d86abd9e839 | 2014-01-15 | 2 | -2/+4 | |
* | | Refactor LanguageModelParam class a bit•••This change must be checked in together with I9ecfd1adc1. Change-Id: I26f8c17d6347b75dba6abb3d73239f4052327dae | 2014-01-15 | 1 | -0/+113 | |
* | | Make final Locale field public•••This change must be checked in together with Id9382498a8. Change-Id: I804d78969bccf8bdc224477bd64c8ac12c1ab0d6 | 2014-01-15 | 1 | -1/+1 | |
* | | Consolidate LanguageModelParam constructors•••Change-Id: I142651d1f268456a5901da524cbe55d315f76d28 | 2014-01-15 | 1 | -11/+2 | |
* | | Move LanguageModelParams class to utility package•••This change must be checked in together with Ic82d951237. Change-Id: I2ab451330f85a0147563b805682f26edecb71a29 | 2014-01-15 | 6 | -49/+70 | |
* | | Merge "Revert "Disable Nepali layouts temporarily per product call"" | 2014-01-15 | 4 | -4/+290 | |
|\ \ | |||||
| * | | Revert "Disable Nepali layouts temporarily per product call"•••This reverts Id58cdf117d. This also partially reverts I99be3d54d3. This change must be checked in together with Ied923ed80b. Bug: 6910787 Change-Id: Icdeee1b93a6b626b43fefc06d3bb3fe40d2e056b | 2014-01-15 | 4 | -4/+290 | |
| |/ | |||||
* | | Merge "Revert "Remove Azerbaijani subtype"" | 2014-01-15 | 4 | -3/+290 | |
|\ \ | |||||
| * | | Revert "Remove Azerbaijani subtype"•••This reverts I0d2a98dffe. This also partially reverts I99be3d54d3. This change must be checked in together with Ibf49c89832. Bug: 7963448 Change-Id: Idbb3e1ac9f4e067a0051f618946a345632102fb3 | 2014-01-15 | 4 | -3/+290 | |
| |/ | |||||
* | | Merge "Fix native crash in BigramDictionary::addWordBigram()" | 2014-01-15 | 1 | -4/+10 | |
|\ \ | |||||
| * | | Fix native crash in BigramDictionary::addWordBigram()•••Bug: 12479653 Change-Id: I7d263f744f711202000524a47769dc2d3d0e0de6 | 2014-01-14 | 1 | -4/+10 | |
| |/ | |||||
* / | Fix flaky unit test.•••Change-Id: I8df0f9a0398b29f679844f256ad84f09ebcea8ee | 2014-01-14 | 2 | -1/+4 | |
|/ | |||||
* | Merge "Revert "Revert "Disable Nepali layouts temporarily per product call""" | 2014-01-14 | 4 | -297/+4 | |
|\ | |||||
| * | Revert "Revert "Disable Nepali layouts temporarily per product call""•••This reverts commit 93fdfc110bc5759bd34b40545335490dcbc00ee9. Change-Id: Ibe7bfa07aa2437701794209c16f017a88cd166b4 | 2014-01-14 | 4 | -297/+4 | |
* | | Merge "Revert "Revert "Remove Azerbaijani subtype""" | 2014-01-14 | 4 | -297/+3 | |
|\ \ | |||||
| * | | Revert "Revert "Remove Azerbaijani subtype""•••This reverts commit 50e15413daa8bf02d589bf298ba4b0267de0743b. Change-Id: I10c83ac4bf987d20a536e9b03d4c584f54a55789 | 2014-01-14 | 4 | -297/+3 | |
* | | | Merge "Revert "Disable Nepali layouts temporarily per product call"" | 2014-01-14 | 4 | -4/+297 | |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Revert "Disable Nepali layouts temporarily per product call"•••This reverts Id58cdf117d. This also partially reverts I456268b68f. This change must be checked in together with I4d5c8ffa45. Bug: 6910787 Change-Id: I59ba69f1b14164edea8eddf3784554a29a97e9b3 | 2014-01-14 | 4 | -4/+297 | |
* | | Revert "Remove Azerbaijani subtype"•••This reverts I0d2a98dffe. This also partially reverts I99be3d54d3. This change must be checked in together with If2d081729b. Bug: 7963448 Change-Id: Ibb6efecf59ad4ca00774eca64f2f073bf95010aa | 2014-01-14 | 4 | -3/+297 | |
|/ | |||||
* | Merge "Move phrase gesture related string resources to AOSP" | 2014-01-14 | 57 | -0/+116 | |
|\ | |||||
| * | Move phrase gesture related string resources to AOSP•••This change must be checked in together with Ica8fc5135. Change-Id: I288d7083391954f1266a9b77ee4ffc0bc9d4229d | 2014-01-14 | 57 | -0/+116 | |
* | | Pass time stamp to addToUserHistory method as an argument•••Bug: 12179576 Change-Id: I93037ee2aa7c0432400fe2f93fb60d2e60f70f5f | 2014-01-14 | 2 | -13/+14 | |
|/ |