Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-09-16 | Support adding n-gram entry in structure policy.•••Bug: 14425059 Change-Id: Ia207d3c4735b1d6d43f18d18a70d28af613cb458 | 3 | -16/+7 | |
2014-09-16 | Update input checking logic for adding/removing n-gram.•••Bug: 14425059 Change-Id: Ifb4e3c3f06aaf9a16f632ff208ba76cf741cea83 | 3 | -20/+39 | |
2014-09-16 | Have mPrevWordCount in DicNodeProperties.•••Bug: 14425059 Change-Id: I5ce22bace4ec08d0da4e5c167288a742c4426c33 | 1 | -6/+11 | |
2014-09-14 | Support decaying dict in getWordProbability().•••Bug: 14425059 Change-Id: I24db3f9131c2999fc388035dc365c7faaef3bdb1 | 4 | -13/+18 | |
2014-09-14 | Use passed previous word count in PrevWordsInfo.•••Bug: 14425059 Change-Id: I04007bdacf0176a05be7a27ef1c20c5b851d8bed | 7 | -48/+67 | |
2014-09-11 | Use WordIdArrayView for prevWordIds.•••Bug: 14425059 Change-Id: Ia84fb997d89564e60111b46ca83bbfa3b187f316 | 20 | -138/+133 | |
2014-09-11 | Implement IntArrayView.copyToBuffer().•••Bug: 14425059 Change-Id: Ic1b7de72701eae0c0b1bb28d12514099446a66a9 | 2 | -1/+30 | |
2014-09-10 | Remove unigram probability from dicNode.•••Bug: 14425059 Change-Id: Ie848e8568bb4dbb1d8358e823a881d9157a1aad3 | 6 | -32/+11 | |
2014-09-10 | Quit using dicNode.getUnigramProbability().•••Bug: 14425059 Change-Id: I192070cc11e5d46c8413ebc19982d6a8c93577fc | 4 | -8/+16 | |
2014-09-10 | Use CodePointArrayView to create children DicNodes.•••Change-Id: Ie940b6595f3f3f804fbb8dd03c710ea062b75af3 | 6 | -13/+20 | |
2014-09-10 | Use WordAttributes for checking flags.•••Bug: 14425059 Change-Id: Idee84478a482a0e7b5cc53e5dbd4e2484584ba79 | 8 | -41/+22 | |
2014-09-10 | Introduce WordAttributes to get word probability and flags.•••Bug: 14425059 Change-Id: Iee11d038e0893d7ddd6c52447907f8c55fecb6a5 | 10 | -28/+116 | |
2014-09-10 | Use getProbabilityOfWordInContext for prediction.•••Bug: 14425059 Change-Id: I9d5c905a0adda3503c593bfbf0bb9af8d1686f5d | 2 | -8/+12 | |
2014-09-10 | Implement LanguageModelDictContent.getWordProbability().•••Bug: 14425059 Change-Id: I290a05cee6f341caa25fb222892505529cef1eb7 | 8 | -40/+95 | |
2014-09-10 | Enable personalization for multilingual users.•••Bug: 16547557 Change-Id: I03eda34edc902fc4732d16d234216344d8d84d88 | 5 | -18/+25 | |
2014-09-10 | Get locale using detected language for personalization.•••Bug: 16547557 Change-Id: If3d88a548e5a2255ff81c819b056f77bfbe237ae | 3 | -32/+208 | |
2014-09-10 | Move case and OOV detection logic into distracter filter.•••Bug: 16547557 Change-Id: I8502585976deb5e93fff3b1e0266654b8a927bda | 6 | -70/+130 | |
2014-09-10 | Add backspace event methods to StatsUtils•••Change-Id: Id45d217073e49ca5f2ba639b608d168d136bba58 | 2 | -0/+34 | |
2014-09-09 | Use MultiBigramMap in structure policy.•••Bug: 14425059 Change-Id: I4d78da4839ef177e0223e6e5bcf0ebd7315c3099 | 9 | -20/+82 | |
2014-09-09 | Keep aspect ratio of Material action key background•••Bug: 15681452 Change-Id: Ie4b823dca541b76b68cade580845a21ff0b21e2f | 9 | -26/+90 | |
2014-09-09 | Add FormatUtilsTest.•••Change-Id: I39ee1d18e0b70d9f4504d29a94cabc9354e4527e | 2 | -0/+98 | |
2014-09-09 | Rename probability to unigramProbability.•••Bug: 14425059 Change-Id: I6a204c3b8fb257d037ad95a1a455ae6fb89068fd | 7 | -21/+25 | |
2014-09-09 | Remove mHasChildrenPtNodes from DicNodeProperties.•••Bug: 14425059 Change-Id: I3a9511e7f7c3a722f9942f525530f04def5965da | 6 | -23/+13 | |
2014-09-08 | Fix a missing initialization•••Change-Id: I14a35f5a38b6e0f48c95cbb8c0c6e4507cd61fa7 | 1 | -0/+2 | |
2014-09-08 | Don't resume suggestions with H/W keyboard•••...unless we do support a hardware keyboard, which we still do not at the moment. Change-Id: Iec24b1ae8ba5e23e0bbb7e5a468b7404296d4b18 | 1 | -41/+72 | |
2014-09-08 | Fix the sentence separator for Hindi.•••Change-Id: I623e4ccbc324751eb67ec4bb777e2be5ae2a60d1 Bug: 17418371 | 5 | -7/+65 | |
2014-09-08 | Fix a bug where recorrection would stop on connectors•••Bug: 16733686 Change-Id: I7a9f79a81e33a1f5bf5f3daf0b78d0f1e4447e7a | 4 | -26/+54 | |
2014-09-08 | Mark isDefault="true" for all supported subtypes•••Bug: 17381393 Change-Id: I3a2852c76d6f3dda551529673e7d4e957ced53ca | 18 | -0/+432 | |
2014-09-08 | Follow up API signature changes of CursorAnchorInfo•••This is a follow up CL for Ic8c6fab58c01206872a34e7ee604cdda. No behavior change is intended in this CL. BUG: 17365414 BUG: 17335734 Change-Id: I4299536d0cb0c660b7b564653c72c9cb409a7aa5 | 2 | -13/+18 | |
2014-09-08 | Revert "Use right arrow for the commit indicator"•••This reverts commit 2412d9ae3c89db4fea8943cca884f0fb105795ef. Change-Id: Ie8090735850e2f2d075d0bdaf3ef628d866b5514 | 1 | -16/+10 | |
2014-09-08 | Fix a bug with the Greek question mark.•••Bug: 17398284 Change-Id: If49593e2c959935a183a4cd9d988407cc1160599 | 5 | -5/+67 | |
2014-09-08 | Implement Floating Action Button more keys keyboard•••Bug: 15681452 Change-Id: I8484e4fe4d989b391f2b5230836dc9dfac218429 | 10 | -3/+117 | |
2014-09-07 | Add StatsUtils.onPickSuggestionManually and SuggestedWords.indexOf.•••Change-Id: I1588448154d086569cb026825fdc36cd1812a582 | 3 | -0/+18 | |
2014-09-08 | Move more keys divider to MoreKeysKeyboardView•••Bug: 15681452 Change-Id: I1b32719cc927a24db4c41fdeb812b39f7e98a85c | 9 | -27/+49 | |
2014-09-05 | Resolve an old TODO.•••This is cleaner. Bug: 17347779 Change-Id: I5b612783b1ec98a1a11401f00d68db49654f3023 | 4 | -30/+37 | |
2014-09-05 | Remove DicNode.getPtNodePos().•••Bug: 14425059 Change-Id: If6e291d23e68342792febb85f8a576ce785b3845 | 6 | -36/+20 | |
2014-09-05 | Fix a bug where CAPS_WORDS would not be returned.•••Also introduce some unit tests that would have caught the bug. Bug: 17398284 Change-Id: Idb715b7bd2f70992d6cdf4e25ef368809382caef | 2 | -1/+14 | |
2014-09-05 | Refactor action label/icon definitions•••Bug: 15782668 Change-Id: Ibf1205d46e9293d516a56030ba10841128f57450 | 7 | -268/+292 | |
2014-09-05 | Create donottranslate debug settings string resources file•••This is a follow up of the I26e4d292de. Bug: 15678343 Bug: 17385083 Change-Id: I2c2b08b8dd991ac981aa8f8c8436de9e4399da5f | 4 | -41/+60 | |
2014-09-04 | Import translations. DO NOT MERGE•••Change-Id: I054d5673b4b3fcb9303e53c8409f3ba26226e335 Auto-generated-cl: translation import | 1 | -1/+1 | |
2014-09-04 | Import translations. DO NOT MERGE•••Change-Id: I33d3e1e6dc9695ef779be31952ba4126d5233df2 Auto-generated-cl: translation import | 73 | -1/+95 | |
2014-09-04 | Import translations. DO NOT MERGE•••Change-Id: I198c14a1374a0b61bf5aa3cdf013fca8260bc97f Auto-generated-cl: translation import | 73 | -2972/+1336 | |
2014-09-04 | Import translations. DO NOT MERGE•••Change-Id: I7fbf4df1000e05cbd5a12a95bd60d36b5eac14d9 Auto-generated-cl: translation import | 1 | -1/+1 | |
2014-09-04 | [ML4] Rename Dictionaries to DictionaryGroup•••We're going to have multiple DictionaryGroup objects and it would be very confusing to have this class name a plural. Change-Id: I8f5c621459ede49f245be26097fe71f44289761c | 1 | -54/+54 | |
2014-09-04 | Add HeaderReadWriteUtilsTest•••Change-Id: I08aeaa3e5852008874e38ed4799ab8989759e861 | 4 | -2/+82 | |
2014-09-04 | Update active key backgrounds•••Bug: 15681452 Change-Id: I05f06b35748d090a58f3524df719586093431d07 | 16 | -0/+0 | |
2014-09-04 | Add unit tests for enter key's more keys•••Bug: 15681452 Change-Id: I3070c46bb2c0cb8ccaae66eaea132b41c567e135 | 3 | -0/+380 | |
2014-09-03 | Add shared abstract test class for action label test•••Bug: 15681452 Change-Id: I0ad21e6979aed1b5c8c210399c4edfd5993adbdc | 3 | -154/+179 | |
2014-09-03 | Update spacebar background for Material•••Bug: 17318036 Change-Id: Iaa091b525433d56db9aca9e0301f3727ce392605 | 20 | -6/+6 | |
2014-09-03 | Add new value "spacebar" to Key.backgroundType attribute•••Bug: 17318036 Change-Id: Ie84438a6aa3adc14a9db603d0cd4d5e37a55d612 | 8 | -8/+32 |