aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/gesture (follow)
Commit message (Expand)AuthorAgeFilesLines
* Address warnings by -Weffc++•••Change-Id: Icd60f1ed2ace0b975d8785bc8a386c7944846075 Ken Wakasa2012-08-242-4/+4
* Step 30-A Constize gesture•••Change-Id: I6c0b89d96532dc1c8ca71bb730ba22de5592ec67 Satoshi Kataoka2012-08-153-3/+5
* Step 24-A remove setdict•••Change-Id: Iab28bf0fd785b9e81fc86837e64a1ef2e315a229 Satoshi Kataoka2012-08-133-18/+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-133-3/+4
* step 23-A remove unused method•••Change-Id: I382c654fd30aca1a3277a186ee25fc946449c639 Satoshi Kataoka2012-08-103-15/+0
* Add arguments for dic traverse session•••Change-Id: I8776ad528eeea9a5fc4dcf394ca13bb80c04fb6d Satoshi Kataoka2012-08-103-15/+2
* Pass traverse session•••Change-Id: I84bfaaa406e3f51421c08a7ee8f9576ebdba54d4 Satoshi Kataoka2012-08-083-11/+12
* Add wrapper for incremental decoder.•••Change-Id: Ie11e2b83c2602c0d5a2739a7d4f4994f80d7e298 Tom Ouyang2012-07-192-0/+114
* 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-122-3/+3
* Cleanup gesture code overlay•••Change-Id: I6ab1462f62b2d53a157494d27342a832ec1f15f7 Satoshi Kataoka2012-07-0412-322/+94
* Makefile and source code structure update for LatinIME AOSP build•••Change-Id: Ia2ab54651ef96521fce01fe4755147909b818803 Ken Wakasa2012-07-0212-104/+99
* Merge "Cleanup the dictionary type."Jean Chalard2012-06-272-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-272-2/+2
* | Add skeleton implementations for gesture•••Change-Id: I169034eba2001b98bad8f8a05372426c3ff8774e Satoshi Kataoka2012-06-277-0/+167
|/
* Change native functions' interface for gesture•••Change-Id: I106a858f0be7452dd89f425805a6f72aa88c3f65 Satoshi Kataoka2012-06-273-2/+4
* Add skeleton classes for gesture•••Change-Id: I6ada110a934b0dafc57d0dcd87723275fa733548 Satoshi Kataoka2012-06-266-0/+218