Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the shortcut frequency correctly.•••14 is the right value. Bug: 11076722 Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f | 2013-10-07 | 2 | -5/+11 | |
* | Fix UserHistoryDictionaryTests.•••Bug: 6669677 Bug: 10667710 Change-Id: I6cdc6a6c9cacc7f276fda3a26ec31e3eb928471c | 2013-10-03 | 1 | -0/+1 | |
* | Try decaying user history at hourly intervals.•••Bug: 6669677 Change-Id: Ib465fa7e1a7f289a07843535ba89d0dd5259e803 | 2013-10-02 | 3 | -1/+82 | |
* | Implement simple dictionary decay.•••Groundwork and implement simple decay. Increment probability when typed and decrement probability at GC. Bug: 6669677 Change-Id: Ib12caead0cbeef4ce7808fe8ac0b00ee331523fe | 2013-09-30 | 1 | -2/+9 | |
* | Merge "Set header attributes for ExpandableBinaryDictionary." | 2013-09-29 | 5 | -20/+19 | |
|\ | |||||
| * | Set header attributes for ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I2462777eaa07600f1c774226adfc4f351882f523 | 2013-09-28 | 5 | -20/+19 | |
* | | Fix PrioritizedSerialExecutor.•••It was possible that fetchNextTasks() would be called by multiple threads concurrently. If it happens, some tasks in the task queues might be ignored. Change-Id: Idc81c43c45e382da3850cc55b9a42c281548d2a8 | 2013-09-27 | 1 | -4/+4 | |
|/ | |||||
* | Create empty dictionary file in native code.•••Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212 | 2013-09-26 | 5 | -17/+32 | |
* | Quit using ExpandableDictionary.•••Bug: 6669677 Change-Id: Ie90417fa9b726454fe729a665fcd549efabb9e94 | 2013-09-24 | 1 | -5/+5 | |
* | Low memory mode in UserHistory•••Bug: 8967766 Change-Id: Id40f54f4d9f43d1f796377983a5fc0ca3417e133 | 2013-09-24 | 1 | -7/+24 | |
* | Add getDictDecoder.•••Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4 | 2013-09-12 | 1 | -7/+9 | |
* | Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.•••Change-Id: I003b769e408ebd692085a7e17fed6d9396876202 | 2013-09-10 | 2 | -2/+2 | |
* | Check contents in user history dictionary tests•••Bug: 10667710 Change-Id: I45ebb08cb4ef9a9f6d2da31e2c50e740f88209c2 | 2013-09-09 | 3 | -6/+11 | |
* | Pass additionalFeaturesOptions for getSuggestions().•••This fixes null pointer exceptions that are caused when getSuggestion() is called from spell checker. Change-Id: Ifc9e7abb900e1a4646e33c91022effde439673e4 | 2013-08-28 | 1 | -2/+2 | |
* | Fix: Wrong file name for dynamic prediction dictionary.•••Bug: 6669677 Change-Id: Id6f06a7423600d3f0604fab43d855826c20d0545 | 2013-08-28 | 1 | -1/+1 | |
* | Make DynamicPred...Base extend ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I06afad35d3eb73510c34d10cd4116f5bcf934f7c | 2013-08-26 | 6 | -258/+64 | |
* | Introduce DynamicDictionaryWriter for dynamic dictionary.•••Bug: 6669677 Change-Id: Ifcbeb88b908f2301ac062b411a95c8b38d24b90e | 2013-08-23 | 1 | -0/+159 | |
* | Add DictDecoder.readDictionaryBinary.•••Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4 | 2013-08-23 | 1 | -4/+6 | |
* | Refactor personalization dictionary•••Bug: 9429906 Change-Id: I1fa4b045b21687e96de101a97e9593b0884d626f | 2013-08-23 | 2 | -9/+7 | |
* | Register personalization dictionary•••Bug: 9429906 Change-Id: Ic754dd8da67446dfb1ebf44aa3d5ab0804298ca0 | 2013-08-22 | 4 | -21/+84 | |
* | Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.•••Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f | 2013-08-22 | 1 | -18/+4 | |
* | Merge "Fix build" | 2013-08-21 | 1 | -2/+0 | |
|\ | |||||
| * | Fix build•••Change-Id: I0c0be463552a37cecfb9a403e0723b1799fb8120 | 2013-08-21 | 1 | -2/+0 | |
* | | Merge "Add onDestroy to PersonalizationDictionarySessionRegister" | 2013-08-21 | 1 | -0/+5 | |
|\| | |||||
| * | Add onDestroy to PersonalizationDictionarySessionRegister•••Bug: 9429906 Change-Id: Ibf8efd7302da2c27ac59e62b0393f1eec03dc136 | 2013-08-21 | 1 | -0/+5 | |
* | | Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832 | 2013-08-20 | 1 | -3/+3 | |
|/ | |||||
* | Add a functionality to clear and flush prediction dictionary•••Bug: 9429906 Change-Id: I84ec444e9d46a0080dc3450b8ab32bfb99407cfe | 2013-08-20 | 2 | -0/+21 | |
* | [Refactor] Rename BinaryDictReader and BinaryDictDecoder.•••BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37 | 2013-08-19 | 1 | -3/+3 | |
* | Consolidate onDictionaryClosed•••Bug: 9429906 Change-Id: I51eef4c321cc268eac1c8dfd6561ab6e716a1fb0 | 2013-08-19 | 2 | -4/+5 | |
* | Rename Personalization dictionary register functions•••Bug: 9429906 Change-Id: Ibdce8db61ab6cc5922765e7ed8b7f2c718759de8 | 2013-08-19 | 1 | -0/+7 | |
* | Merge "Prepare ExpandableBinaryDictionary to make it updatable" | 2013-08-19 | 1 | -1/+3 | |
|\ | |||||
| * | Prepare ExpandableBinaryDictionary to make it updatable•••Bug: 6669677 Change-Id: Iaa6100f58de78d104e19c7a3c41d67e7826264f9 | 2013-08-16 | 1 | -1/+3 | |
* | | Fix unit test.•••Change-Id: Ib104d5de71c2ab1a07921b407c74c21b0409d9af | 2013-08-19 | 2 | -2/+4 | |
* | | Limit the number of waiting UpdateBinaryTask to at most 1.•••Change-Id: Ia588d8f29ab58983ea5321ff8c63ad273c33eab3 | 2013-08-16 | 2 | -2/+15 | |
* | | Add hex string utils•••Bug: 9429906 Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e | 2013-08-16 | 1 | -0/+3 | |
|/ | |||||
* | tiny refactor•••Change-Id: I776432b6c41cf8dee71fbd1565a6f3da9d762f9e | 2013-08-15 | 1 | -2/+2 | |
* | Add a method to import one bigram and string utilities•••Bug: 9429906 Change-Id: I73bbf65985196d62470552c576bb076a7cb95008 | 2013-08-14 | 1 | -1/+11 | |
* | Add BinaryDictReader.•••Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143 | 2013-08-13 | 1 | -16/+5 | |
* | Call onDictionaryReady•••Bug: 9429906 Change-Id: Ifc538b38b7d37469aecccd32a7e3f95a90558be7 | 2013-08-13 | 1 | -0/+1 | |
* | Add PersionalizationDictionaryRegister•••Bug: 9429906 Change-Id: Ibd4d5cedb371c0b4ee1342a3e6d221c9e34c2402 | 2013-08-12 | 4 | -9/+58 | |
* | Fix to follow the field naming conventions.•••Change-Id: I9b41b5f34e93a3f291a352cd85c5ac257beaa9ab | 2013-08-08 | 1 | -3/+3 | |
* | Add a session for the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I361ab380edeee5a8a8b364df3f9f4ab202b79105 | 2013-08-07 | 5 | -28/+91 | |
* | Connect the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I9c9f3ed7699f74339ad92be6dcddb8a52c377545 | 2013-08-01 | 1 | -6/+33 | |
* | Add the personalization prediction dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I0663de025405b2c92eebd528339b82baec97e2ce | 2013-07-31 | 1 | -0/+36 | |
* | Refactor the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I9f094bc5a6ce4652e310e090f1536e43f1f24ad1 | 2013-07-31 | 2 | -17/+15 | |
* | Refactor the user history dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: If53bc3220627802d82ab7c396d0aabdb658573fa | 2013-07-31 | 2 | -26/+35 | |
* | Refactor on the user history dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I1a2bfe96e18119d30a72290aa48746f77a021018 | 2013-07-31 | 6 | -414/+406 | |
* | Fix some warnings•••Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd | 2013-07-31 | 2 | -4/+4 | |
* | Add personalization dictionary helper•••Bug: 9429906 Bug: 4192129 Change-Id: Ic618b0b09a54ed46b20633bd4c1c570d4ac775af | 2013-07-29 | 2 | -26/+55 | |
* | Add a place holder of the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: Ieacd0559e0bf286c5933e9dba716289303f533d6 | 2013-07-26 | 4 | -1/+129 |