Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use more JNI Region calls•••Change-Id: I371db517ff4749c0b7e5bdb4362e6310c91a24dc | 2012-08-10 | 1 | -35/+36 | |
* | Use GetStringUTFRegion for filename•••Change-Id: I2e9ad092ccf4c23c1c6b71916c962994314d37b6 | 2012-08-09 | 1 | -6/+7 | |
* | Stop using STL string in additional_proximity_chars•••Change-Id: Ic016fd5983b8855b0fd9506a17b205db86af3a2f | 2012-08-09 | 5 | -21/+25 | |
* | Fix string.compare() logic. It happens to be working luckily.•••Change-Id: I262c6d5779124e5b09ad1a66ca3c9ddb2fc6d7d5 | 2012-08-09 | 1 | -6/+3 | |
* | Merge "Use GetStringUTFRegion" into jb-mr1-dev | 2012-08-09 | 3 | -12/+14 | |
|\ | |||||
| * | Use GetStringUTFRegion•••Change-Id: I56ad66af4ee42ed32a6fd909a9a34d601874783a | 2012-08-09 | 3 | -12/+14 | |
* | | Add reset method for dic travserse session•••Change-Id: Ia3dd924f92549da2cf8302ef77c629902d4f275b | 2012-08-09 | 2 | -3/+18 | |
|/ | |||||
* | Merge "Pass traverse session" into jb-mr1-dev | 2012-08-08 | 8 | -34/+38 | |
|\ | |||||
| * | Pass traverse session•••Change-Id: I84bfaaa406e3f51421c08a7ee8f9576ebdba54d4 | 2012-08-08 | 8 | -34/+38 | |
* | | Start using JNI's Get<Type>ArrayRegion()•••Change-Id: Iaa1014efe639dd79540835b0d5201093dbd8dab8 | 2012-08-08 | 4 | -90/+48 | |
* | | Merge "Add traverse session" into jb-mr1-dev | 2012-08-08 | 4 | -0/+102 | |
|\| | |||||
| * | Add traverse session•••Bug: 6942265 Change-Id: I384cf701f5ee44c4b1037e5b8ddfa3d570286f55 | 2012-08-08 | 4 | -0/+102 | |
* | | Cleanup headers.•••Change-Id: Ied1bedb8ba5fae590987ea23bed32f4db1a60d77 | 2012-08-08 | 4 | -12/+9 | |
|/ | |||||
* | Merge "Show results in the native code." into jb-mr1-dev | 2012-08-05 | 2 | -5/+44 | |
|\ | |||||
| * | Show results in the native code.•••Change-Id: I712ba49cf4a89a36836fbf49cd72e7eef218e61f | 2012-08-06 | 2 | -5/+44 | |
* | | Header cleanup•••Change-Id: I1aa91708d0de01ca3e84e69ec8d3a3832c386ca8 | 2012-08-03 | 3 | -8/+7 | |
|/ | |||||
* | Header cleanup. Moved a couple of functions from .h to .cpp.•••Change-Id: Ifd12a7632f75395bd0ef5e394d5c2abd6cbe28c6 | 2012-08-02 | 12 | -61/+72 | |
* | Header cleanup•••Change-Id: Idaf19de3dc75367d49bc01e84e5a9f057c1f8dba | 2012-08-01 | 4 | -15/+6 | |
* | Move flags belonging to BinaryFormat to the right place.•••These masks and flags are constants that are an integral part of the format. They belong in BinaryFormat and have nothing to do in UnigramDictionary. This needs I6751dda4 to not break the build Bug: 6429243 Change-Id: Ic1c842b3245f7fdc25aa8d1459c5bb07b262e265 | 2012-08-01 | 5 | -81/+80 | |
* | Cleanup headers•••Change-Id: I9124366b2000cad54966fb6936bb4691bbf115a3 | 2012-07-31 | 18 | -40/+33 | |
* | Misc cleanups•••Change-Id: I28308f12c3064299acefc346b72279036c3726a7 | 2012-07-30 | 13 | -30/+17 | |
* | Fix native debug log•••Change-Id: If19f808522a5a35fa06c2825fcd0d92e6e4a0631 | 2012-07-27 | 2 | -12/+10 | |
* | Build LatinIME with NDK r8•••Change-Id: I0e233f9561f4bb4dee2311b98e7b0a1cd9cd5061 | 2012-07-27 | 1 | -12/+2 | |
* | Cosmetic fixes and style fixes•••Change-Id: I69c42ff945cdf0d5205c6ca61d6861a0479492dc | 2012-07-25 | 33 | -401/+365 | |
* | Add wrapper for incremental decoder.•••Change-Id: Ie11e2b83c2602c0d5a2739a7d4f4994f80d7e298 | 2012-07-19 | 3 | -1/+116 | |
* | Add values for suggestion types (A120)•••Also, use it in getBigrams. Change-Id: Ia0be9b57d1b7effcd8a936e01e957d1195b39c68 | 2012-07-12 | 3 | -4/+16 | |
* | Pass an array to output suggestion types (A119a)•••This needs the matching A119b change to not break the build. The array is passed, but not used yet. Bug: 6166228 Change-Id: Ia91d658461d989ee8c94e9b31bb06f4a36f4c5b6 | 2012-07-12 | 8 | -18/+22 | |
* | Resolve a TODO: bury some implementation detail in native (A110)•••The fact that prediction does not accept a null argument is an implementation detail, it should not be visible to Java code. Change-Id: I3a156b323b6db9353de898d33f3f7c81751cecb1 | 2012-07-12 | 1 | -0/+1 | |
* | Remove an unused method (A109)•••Change-Id: Ib785b7e8c554d030395e2c0ca92edb44eb2b245f | 2012-07-12 | 1 | -19/+0 | |
* | Move an implementation detail to native code (A107)•••Java code does not have to know about this implementation detail: the generic method should do the dispatching, instead of having the caller call either method. Change-Id: Ic13727f0cb18f4ced2c356cce2f8d710588c0421 | 2012-07-12 | 1 | -4/+11 | |
* | Remove a useless parameter (A106)•••Change-Id: Ic0ecea22212fd1a098a3a168da460374e446f4a3 | 2012-07-12 | 4 | -9/+7 | |
* | Remove a constant parameter (A105)•••Change-Id: I8a09fa2f0649880c943364699a07652e47dede22 | 2012-07-12 | 2 | -8/+8 | |
* | Make a constant really constant (A104)•••Change-Id: Ied1f9f96a574b1e6a8ee0a71bfb1604d9c962e1c | 2012-07-12 | 5 | -9/+11 | |
* | Avoid LatinIME crash•••bug: 6790620 Change-Id: I6fd271c6f79790cfb9d875b052854eab60a30b7f | 2012-07-10 | 1 | -0/+2 | |
* | Use TARGET_BUILD_APPS to distinguish•••It's in a full build or just an unbundled build. Bug: 6790620 Change-Id: Ifa2df86462747acb8b561ebab879e03b1201b4f7 | 2012-07-09 | 1 | -4/+4 | |
* | Revert "Fix the build"•••This reverts commit 48a436081fc6886dbeecf1f2b25fd754952f0fe1. | 2012-07-06 | 1 | -10/+12 | |
* | Fix the build•••Change-Id: Iff324c705b46cfae27ea9b6b8dc8b0a0d56a193d | 2012-07-06 | 1 | -12/+10 | |
* | Update Makefile of LatinIME native code for the unbundled build•••Change-Id: I117e2429c5f5e75a6ffe84b5869afb2e033f2b2d | 2012-07-06 | 1 | -11/+11 | |
* | Search bigrams for the lower case version of the word (A46)•••...if there aren't any for the exact case version. Bug: 6752830 Change-Id: I2737148b01ba04a64febe009ceb2ef53c265d224 | 2012-07-04 | 5 | -13/+34 | |
* | Cleanup gesture code overlay•••Change-Id: I6ab1462f62b2d53a157494d27342a832ec1f15f7 | 2012-07-04 | 15 | -369/+100 | |
* | Reorganize LatinIME native Makefile a bit more•••Change-Id: Iabb6caa620cb587110a3d88ce7129ed978eea83a | 2012-07-03 | 1 | -17/+16 | |
* | Makefile and source code structure update for LatinIME AOSP build•••Change-Id: Ia2ab54651ef96521fce01fe4755147909b818803 | 2012-07-02 | 15 | -120/+120 | |
* | Merge "Accept external debug flag in native code" | 2012-06-28 | 1 | -1/+1 | |
|\ | |||||
| * | Accept external debug flag in native code•••Change-Id: I762fd9025ffd6518daf42903875d6ca0a5389ff4 | 2012-06-29 | 1 | -1/+1 | |
* | | Merge "Add a new define for gesture" | 2012-06-28 | 1 | -0/+2 | |
|\ \ | |/ |/| | |||||
| * | Add a new define for gesture•••Change-Id: I6e0d8de75e129a6d1a33f7c7d5f5fa8c11dd2006 | 2012-06-28 | 1 | -0/+2 | |
* | | Update LatinIME native Makefile for gesture code•••Also, a small clean up in the proguard.flags file Change-Id: I860034c51a2abf448f7ecc250ed35687b1f1dd82 | 2012-06-29 | 1 | -11/+45 | |
* | | Merge "Cleanup the dictionary type." | 2012-06-27 | 4 | -7/+7 | |
|\ \ | |||||
| * | | Cleanup the dictionary type.•••Stop storing an int in each of the different class types, and just store a string in the top class. Change-Id: I2af1832743e6fe78e5c1364f6d9cc21252bf5831 | 2012-06-27 | 4 | -7/+7 | |
| |/ | |||||
* / | Add skeleton implementations for gesture•••Change-Id: I169034eba2001b98bad8f8a05372426c3ff8774e | 2012-06-27 | 8 | -1/+173 | |
|/ |