aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/BinaryDictionary.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use JNI Region calls also in getSuggestions()•••Change-Id: I9cc0208397c202aeb6f7b5bb5ad59e00c5afbd80 Ken Wakasa2012-08-101-10/+8
* Merge "Pass the type from native code all the way to Java." into jb-mr1-devJean Chalard2012-08-101-2/+3
|\
| * Pass the type from native code all the way to Java.•••Bug: 6906525 Change-Id: I057390d47a223450e22d8338509e22c28fc0d5f6 Jean Chalard2012-08-101-2/+3
* | Add arguments for dic traverse session•••Change-Id: I8776ad528eeea9a5fc4dcf394ca13bb80c04fb6d Satoshi Kataoka2012-08-101-0/+1
|/
* Use more JNI Region calls•••Change-Id: I371db517ff4749c0b7e5bdb4362e6310c91a24dc Ken Wakasa2012-08-101-11/+7
* Pass traverse session•••Change-Id: I84bfaaa406e3f51421c08a7ee8f9576ebdba54d4 Satoshi Kataoka2012-08-081-4/+5
* Add traverse session•••Bug: 6942265 Change-Id: I384cf701f5ee44c4b1037e5b8ddfa3d570286f55 Satoshi Kataoka2012-08-081-0/+3
* 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 Jean Chalard2012-07-121-3/+4
* 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 Jean Chalard2012-07-121-2/+0
* Remove an unused method (A109)•••Change-Id: Ib785b7e8c554d030395e2c0ca92edb44eb2b245f Jean Chalard2012-07-121-2/+0
* Stop using a redundant method (A108)•••Change-Id: Iffc0bae0a273419e7c50d69526c0c8e402c6461c Jean Chalard2012-07-121-14/+9
* Remove a useless parameter (A106)•••Change-Id: Ic0ecea22212fd1a098a3a168da460374e446f4a3 Jean Chalard2012-07-121-3/+2
* Make a constant really constant (A104)•••Change-Id: Ied1f9f96a574b1e6a8ee0a71bfb1604d9c962e1c Jean Chalard2012-07-121-7/+8
* Cleanup (A103)•••Change-Id: Ib5ebddfdb87ef71a2f8d859fb45d3ac78040e97a Jean Chalard2012-07-111-11/+6
* Revert "Workaround to avoid a bug in the batch input bigram dictionary lookup"•••This reverts commit 1250cdeab2da2c7f7d9c732a816dbc36e49fd61aTadashi Takaoka2012-07-111-8/+4
* Workaround to avoid a bug in the batch input bigram dictionary lookup•••Change-Id: I8a5641c88c45918d6bed81a0b03efdcff0b380c5 Tadashi G. Takaoka2012-07-111-4/+8
* Inline a method to be able to factorize code (A102)•••Change-Id: I121071f80c8af3c1053968dc76aaeca3352ca9a8 Jean Chalard2012-07-111-20/+14
* Inline a wrapper method (A101)•••Change-Id: I6ce856ff49a8f8c696851b2487590704010fc758 Jean Chalard2012-07-111-14/+4
* Support batch input•••Change-Id: Ibe63212fe71cdebb5b897bc5018ae75b2a87555a Tadashi G. Takaoka2012-07-111-1/+1
* Small readability improvement (A100)•••Change-Id: I6340748654a95d203ed43ceb9a7e6468b5b8ab1c Jean Chalard2012-07-111-2/+2
* Pull up some common code again (A99)•••Change-Id: I9e9f5664bb12bb25d74c8a076a6ee1024c708145 Jean Chalard2012-07-111-8/+9
* Pull up some identical code (A98)•••Change-Id: I6c265956394cf49e74b0256dfa5af06fe6b30467 Jean Chalard2012-07-111-39/+23
* Inline a method to avoid confusion (A97)•••Change-Id: I3c3ffcd3d40493f4bfa0f6596f923b3430e605aa Jean Chalard2012-07-111-25/+18
* Remove parameters for easier inlining (A96)•••Change-Id: Ied2e291393609300173681e26e82b7dd36b41bd0 Jean Chalard2012-07-111-5/+3
* Pull up some more common code (A95)•••Change-Id: I3ac7ee823471a6d1da8031e064bce38b0e5a8f5c Jean Chalard2012-07-111-15/+13
* Pull up common code in the caller (A94)•••Change-Id: I84b97886280eca75d5f2b7546f20f8b1bced55bc Jean Chalard2012-07-111-14/+8
* Remove useless member variables (A93)•••Change-Id: Iff0a0e8835f4d630b51a15c0d91881437094e785 Jean Chalard2012-07-101-14/+13
* Start converging two identical methods (A92)•••Change-Id: I3c85a80610fde664a328f5606d0724f00d445ebe Jean Chalard2012-07-101-4/+4
* Add batch input dictionary lookup•••Change-Id: I4da3c976838e8eb56c9ec80aafaaf54d759b7981 Tadashi G. Takaoka2012-07-101-16/+15
* Cleanup old methods (A90)•••Change-Id: I5435cef8ac6be523934ffa394952cb120c8e89d6 Jean Chalard2012-07-101-8/+6
* Implement the common Dictionary interface (A89)•••This will de-duplicate a lot of existing code. Change-Id: Idaffb2fde23b9741f057bcb2ecb3dde9d12ea5c5 Jean Chalard2012-07-101-0/+12
* Reduce method visibility (A88)•••Change-Id: I29d6afbcba0998558c9b19287a460d9f0e410994 Jean Chalard2012-07-101-2/+2
* Add input pointers•••Change-Id: I95300bf0a847fb86d026e846ff4ad723bb45284f Satoshi Kataoka2012-06-291-3/+5
* Remember the source dictionary for each suggestion.•••Change-Id: I3c63372bd5572a479a67eaecfe8c8ea1cabc70d9 Jean Chalard2012-06-271-2/+2
* 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 Jean Chalard2012-06-271-7/+5
* Remove the callback argument to getBigrams() (A16)•••Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: I7457ac04f8cd4019fb86c986725aae3de1b1a65e Jean Chalard2012-06-261-1/+1
* Remove the callback argument to getWords() (A15)•••Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: I919bf70a1213ab5d7c7a9e5715bd72a6e257148b Jean Chalard2012-06-261-2/+1
* Do away with Utils#addAllSuggestions (A14)•••It's not used any more. Change-Id: Id9da40fdbf7078f3ac647d1368237d6601f5a2ba Jean Chalard2012-06-261-2/+0
* Change the return type of getWords and getBigrams (A8)•••This only returns stuff, but it doesn't change yet how the data is really passed. It merely adds a way of getting the same data. Later, the old way will be removed. Change-Id: If3a064de362175fc5a6781b7a97b65d8730aaf3c Jean Chalard2012-06-261-5/+8
* Remove dependency on WordCallback from BinaryDictionary (A7)•••Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: I8245698fbd170e0f5cbad3c0109774bcaddc0614 Jean Chalard2012-06-261-5/+14
* Change JNI for Gesture•••Change-Id: I774a0052038d16677f60f7efa11fd266cb5f3088 Satoshi Kataoka2012-06-251-18/+27
* Set level 1 as the initial value of the valid words•••Bug: 4192129 Change-Id: I867e78ce79c78977d08e8b66881a25b6fe5bf41f Satoshi Kataoka2012-05-291-3/+7
* Add a JNI to get the frequency•••Bug: 4192129 Change-Id: I3f220f5a10114d4eb23956148076cf76220bda0f Satoshi Kataoka2012-05-291-2/+3
* Use "float" instead of "double"•••Change-Id: I93ed4d88ede4058f081dd8d634b00dfff4e96d07 satok2012-05-161-2/+2
* Contacts dictionary rebuilds only when contact names have changed.•••Bug: 6396600 Change-Id: Iad693ec4bab6351793d624e5c5b0a9f5c12a60e3 Tom Ouyang2012-05-111-0/+11
* 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 Jean Chalard2012-04-231-6/+6
* Pass the previous word down to native code in getSuggestions•••Change-Id: I477b631d81ef58461e44954f3ae5fd895928bb97 Jean Chalard2012-04-171-3/+6
* Pass the previous word to getSuggestions•••This is a preparative change to bug#6313806 Change-Id: I1be9ec49b21005c1f45ce459fa93712bc74ef3f0 Jean Chalard2012-04-171-5/+8
* Add language suffix to main dictionary•••Bug: 6319377 Change-Id: Ie6a887fefa12e33c17bfeb5d22984e7c1a7bdb46 Tadashi G. Takaoka2012-04-111-3/+0
* Remove the now useless Flag class.•••Change-Id: Ibe45189b73e2606cf77e30da166dd0d45ae47c5c Jean Chalard2012-04-061-24/+0