Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix: NPE when initializing AOSP keyboard.•••Bug: 15677822 Change-Id: Ibebb215a08795482c0f1eef965db06af57558906 | 2014-06-17 | 1 | -3/+12 | |
* | Update suggestion strip when the contextual dict is updated.•••Bug: 14161647 Change-Id: Ic7d53464bd051bffc8c7f8d097325321fe0aaee7 | 2014-06-16 | 1 | -1/+2 | |
* | Merge "Contextual dictionary updater." | 2014-06-10 | 1 | -0/+36 | |
|\ | |||||
| * | Contextual dictionary updater.•••Bug: 14161647 Change-Id: I8106419678d5d26a4debec7bbef43af079c1ab18 | 2014-06-13 | 1 | -0/+36 | |
* | | Merge "Personalization dictionary updater." | 2014-06-10 | 1 | -14/+13 | |
|\| | |||||
| * | Personalization dictionary updater.•••Bug: 14161647 Change-Id: I7ab3d701525e9a19bc100aa577527e332bb2ad95 | 2014-06-13 | 1 | -14/+13 | |
* | | Merge "Enable Beginning-of-Sentence prediction for contextual dict." | 2014-06-10 | 1 | -0/+6 | |
|\ \ | |/ |/| | |||||
| * | Enable Beginning-of-Sentence prediction for contextual dict.•••Bug: 14161647 Bug: 14119293 Change-Id: I0c00f13966db88e4de85e245e7bced43c9d474b2 | 2014-06-12 | 1 | -0/+6 | |
* | | Fix: Wrong name for ContextualDictionary.•••Bug: 15557070 Change-Id: I5796df54a74c111d361da8c548e5597aba8e24d0 | 2014-06-11 | 1 | -1/+1 | |
|/ | |||||
* | Add prefix to the arguments of getDictionary().•••Bug: 13630847 Change-Id: Ib4513b8cb6981e01dd33fd9703cc01646a2c7ccc | 2014-06-10 | 3 | -3/+3 | |
* | Add Dictionary.isInDictionary().•••Bug: 13142176 Bug: 15428247 Change-Id: If2d1c1fea7a69e41809a828da8dd032211ad144e | 2014-06-09 | 3 | -12/+6 | |
* | Apply distracter filter for UserHistoryDictionary.•••Bug: 13142176 Change-Id: I67d63a5c789d7c587bcd7abacd26b2e76da11978 | 2014-05-27 | 1 | -3/+6 | |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef | 2014-05-24 | 3 | -12/+8 | |
* | Move distracter filter to dictionary facilitator.•••Bug: 13142176 Bug: 15094186 Change-Id: Ib9e42f8e25538009f3ba62cf1e034cae3f6823c7 | 2014-05-23 | 2 | -5/+39 | |
* | Have DictionaryFacilitator in LatinIME.•••Bug: 13142176 Bug: 15094186 Change-Id: I9da67352ff2abcd289fa5885389895ced878a413 | 2014-05-23 | 1 | -3/+3 | |
* | Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.•••Bug: 14119293 Bug: 14425059 Bug: 15102610 Change-Id: Ib482390f8d15b37d44a1a54e8c243a9eaec3f815 | 2014-05-21 | 1 | -12/+16 | |
* | Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."•••This reverts commit ff50b39176370ab80a33bfdcf9979603c08a88b3. Bug: 14119293 Bug: 14425059 Bug: 15102610 Change-Id: If278b4ab236e38d20d8cdc0761b0438911bd4ff9 | 2014-05-20 | 1 | -16/+12 | |
* | Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.•••Bug: 14119293 Bug: 14425059 Change-Id: I12e9ba977c153b514c6591ab52940712fd0874e3 | 2014-05-20 | 1 | -12/+16 | |
* | Fix: NPE when context.getFilesDir() returns null.•••Bug: 14517587 Change-Id: Ib99bea14eab3a25ddb5042527b757133734a6ba6 | 2014-05-15 | 1 | -4/+6 | |
* | Remove ContextualDictionary.haveContentsChanged().•••Change-Id: I7023ba4d9515dcad90e0a226f70936550c5241f4 | 2014-05-12 | 1 | -6/+1 | |
* | Merge "Add contextual dictionary to the dictionary facilitator." | 2014-05-12 | 1 | -0/+58 | |
|\ | |||||
| * | Add contextual dictionary to the dictionary facilitator.•••Bug: 14161647 Change-Id: I0e706b2abd0cb9f351e28681e275cd7f2fdbfd9c | 2014-05-01 | 1 | -0/+58 | |
* | | Merge "Check whether contacts have changed using hashCode()." | 2014-05-09 | 1 | -5/+0 | |
|\ \ | |||||
| * | | Check whether contacts have changed using hashCode().•••Bug: 13755213 Change-Id: Ie2f7b7f9dc8bd3fce395618877d9f234287dcb21 | 2014-05-08 | 1 | -5/+0 | |
| |/ | |||||
* / | Periodic GC for personalization dict.•••Change-Id: I1ef922684cbf1de10c45c66eb119c2343d194da3 | 2014-05-08 | 2 | -3/+2 | |
|/ | |||||
* | Use dictType to class map to create sub dicts.•••Bug: 13755213 Change-Id: I4dcd5684bc65f13361bf9c4f9d50b07b1e33c62d | 2014-05-01 | 2 | -0/+4 | |
* | Create factory methods for sub dicts.•••Bug: 13755213 Change-Id: I046af54b4860d2839328f2089ea785d81d04cf43 | 2014-05-01 | 2 | -9/+11 | |
* | Simplify DictionaryFacilitatorForSuggest.•••Bug: 13755213 Change-Id: I9663d1d60fccd8deb1a22683fb06fe64dee06b45 | 2014-05-01 | 1 | -16/+0 | |
* | Merge "Prepare to implement distracter filter" | 2014-04-25 | 1 | -2/+5 | |
|\ | |||||
| * | Prepare to implement distracter filter•••It was implemented according to the Plan B in the design doc: http://go/ime-misspelling-filter This CL is to create a DistracterFilter instance and pass it to PersonalizationDictionarySessionRegistrar. This patch should be checked in together with Id633b4fd45693 Bug: 13142176 Change-Id: Ia4957e64218c9619fcf9bb91795a187617c72a2e | 2014-04-25 | 1 | -2/+5 | |
* | | Handle personalization dictionary as an ExpandableBinaryDictionary.•••Bug: 13755213 Change-Id: I26e070e89e09b37e9dcc200d597c74c591467a66 | 2014-04-24 | 1 | -12/+0 | |
* | | Handle user history dictionary as an ExpandableBinaryDictionary.•••Bug: 13755213 Change-Id: I1ea8a6df007af7153852f2d32bf5e8ec669c432b | 2014-04-24 | 2 | -36/+30 | |
* | | Remove clearAndFlushDictionary() and use clear().•••clearAndFlushDictionary() was needed when dictionaries are constructed in java side. All expandable dictionaries now use native code; thus, this method is same to clear() and no longer needed. Bug: 13755213 Change-Id: Ifd836e64f8ff807930f7cd2319b103b65e8fce70 | 2014-04-24 | 2 | -10/+2 | |
|/ | |||||
* | Always close binary dicts for personalized dicts.•••Bug: 10923130 Bug: 13664080 Change-Id: Ib247c775194a03462387994cd832b1650bfd1915 | 2014-04-03 | 1 | -1/+1 | |
* | Remove unused method.•••Change-Id: Iefb75136080e73c357511df045816f18cec767a6 | 2014-03-27 | 1 | -5/+0 | |
* | Merge "Use dynamic operations to construct all ver4 dicts." | 2014-02-28 | 1 | -14/+6 | |
|\ | |||||
| * | Use dynamic operations to construct all ver4 dicts.•••Bug: 8187060 Bug: 13127350 Change-Id: I081ee904c41898128efa8ba7a1bf3fa0a46c6231 | 2014-02-27 | 1 | -14/+6 | |
* | | Added a method and run GC for testing.•••Bug: 13231889 Change-Id: If64b7422967c3e4107c845072b64a7bb26a35f7e | 2014-02-28 | 3 | -11/+34 | |
|/ | |||||
* | Add a method to create dict with additional attributes.•••Bug: 13197276 Change-Id: I80311a51d9e98bfeb8c0dd9cd4adde93af366d54 | 2014-02-26 | 1 | -1/+12 | |
* | Disconnect app data search client after fetching all data.•••Bug: 13138201 Change-Id: Ibaa3c2c22a4fe44ea23e92ce8576141bbad09b12 | 2014-02-24 | 1 | -0/+5 | |
* | Remove personalization dicts for multilingual users.•••Bug: 13067743 Change-Id: I1f50cb137b6054dc9442237586b70fc0aa2bf427 | 2014-02-19 | 1 | -3/+6 | |
* | Fix UserHistoryDictionaryTests•••Change-Id: I5f2f555f9c3f471545921ef80e4cf528976be837 | 2014-02-13 | 1 | -3/+2 | |
* | Refactor dictionary constructor•••This change must be checked in together with I3923d5af2a. Bug: 12994268 Change-Id: I19de6efbdfa3b6c6c69a20a836e53962fd5737de | 2014-02-13 | 3 | -29/+12 | |
* | Stop considering personalization dicts outputs as words•••Bug: 12800726 Bug: 12798403 Change-Id: I6d60f9ad39761757f8a64533f40d6441f3a36410 | 2014-02-05 | 2 | -0/+12 | |
* | Separate header class from FormatSpec.•••Bug: 12810574 Change-Id: Iacf1cd05a268bf690ab864b5e32a18a4b0ccc693 | 2014-02-04 | 1 | -8/+8 | |
* | Make dumpAllWordsForDebug() use getNextWordProperty().•••Bug: 11736680 Bug: 12810574 Change-Id: I32a388e23ee7da5d7291e88a46c90b61d2f25dee | 2014-02-04 | 2 | -188/+0 | |
* | [HD03] Straighten out attribute key names in Java.•••Bug: 11281748 Change-Id: I1d813bdacd45bcfd9c4cc73ac1d67c5c89854e86 | 2014-01-31 | 1 | -5/+5 | |
* | Make contacts dict and user dict version 4.•••Bug: 12515251 Change-Id: I0b332e03b9102957bffaea56d4de17b9ee3cef23 | 2014-01-17 | 1 | -7/+0 | |
* | Update personalization dict via dictionary facilitator.•••Change-Id: I512c41e12d8d31f03b5df6ad03bf7711611c80f5 | 2014-01-15 | 3 | -108/+0 | |
* | Move LanguageModelParams class to utility package•••This change must be checked in together with Ic82d951237. Change-Id: I2ab451330f85a0147563b805682f26edecb71a29 | 2014-01-15 | 2 | -2/+2 |