| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate KeyboardLabelsSet from donottranslate-more-keys.xml•••This change introduces makelabel tool that reads all languages'
donottranslate-more-keys and generate KeyboardLabelsSet.java source
file. The makelabel command must be invoked prior to compile LatinIME.
Change-Id: I7515c7919c535e30f9c80a37bdc831d0f682cd43
|  Tadashi G. Takaoka | 2012-04-11 | 1 | -3/+3 |
* | Remove obsolete tests•••Change-Id: Ibfbe6b39580ae13e4c32fb2ceab7a6c6f3a24ccb
|  Tadashi G. Takaoka | 2012-03-02 | 1 | -0/+0 |
* | Recursively resolve @string/resource reference in key key spec parsing•••Change-Id: I9d172605e90e828e00f7c4c8d49548498aa3b50d
|  Tadashi G. Takaoka | 2012-02-03 | 1 | -0/+3 |
* | Parse escaped sequence strictly in CSV parser•••This change alters the CSV parser behavior. The parser only resolves
* String resource reference. ["@string/res" -> "<content_of_res>"]
* Other occurrence of escape sequence will be intact. ["\x" -> "\x"]
Before this change, escape sequence in moreKeys string is parsed three
times. At first in parsing string resource, next in CSV parser, and at
last in KeySpecParser. So that representing single escape character
itself is a bit annoying, "\\\\\\\\".
Now we can represent single escape character itself in string resource by "\\\\".
Change-Id: Ib978e17b779cc82585eed8241ac3857508b14bc7
|  Tadashi G. Takaoka | 2012-02-02 | 1 | -0/+3 |
* | Move string resources for unit test to donottranslate.xml•••Bug: 5904617
Change-Id: I2eb677a4dd9686f87fec9f11051775a5c9c670a1
|  Tadashi G. Takaoka | 2012-01-24 | 1 | -0/+0 |
* | Support @string reference in moreKeys attribute•••Change-Id: If0056d0601149d2ddd0e231a81e7b2409b37fc06
|  Tadashi G. Takaoka | 2012-01-20 | 1 | -0/+50 |
* | Fix SuggestTests•••We need revised scoring test because dictionary look up algorithm has
been changed significantly since this SuggestTests was made.
Change-Id: I69d527a6bfa24ed0dc189fddad1afab0566c6eb8
|  Tadashi G. Takaoka | 2012-01-13 | 1 | -0/+0 |
* | Code cleanup•••Change-Id: I7df8c813038adec750eda260740bcc8a4da41acf
|  Ken Wakasa | 2011-08-16 | 1 | -24/+0 |
* | - separate dict (uses xml)•••- retrieve bigrams that only starts with character typed and neighbor keys
- contacts bigram
- performance measure
bug: 2873133
Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f
|  Jae Yong Sung | 2010-07-28 | 1 | -0/+24 |
* | added bigram prediction••• - after first character, only suggests bigram data (but doesn't autocomplete)
- after second character, words from dictionary gets rearranged by using bigram
- compatible with old dictionary
- added preference option to disable bigram
Change-Id: Ia8f4e8fa55e797e86d858fd499887cd396388411
|  Jae Yong Sung | 2010-07-13 | 1 | -0/+0 |
* | Tests and some new constructors to help in testing.•••Added tests for the dictionary lookup and correction logic on the primary dictionary.
This exercises part of the Suggest class and the native dictionary lookup code.
|  Amith Yamasani | 2010-05-07 | 1 | -0/+0 |