| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove flags from Java side.•••This simplifies the code quite a bit.
- GERMAN_UMLAUTS are now handled through a key-value attribute.
The dictionary generator does not need to know about it any more.
- FRENCH_LIGATURES are deprecated as we handle them with shortcuts now.
- CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied
regardless of this flag.
Bug: 11281748
Change-Id: If567e52e245a9342adc7f3104a0f7d8d782df8c1
|  Jean Chalard | 2013-12-13 | 1 | -2/+0 |
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master.
Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
|  Ken Wakasa | 2013-12-13 | 1 | -84/+83 |
* | Fix: Suggested words from user history are invalid.•••- Suggestions form user history can contain invalid words.
- isValidWord always returns false.
Bug: 11139426
Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270
|  Keisuke Kuroyanagi | 2013-10-22 | 1 | -9/+0 |
* | Set the shortcut frequency correctly.•••14 is the right value.
Bug: 11076722
Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f
|  Jean Chalard | 2013-10-07 | 1 | -3/+3 |
* | Fix UserHistoryDictionaryTests.•••Bug: 6669677
Bug: 10667710
Change-Id: I6cdc6a6c9cacc7f276fda3a26ec31e3eb928471c
|  Keisuke Kuroyanagi | 2013-10-03 | 1 | -0/+1 |
* | Try decaying user history at hourly intervals.•••Bug: 6669677
Change-Id: Ib465fa7e1a7f289a07843535ba89d0dd5259e803
|  Keisuke Kuroyanagi | 2013-10-02 | 1 | -0/+4 |
* | Implement simple dictionary decay.•••Groundwork and implement simple decay.
Increment probability when typed and decrement probability
at GC.
Bug: 6669677
Change-Id: Ib12caead0cbeef4ce7808fe8ac0b00ee331523fe
|  Keisuke Kuroyanagi | 2013-09-30 | 1 | -2/+9 |
* | Set header attributes for ExpandableBinaryDictionary.•••Bug: 6669677
Change-Id: I2462777eaa07600f1c774226adfc4f351882f523
|  Keisuke Kuroyanagi | 2013-09-28 | 1 | -3/+4 |
* | Create empty dictionary file in native code.•••Bug: 6669677
Change-Id: I46d23deee1fd091678f4593561cb8687eb815212
|  Keisuke Kuroyanagi | 2013-09-26 | 1 | -0/+231 |