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