Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a JNI to get the frequency•••Bug: 4192129 Change-Id: I3f220f5a10114d4eb23956148076cf76220bda0f | 2012-05-29 | 1 | -3/+3 | |
* | Add missing includes.•••Change-Id: Ic7199045d0cffb208871f52cc167194013351d32 | 2012-05-16 | 1 | -0/+1 | |
* | Use "float" instead of "double"•••Change-Id: I93ed4d88ede4058f081dd8d634b00dfff4e96d07 | 2012-05-16 | 1 | -3/+3 | |
* | Contacts dictionary rebuilds only when contact names have changed.•••Bug: 6396600 Change-Id: Iad693ec4bab6351793d624e5c5b0a9f5c12a60e3 | 2012-05-11 | 1 | -0/+15 | |
* | Fetch and pass the bigram position on suggestions.•••This is a cherry-pick of change I2d81742f Bug: 6313806 Change-Id: Ic1190b7980d032bc11b57841bca040d980889b6b | 2012-04-26 | 1 | -6/+8 | |
* | Pass words as int[] to the native code.•••We need to get the bigrams during the call to getSuggestions for bug#6313806. We already give an int[] to getSuggestions and we wanted to get rid of char[]'s anyway because it doesn't work with surrogate pairs, so here we go. Bug: 6313806 Change-Id: I56ce99f1db6b3302cdf42f0527343bded837091e | 2012-04-23 | 1 | -10/+10 | |
* | Pass the previous word down to native code in getSuggestions•••Change-Id: I477b631d81ef58461e44954f3ae5fd895928bb97 | 2012-04-17 | 1 | -3/+9 | |
* | Just cosmetic changes in jni code•••Change-Id: I8628131b5a7ccdee4c158e891002c8b86623b0cd | 2012-04-16 | 1 | -22/+10 | |
* | Replace the flags in getSuggestions with a boolean.•••Change-Id: I0ec44df1979cb1dc21017ea290d2151a2af0e7cd Conflicts: java/src/com/android/inputmethod/latin/Suggest.java | 2012-04-06 | 1 | -3/+3 | |
* | Good bye the proximity logic in Java code•••Bug: 4343280 Change-Id: I82f7d08703647a3492ce6e2d3b741146df58927e | 2012-03-28 | 1 | -9/+6 | |
* | New LOG lib•••Change-Id: I977e7e10fa58c0a64ca0c3c7b5cb2272446e3efe | 2012-01-13 | 1 | -12/+12 | |
* | Move auto correction thresthold to the native code•••bug: 5858137 Change-Id: Ic4b6270c6e51ef4ed25a6a1d8ddd7fdfa70fd78d | 2012-01-12 | 1 | -1/+28 | |
* | Fix JNI as 64bit ready•••Change-Id: I7a3ed2cee3b20744869aa5cf89ff9fd95f5ab8fe | 2011-10-31 | 1 | -12/+12 | |
* | Remove NULL from native/jni•••Change-Id: I7c4e32d0d69876c7ea85d6997c9a40fa362152eb | 2011-10-28 | 1 | -17/+17 | |
* | Fix trivial compile issue•••Change-Id: I9dbc51496dbdb2195bbe589b0c3b2cd7e3d2f1fc | 2011-10-28 | 1 | -0/+1 | |
* | Check the binary dictionary magic number•••...and return NULL if it does not matched an expected value. Bug: 5052486 Change-Id: I1dc7955d2785ee080bc5c22398be9befe332f096 | 2011-07-20 | 1 | -6/+27 | |
* | Clean up in LatinIME native code•••Change-Id: I0062200a0181a491690115ac0fab8d11358e2f14 | 2011-06-18 | 1 | -34/+2 | |
* | 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 | 2011-06-02 | 1 | -1/+0 | |
* | 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 | 2011-03-03 | 1 | -3/+4 | |
* | Add proximity info to native•••Bug: 3311719 Change-Id: Ie596304070e321ad23fb67a13bf05e2b6af1b54b | 2011-02-23 | 1 | -34/+21 | |
* | Remove next letters frequency handling•••Bug: 3428942 Change-Id: Id62f467ce4e50c60a56d59bf96770e799a4659e2 | 2011-02-17 | 1 | -9/+3 | |
* | Fixes in close() in BinaryDictionary.•••Avoid using 'synchronized' in finalizer as well. bug: 3340837 Change-Id: I9b28f54e4490ecb844ba33a379f71b625e4246a2 | 2011-01-17 | 1 | -1/+1 | |
* | 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 | 2011-01-09 | 1 | -10/+10 | |
* | Load main dic in native•••Follow up to Id57dce51 bug: 3219819 Change-Id: I00e11ef21d0252ffa88c12dffb9c55b0f2e19a66 | 2011-01-07 | 1 | -20/+108 | |
* | Just code cleanup.•••Change-Id: I796b47aa168b3b2cc29de65fc7dc5dab5a7f4b17 | 2010-12-03 | 1 | -46/+30 | |
* | Fix parameters of native functions and refactor Dictionary•••- created bigram/unigram dictionary classes Change-Id: I233a28ed8d611870db3f4cf8f25fc45b5d41529b | 2010-12-02 | 1 | -9/+9 | |
* | - separate dict (uses xml)•••- retrieve bigrams that only starts with character typed and neighbor keys - contacts bigram - performance measure bug: 2873133 Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f | 2010-07-28 | 1 | -9/+14 | |
* | 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 | 2010-07-13 | 1 | -3/+25 | |
* | Get rid of dependency on native AssetManager API. Confirmed the native code b...•••Change-Id: I0d2d3a0e262847d6948a0336a35440e21e312ad2 | 2010-04-27 | 1 | -63/+5 | |
* | 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 | 2010-03-09 | 1 | -0/+222 |