| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 | -22/+52 |
* | Prepare for master merge•••- Rename the jni library name
- Revert the local cert
- LatinIme2Google -> LatinIME
Please note that we'll use the new package name: com.google.android.inputmethod.latin
Change-Id: Ibbab07e8102ade5a93660c0723cd86f600c14a7d
|  Ken Wakasa | 2010-07-20 | 1 | -2/+2 |
* | Fix build failure by adding an input•••Change-Id: I0f8f7549423deb6d18df4cca949b210c9ec494a5
|  satok | 2010-07-16 | 1 | -3/+5 |
* | Merge remote branch 'goog/master'•••Conflicts:
java/res/xml/prefs.xml
java/src/com/android/inputmethod/latin/BinaryDictionary.java
java/src/com/android/inputmethod/latin/Dictionary.java
java/src/com/android/inputmethod/latin/ExpandableDictionary.java
java/src/com/android/inputmethod/latin/LatinIME.java
java/src/com/android/inputmethod/latin/Suggest.java
tests/src/com/android/inputmethod/latin/tests/SuggestTests.java
|  satok | 2010-07-16 | 1 | -3/+31 |
|\ |
|
| * | 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 | -3/+31 |
* | | Check suggested words whether they are from mainDic or not•••- Added counters for suggestions by dictionarys
- Added a counter for cancelled suggestions
Change-Id: Ia7d3a73855b1e82b60a010f18dba4e1c0fe1c2bb
|  satok | 2010-06-02 | 1 | -4/+6 |
* | | Merge commit 'goog/master' |  satok | 2010-05-11 | 1 | -0/+20 |
|\| |
|
| * | 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/+20 |
| * | Get rid of dependency on native AssetManager API. Confirmed the native code b...•••Change-Id: I0d2d3a0e262847d6948a0336a35440e21e312ad2
|  Ken Wakasa | 2010-04-27 | 1 | -6/+33 |
* | | Remove ByteBuffer prefix which wrongly suppresses a class member.•••Change-Id: I5114106eca0f67326fb3f939165bae0c122ed982
|  Ken Wakasa | 2010-04-27 | 1 | -1/+1 |
* | | Get rid of dependency on native AssetManager API. Confirmed the native code ...•••Change-Id: I6a9a5bb4129e9269d74348801436c9e5e0058da5
|  Ken Wakasa | 2010-04-27 | 1 | -7/+34 |
* | | Fix the sandbox build & get rid of ICU dependency.•••Changed package name from com.android.inputmethod.latin2 to com.google.android.inputmethod.latin2.
Copied LatinIME's current dictionaries from master's vendor directory.
Confirmed latin_tolower() function returns the result identical to ICU's u_tolower().
- Note that I will merge the ICU dependency removal change to master.
Change-Id: Ia85bd3e88ce5159934684e2228d8b0c5a8885296
|  Ken Wakasa | 2010-04-20 | 1 | -1/+1 |
|/ |
|
* | Clarify licensing•••-use AOSP copyright instead of Google
-add NOTICE and tag file
Bug: 2548782
Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
|  Jean-Baptiste Queru | 2010-04-05 | 1 | -1/+1 |
* | Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled
version doesn't try to compile the native code again.
Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
|  Amith Yamasani | 2010-03-09 | 1 | -0/+151 |