aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/gesture/incremental_decoder_interface.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Step 30-A Constize gesture•••Change-Id: I6c0b89d96532dc1c8ca71bb730ba22de5592ec67 Satoshi Kataoka2012-08-151-1/+1
* Step 24-A remove setdict•••Change-Id: Iab28bf0fd785b9e81fc86837e64a1ef2e315a229 Satoshi Kataoka2012-08-131-2/+0
* Clean up constructors•••And, use C++ style casts and use float math functions rather than double ones to save memory space. Also, stop using FloatMath and NativeUtils as standard Math methods are faster now. See http://code.google.com/p/android/issues/detail?id=36199 and https://android-review.googlesource.com/40700 multi-project commit with I4259fb5ab8a15ac5760a7f04fc8f4c860529f04a Change-Id: I0b81cff8c91769f7559a59b9528c75a5aabb4211 Ken Wakasa2012-08-131-1/+2
* step 23-A remove unused method•••Change-Id: I382c654fd30aca1a3277a186ee25fc946449c639 Satoshi Kataoka2012-08-101-1/+0
* Add arguments for dic traverse session•••Change-Id: I8776ad528eeea9a5fc4dcf394ca13bb80c04fb6d Satoshi Kataoka2012-08-101-1/+2
* Pass traverse session•••Change-Id: I84bfaaa406e3f51421c08a7ee8f9576ebdba54d4 Satoshi Kataoka2012-08-081-3/+4
* 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-1/+1
* Cleanup gesture code overlay•••Change-Id: I6ab1462f62b2d53a157494d27342a832ec1f15f7 Satoshi Kataoka2012-07-041-29/+0
* Makefile and source code structure update for LatinIME AOSP build•••Change-Id: Ia2ab54651ef96521fce01fe4755147909b818803 Ken Wakasa2012-07-021-5/+34
* 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-1/+1
* Change native functions' interface for gesture•••Change-Id: I106a858f0be7452dd89f425805a6f72aa88c3f65 Satoshi Kataoka2012-06-271-1/+2
* Add skeleton classes for gesture•••Change-Id: I6ada110a934b0dafc57d0dcd87723275fa733548 Satoshi Kataoka2012-06-261-0/+40