aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/proximity_info.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Typing double letters via a 'circle' on the key.•••Bug: 8550980 Change-Id: I5e432dea0e025ccea196f80e90a6bf945488e130 Keisuke Kuroynagi2013-04-101-5/+9
* Fix touch coordinate calibration•••TRT: I3b5f3ed07eabc59306a17 Bug: 8505668 Change-Id: I574d25a4e9886c521f013f9a8ffc09cc145fc0fc Satoshi Kataoka2013-04-091-2/+2
* refactor MAX_POINT_TO_KEY_LENGTH•••Change-Id: I3b44068bce784531516f3cdfe67b3b46b1f1b805 Satoshi Kataoka2013-03-051-1/+1
* Add keyboard hypotenuse metric to ProximityInfo.•••Change-Id: If4a23041b460326a579e8b8cab20b5c027441e23 Tom Ouyang2013-02-081-0/+2
* Cleanup in ProximityInfoParams•••Change-Id: I4302e3cb2470cee32f9ac2f04e0837fff67ce0cd Ken Wakasa2013-02-011-4/+3
* Yet another cleanup in ProximityInfoParams•••Change-Id: Ice5f5e519f4ccd2e6035010b8fe6b2296ef658d7 Ken Wakasa2013-02-011-2/+0
* Remove unnecessary maxProximityCharsSize•••Change-Id: I8013004c1db2a4133795a0e41edea1a41b770cfd Ken Wakasa2013-01-301-2/+2
* Remove MAX_PROXIMITY_CHARS_SIZE_INTERNAL•••Change-Id: I18a997503de4033b5341b564145bca862a872098 Ken Wakasa2013-01-221-7/+13
* refactor proximity info•••Change-Id: I1e37ca655b4c1ba91a04aaf5aea8267cd46b4f43 Satoshi Kataoka2013-01-211-1/+1
* Clean up in geometry_utils.h•••Change-Id: I876bceed12cf533cb29d290fbc05a686f4030579 Ken Wakasa2013-01-211-2/+3
* Refactor proximity info•••Change-Id: I96a4eb5cbdb3b2a402e286ac2aff36c3a52482ff Satoshi Kataoka2013-01-181-102/+6
* Use -fno-inline for debug builds & small cleanups•••Change-Id: I24f91d7130f2203715b868d4a82510660939886f Ken Wakasa2013-01-151-1/+1
* Replace assert() with ASSERT() & use -funwind-tables for debug builds•••Change-Id: I9ec14eb24ebc45657119a45aba09517e71a22974 Ken Wakasa2013-01-091-6/+5
* Small cleanups•••Change-Id: I29b4dee15d66f8f1372035738658234395001d41 Ken Wakasa2012-12-111-1/+0
* Clean up int types•••Change-Id: Ib6819b9d7f00208f47533d7ab3d2e02ca3730981 Ken Wakasa2012-12-031-10/+10
* Adjust compiler warning options with the offdevice Makefile•••Make use of AK_FORCE_INLINE for -Winline and better performance Change-Id: If0016e2ef61c1fe007c83bb1a5133a6b6bde568e Ken Wakasa2012-11-051-4/+4
* A small code cleanup in geometry_utils.h•••Change-Id: Ie9ff77c661693a1e21d0aa4cfc079bfbf3171f49 Ken Wakasa2012-11-021-7/+0
* Use sizeof() more safely.•••Change-Id: I7cffb4d8da847b483cf4bb482508e3c88c4903be Ken Wakasa2012-11-011-2/+2
* Improve gesture input scoring method 2.•••Align next key to path bases its scoring method on probabilities. Change-Id: I5247c965b92c0052bfdab8a9b1027bc86eb33218 Keisuke Kuroyanagi2012-10-111-3/+4
* Make gestures work correctly on keyboards with accented keys•••Examples: Spanish, Russian Bug: 7225962 Change-Id: I6887bc6d81b84e4a73a74de679b955f7abf0ba4f Tom Ouyang2012-09-251-3/+3
* Use touch position correction in the geometric input•••bug: 7108161 Change-Id: I72d51bcfa26f241bec8fa907d64384e7eebe5c5e Satoshi Kataoka2012-09-241-3/+15
* Merge "Generalize incremental recognition to non-Latin languages" into jb-mr1...Tom Ouyang2012-09-131-24/+9
|\
| * Generalize incremental recognition to non-Latin languages•••Bug: 7043019 Change-Id: I9a26f74177d4f8f03b7b65e2e255e4087d5ef8d9 Tom Ouyang2012-09-121-24/+9
* | Fix an issue on FP calculation diff of osx and linux•••sugar on mac result_type=1 expected=<1093> actual=<1047> result_type=4 expected=<730> actual=<698> result_type=5 expected=<177> actual=<173> sugar on linux result_type=1 expected=<1093> actual=<1047> result_type=4 expected=<730> actual=<698> result_type=5 expected=<177> actual=<173> Change-Id: I4cd39becb0de4076dd37d870adda6463a96de424 Satoshi Kataoka2012-09-131-1/+3
|/
* Variable type cleanups•••Change-Id: I5d892494200c09f8cb8a46c327c29bbd63eab093 Ken Wakasa2012-09-101-4/+4
* Restricting children for gesture input.•••Change-Id: Id2607ef48e67685b0a71b8c628663eceb6b6fe95 Keisuke Kuroyanagi2012-09-041-0/+1
* Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedL...•••This change has actually been extracted from a change work in progress I4fe423834b8131fb122251892c98228a6e08ba25 Change-Id: I52568fa09da2ea22be7f8bfe9676b7cd73c31fa4 Ken Wakasa2012-09-041-30/+30
* Fix a bug giving broken characters•••Bug: 7050587 Change-Id: I54ff7e680c228e78236567bb79832a43086b70c6 Jean Chalard2012-08-291-1/+1
* Address warnings by -Weffc++•••Change-Id: Icd60f1ed2ace0b975d8785bc8a386c7944846075 Ken Wakasa2012-08-241-5/+8
* Step 26-A Cleanup geometory_utils•••Change-Id: I839c498c85009a5d6428a71f121a2906fd667db8 Satoshi Kataoka2012-08-141-21/+16
* 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-2/+2
* Fix memset() bugs•••Change-Id: Icf4341c0a62e782cf8c2a863408591df4e6f07cb Ken Wakasa2012-08-101-2/+2
* Step 22-A implement session•••Change-Id: Ida63382ffb756e20cc5b17c2702d2895e7e6e889 Satoshi Kataoka2012-08-101-0/+64
* Stop using STL string in additional_proximity_chars•••Change-Id: Ic016fd5983b8855b0fd9506a17b205db86af3a2f Ken Wakasa2012-08-091-6/+6
* Use GetStringUTFRegion•••Change-Id: I56ad66af4ee42ed32a6fd909a9a34d601874783a Ken Wakasa2012-08-091-5/+10
* Start using JNI's Get<Type>ArrayRegion()•••Change-Id: Iaa1014efe639dd79540835b0d5201093dbd8dab8 Ken Wakasa2012-08-081-25/+31
* Cleanup headers.•••Change-Id: Ied1bedb8ba5fae590987ea23bed32f4db1a60d77 Ken Wakasa2012-08-081-2/+2
* Header cleanup. Moved a couple of functions from .h to .cpp.•••Change-Id: Ifd12a7632f75395bd0ef5e394d5c2abd6cbe28c6 Ken Wakasa2012-08-021-3/+2
* Cleanup headers•••Change-Id: I9124366b2000cad54966fb6936bb4691bbf115a3 Ken Wakasa2012-07-311-3/+3
* Cosmetic fixes and style fixes•••Change-Id: I69c42ff945cdf0d5205c6ca61d6861a0479492dc Ken Wakasa2012-07-251-2/+2
* Change native functions' interface for gesture•••Change-Id: I106a858f0be7452dd89f425805a6f72aa88c3f65 Satoshi Kataoka2012-06-271-0/+22
* Fix debug build•••Change-Id: I48a87967ac741455502ac1a18465ae6ed7ef0d12 satok2012-06-131-1/+1
* refactor native step 2•••- proximity_info is now stateless Change-Id: I62725bfe05b161fa8fc050ea6b50867e10a354e2 Satoshi Kataoka2012-06-081-53/+0
* Separate state from proximity_info step1•••Bug: 6548943 Change-Id: I7b4fbe20615a28151a74875be43b9f4a20e0dce9 Satoshi Kataoka2012-06-071-242/+41
* Add missing includes.•••Change-Id: Ic7199045d0cffb208871f52cc167194013351d32 Ken Wakasa2012-05-161-0/+1
* Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9•••Change-Id: I3ab65059f6e356530484bfd0bba26a634a4cba65 Ken Wakasa2012-03-301-0/+466