History log of /packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f0a980966264fa98ef8e1b834650d9bf54de92ae 20-Jul-2011 Jean Chalard <jchalard@google.com> Check the binary dictionary magic number

...and return NULL if it does not matched an expected value.

Bug: 5052486
Change-Id: I1dc7955d2785ee080bc5c22398be9befe332f096
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
ce9e52a12a6af8fca0eba42aaae24602fbd5c998 18-Jun-2011 Ken Wakasa <kwakasa@google.com> Clean up in LatinIME native code

Change-Id: I0062200a0181a491690115ac0fab8d11358e2f14
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
e93b1f2209e26add7e5c2685990a8ce921fd6e32 01-Jun-2011 Jean Chalard <jchalard@google.com> Allow reading a binary dictionary even without proximity info.

This prepares the way for spell checking, which is to be done
without context so without proximity info.

Bug: 4176026
Change-Id: I1b4bfaefe2611e1b484acdf3c33598cb80f81ff4
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
c2bbc6a4499a6da979381fa0e8e6e855a5ac6aa4 25-Feb-2011 Jean Chalard <jchalard@google.com> Use translation of fallback umlauts digraphs for German.

For German : handle "ae", "oe" and "ue" to be alternate forms for
umlaut-bearing versions of "a", "o" and "u".

Issue: 3275926

Change-Id: I056c707cdacc464ceab63be56c016c7f8439196c
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
8fbd55229243cb66c03d5ea1f79dfb39f596590d 22-Feb-2011 satok <satok@google.com> Add proximity info to native

Bug: 3311719

Change-Id: Ie596304070e321ad23fb67a13bf05e2b6af1b54b
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
887f11ee43ad621aa6ad93d535ab7f48dec73fc7 10-Feb-2011 Tadashi G. Takaoka <takaoka@google.com> Remove next letters frequency handling

Bug: 3428942
Change-Id: Id62f467ce4e50c60a56d59bf96770e799a4659e2
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
da50e1e98dadc3733c615dfb8d87fe8b4688c782 17-Jan-2011 Ken Wakasa <kwakasa@google.com> Fixes in close() in BinaryDictionary.

Avoid using 'synchronized' in finalizer as well.

bug: 3340837
Change-Id: I9b28f54e4490ecb844ba33a379f71b625e4246a2
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
90d96615bcb71af7ccbb2318b588aa78c4308e5a 09-Jan-2011 Ken Wakasa <kwakasa@google.com> Clean up: Update variable names to comply with spec of ApplicationInfo.

ApplicationInfo.sourceDir may or may not be apk file name. It can be a directory as well.
The spec just says it's "Full path to the location of this package".

Also, added error handling in loadDictionary().

Change-Id: I5e64d0aba4b1ec7634f4b3ac5537e7a774433ece
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
e90b333017c68e888a5e3d351f07ea29036457d0 07-Jan-2011 Ken Wakasa <kwakasa@google.com> Load main dic in native

Follow up to Id57dce51

bug: 3219819
Change-Id: I00e11ef21d0252ffa88c12dffb9c55b0f2e19a66
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
a46683a47bcaaae45e39261197af5fc7691aa69e 03-Dec-2010 Ken Wakasa <kwakasa@google.com> Just code cleanup.

Change-Id: I796b47aa168b3b2cc29de65fc7dc5dab5a7f4b17
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
30088259480130e5bac5c2028e2c7c3e6d4c51a2 01-Dec-2010 satok <satok@google.com> Fix parameters of native functions and refactor Dictionary

- created bigram/unigram dictionary classes

Change-Id: I233a28ed8d611870db3f4cf8f25fc45b5d41529b
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
80aa14fd432cf7d2c67f2fcfcc57c80f29f8eb64 26-Jul-2010 Jae Yong Sung <jysung@google.com> - separate dict (uses xml)
- retrieve bigrams that only starts with character typed and neighbor keys
- contacts bigram
- performance measure

bug: 2873133

Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
937d5ad0131267aa4273f3e5d75b203a1f263c18 01-Jul-2010 Jae Yong Sung <jysung@google.com> 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
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
826269c8aebb0b21f6e7650e528f0d9876b9a163 27-Apr-2010 Ken Wakasa <kwakasa@google.com> Get rid of dependency on native AssetManager API. Confirmed the native code builds with the NDK r3.

Change-Id: I0d2d3a0e262847d6948a0336a35440e21e312ad2
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
07b1603a3f9611f6d15dd7fcedf883d6ef8e5817 09-Mar-2010 Amith Yamasani <yamasani@google.com> 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
/packages/inputmethods/LatinIME/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp