| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Add waitAllTasksForTests for testing." |  Keisuke Kuroyanagi | 2013-12-12 | 1 | -20/+7 |
|\ |
|
| * | Add waitAllTasksForTests for testing.•••Bug: 10667710
Change-Id: I7a189e32286a6005393fbde8da736541ca9226a8
|  Keisuke Kuroyanagi | 2013-12-12 | 1 | -20/+7 |
* | | 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: I55a11ba61d3589c1584a3fa6c941374b349b7b5c
|  Jean Chalard | 2013-12-12 | 6 | -82/+39 |
|/ |
|
* | Quit passing header file path to native.•••Bug: 12089197
Change-Id: Ia898f8d2836c0c131a1834dc0a396d9121ecb972
|  Keisuke Kuroyanagi | 2013-12-12 | 3 | -13/+13 |
* | Remove dependency from StringUtils to Json•••Change-Id: I2a89497fb9ec12a37ba09f4598742e88f6700576
|  Jean Chalard | 2013-12-12 | 1 | -4/+4 |
* | Create ver4 dictionary files with the dictionary name.•••Bug: 12025402
Change-Id: Ia0bb13b2e26aa60a67dff73f3f6a1e276f1bb1dd
|  Keisuke Kuroyanagi | 2013-12-11 | 3 | -11/+9 |
* | Fix typos.•••One of these cost me a day and a half searching for a bug :(
Change-Id: I20f0b727f7c02e2754aaaf6a05b74c9cf9e6375e
|  Jean Chalard | 2013-12-11 | 1 | -3/+3 |
* | Split the header into a separate file.•••Bug: 11281748
Change-Id: Ia2490d18bf159990310e10ed45fb6b3a0dee1c5f
|  Jean Chalard | 2013-12-11 | 5 | -18/+22 |
* | Discard useless bigrams when overflowing.•••Bug: 11734037
Change-Id: I339999dffc1902f62e0a6706d969c8f410bb656f
|  Keisuke Kuroyanagi | 2013-12-10 | 1 | -0/+79 |
* | Discard useless unigrams when overflowing.•••Bug: 11734037
Change-Id: I5f991dd1f8fa79fd0c442be323d20c76b47ae22e
|  Keisuke Kuroyanagi | 2013-12-10 | 1 | -0/+60 |
* | Start using historical info for decaying.•••Bug: 11073222
Change-Id: Iad5f42d7268939df35589c4900bf6f4425adaa3f
|  Keisuke Kuroyanagi | 2013-12-10 | 1 | -21/+42 |
* | Merge "Support current time controlling for testing." |  Keisuke Kuroyanagi | 2013-12-09 | 1 | -1/+44 |
|\ |
|
| * | Support current time controlling for testing.•••Bug: 11073222
Change-Id: I8a0e96ea6711f1f1165209873d8d6a2a77008541
|  Keisuke Kuroyanagi | 2013-12-09 | 1 | -1/+44 |
* | | Use FormatSpec.VERSION4 instead of 4 for unit tests.•••Bug: 10197478
Change-Id: I330bfa3f45b9e282b49ccde7868d49676506f268
|  Keisuke Kuroyanagi | 2013-12-09 | 2 | -23/+23 |
* | | Create dictionary with historical info for testing.•••Bug: 11073222
Change-Id: I3573badceaceb9f4660884a4b23c337c63103701
|  Keisuke Kuroyanagi | 2013-12-09 | 1 | -0/+2 |
|/ |
|
* | Start to support adding shortcuts.•••Bug: 11073222
Bug: 11956652
Change-Id: Iea81603a140697594cfea4f4939e82cd1d3963ca
|  Keisuke Kuroyanagi | 2013-12-09 | 1 | -1/+130 |
* | Merge "Add a jni method to fetch unigram information." |  Keisuke Kuroyanagi | 2013-12-06 | 1 | -0/+49 |
|\ |
|
| * | Add a jni method to fetch unigram information.•••Bug: 11956652
Change-Id: I59f1823bbc0146f6d2f34cbed8166bb6de197208
|  Keisuke Kuroyanagi | 2013-12-06 | 1 | -0/+49 |
* | | Return null if "!text/" reference is an empty text•••Change-Id: I01826f3e09527348fb4cba3302a9394ff34f424a
|  Tadashi G. Takaoka | 2013-12-06 | 1 | -0/+10 |
|/ |
|
* | Quit using obsolete methods for testing.•••Bug: 11073222
Change-Id: I77c99fbea2f255dbfddb646b6e12bee574647eca
|  Keisuke Kuroyanagi | 2013-12-04 | 2 | -92/+120 |
* | Start passing timestamp for dynamic dictionaries.•••Bug: 11073222
Change-Id: I89e1277f734d5959e33d61e7e9e7048084b9007a
|  Keisuke Kuroyanagi | 2013-12-04 | 2 | -3/+5 |
* | Add required header attributes for user/contacts dictionary.•••Bug: 11973488
Change-Id: I91ef720a24633aec0f4e81cd4f7c49c749805c49
|  Keisuke Kuroyanagi | 2013-12-03 | 1 | -6/+7 |
* | Purge Ver3 dictionary writing in native code.•••Bug: 11073222
Change-Id: Iccedd618970b270a1e4178cfb178cd87c8208f3d
|  Keisuke Kuroyanagi | 2013-12-02 | 2 | -57/+2 |
* | Fix some more tests•••Bug: 11960453
Bug: 11954718
Change-Id: I71e98cc6ab30cc89e921e9ef578d7f6366049d01
|  Jean Chalard | 2013-12-02 | 2 | -7/+15 |
* | Merge "Quit recording LastUserHistoryWriteTime." |  Keisuke Kuroyanagi | 2013-12-02 | 1 | -11/+3 |
|\ |
|
| * | Quit recording LastUserHistoryWriteTime.•••Change-Id: I0f2b408b4976d8119c932654e23836803d42c568
|  Keisuke Kuroyanagi | 2013-12-02 | 1 | -11/+3 |
* | | Fix tests.•••This fixes a few bugs that became apparent with the
reinstating of a test.
Bug: 11954718
Change-Id: I1127bc3180f856566429f40d14c944e6f0007e09
|  Jean Chalard | 2013-12-02 | 3 | -11/+12 |
|/ |
|
* | Fix auto-detection of format 4.•••Bug: 11073222
Change-Id: I76e47d0399cf43fc3cc18cb1252f166be86b9a69
|  Jean Chalard | 2013-11-29 | 3 | -30/+26 |
* | Add parameter descriptions•••Change-Id: Ib4b883abbf7828cf042329523933190d05447564
|  Jean Chalard | 2013-11-28 | 1 | -10/+17 |
* | Change the timing of reading the previous word.•••Bug: 11328842
Change-Id: I08229e895fc34403932648b9b931583d965f0e01
|  Jean Chalard | 2013-11-28 | 1 | -10/+29 |
* | Fix getNthPreviousWord.•••This should take into accounts word connectors.
Change-Id: Ic7fa5c837cd65a43ba43d7ae9d299b8d20019892
|  Jean Chalard | 2013-11-28 | 1 | -13/+15 |
* | Merge "Fix messages in tests" |  Jean Chalard | 2013-11-27 | 1 | -0/+1 |
|\ |
|
| * | Fix messages in tests•••They are not failing because of this right now, but future
tests would fail without this.
Concretely, since the Handler for any given main thread is
a singleton managed by the framework, the messages won't
be removed automatically. In particular, messages posted
with a delay have a large destructive potential, because
they will go through before the startInputViewInternal
method is called, because it's called with a message too (in
turn, this is because of working around framework bugs).
Bug: 11142685
Change-Id: If81a168efcfd7d93806ddc4ea432d438c45a3e1d
|  Jean Chalard | 2013-11-27 | 1 | -0/+1 |
* | | Merge "Have ver4 support decaying dictionary" |  Keisuke Kuroyanagi | 2013-11-27 | 1 | -9/+60 |
|\ \
| |/
|/| |
|
| * | Have ver4 support decaying dictionary•••Bug: 11073222
Change-Id: I7f0002c4743ab3bb1ebaac1bca6e367e6b220010
|  Keisuke Kuroyanagi | 2013-11-27 | 1 | -9/+60 |
* | | Fix a settings dependency in tests•••Bug: 11142685
Change-Id: I1db3488cee153358fa391817b3c03cad16eefdb7
|  Jean Chalard | 2013-11-26 | 1 | -4/+28 |
* | | Implement addMultipleDictionaryEntries as a jni method.•••Bug: 11757169
Change-Id: Ie1569e0b3c0503588ebfe5d09c7ca06116f54485
|  Keisuke Kuroyanagi | 2013-11-26 | 1 | -0/+64 |
|/ |
|
* | Merge "BinaryDictionaryTests uses ver4 dictionary, too." |  Keisuke Kuroyanagi | 2013-11-25 | 2 | -359/+108 |
|\ |
|
| * | BinaryDictionaryTests uses ver4 dictionary, too.•••Bug: 11073222
Change-Id: Ib6a6cca7f5835f18405c5e81a1afa9b5bb931aa6
|  Keisuke Kuroyanagi | 2013-11-25 | 2 | -359/+108 |
* | | Fix a flaky test.•••Corrections depend on the proximity info, which depends
on the layout, which in turn depends on the subtype and
not only the language. Thus, we need to force the whole
subtype for meaningful tests.
Bug: 11142685
Change-Id: I9cf3d948259e0236061454a93ffc2e28c7e0768f
|  Jean Chalard | 2013-11-25 | 1 | -1/+14 |
|/ |
|
* | Implement ver4 dictionary GC.•••Bug: 11391130
Change-Id: I8a8c5b24b5922df49f27341a2f94d85513bb7166
|  Keisuke Kuroyanagi | 2013-11-22 | 1 | -0/+42 |
* | Rename ambiguous feature name and related resources•••Bug: 11737015
Change-Id: I39f7ca13b99f019a2edb5aa690e3142ceba4e837
|  Tadashi G. Takaoka | 2013-11-21 | 1 | -8/+8 |
* | Merge "Fix: BinaryDictionaryDecayingTests." |  Ken Wakasa | 2013-11-20 | 1 | -0/+2 |
|\ |
|
| * | Fix: BinaryDictionaryDecayingTests.•••Change-Id: I3b415463bb23d1ad58ece62ba271412d66210a9c
|  Keisuke Kuroyanagi | 2013-11-20 | 1 | -0/+2 |
* | | Merge "Add dict encoder tests uning various code points." |  Keisuke Kuroyanagi | 2013-11-20 | 1 | -5/+20 |
|\| |
|
| * | Add dict encoder tests uning various code points.•••Bug: 11772864
Change-Id: I3ba59fbb3fed226a1f4b80f33c70e168b3b2b7c5
|  Keisuke Kuroyanagi | 2013-11-20 | 1 | -5/+20 |
* | | Implement Ver4PatriciaTriePolicy::flush().•••Bug: 11073222
Change-Id: I7da5f7f8b7918ce6cc35d36e1ce993840cad797c
|  Keisuke Kuroyanagi | 2013-11-20 | 1 | -0/+47 |
|/ |
|
* | Merge "Implement writing empty ver4 dictionary to file." |  Keisuke Kuroyanagi | 2013-11-18 | 1 | -107/+59 |
|\ |
|
| * | Implement writing empty ver4 dictionary to file.•••Bug: 11073222
Change-Id: Ic1a9295953d091c8e8982264ffff15669c30544c
|  Keisuke Kuroyanagi | 2013-11-18 | 1 | -107/+59 |
* | | Trying to fix BlueUnderlineTests.testBlueUnderline()•••Change-Id: Ia898a9fd0fd7b94f83337f4f980f7b7d7fb40a36
|  Ken Wakasa | 2013-11-14 | 1 | -2/+2 |