aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/proximity_info.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Calibrate the scores of the proximity chars according to the distances.•••+1 75 -1 27 +2 0 -2 0 +3 0 -3 0 +4 30 -4 48 +5 37 -5 27 +6 4 -6 35 +7 9 -7 18 Change-Id: I3c6ab06a0084c18ab595147c36c2ff4b1e961a7b Yusuke Nojima2011-10-111-29/+54
* Promote touches in hit box according to the distance from sweet spot•••Change-Id: Ice0fd0514304a79aed67627c2ea3439bd5177de4 Yusuke Nojima2011-10-051-29/+17
* Cache the sweet spot types•••Change-Id: Ibaee062dc55c11892143d48b2d0959e78e52be83 Yusuke Nojima2011-10-041-17/+29
* Move ProximityInfo::calculateSweetSpotType right after ProximityInfo::setInpu...•••Change-Id: Ifc76ab0aa3e9467d54696bb8b84bf523f001938a Yusuke Nojima2011-10-041-32/+32
* Fix bug in calculateSweetSpotType()•••Change-Id: I215bc02367e123a73ffc94974e7b1cbec52a25fa Yusuke Nojima2011-10-031-1/+1
* Classify touches into three types.•••Change-Id: I7c1d42835e0c15d596a1b66d421b0aa514ec0890 Yusuke Nojima2011-09-301-5/+59
* Pass the touch position correction data to native.•••Change-Id: I92958779377a530410d1682100f9d0a2ba267dea Yusuke Nojima2011-09-291-21/+12
* Extend JNI interface to pass the theme id of the keybaord to the native.•••Change-Id: I705ec2fa1d32a673a8d84bc9afc2a46208a414a1 Yusuke Nojima2011-09-281-2/+2
* Add explicit NULL check to latinime_Keyboard_setProximityInfo() and Proximity...•••Bug: 5375319 Change-Id: If3016ab56b6c62c8855b394f23e09e127a279be7 Yusuke Nojima2011-09-271-10/+13
* Extend JNI interface to pass the key coordinate information•••Change-Id: Iec0d1415d6abba43b775a014516b961b167597b7 Yusuke Nojima2011-09-221-2/+49
* Combilne normal correction and skip correction•••Change-Id: Ide868d977c0f35900340c7be1b71d572c69a8806 satok2011-08-151-0/+4
* Refactor the correction algorithm related to missing character correction•••Change-Id: If68f2aaea7df48d013aea5401cee4ec0df32111a satok2011-08-091-7/+2
* Add correction state•••Change-Id: I0d281cede1590893bd1def005cf83c9431d12750 satok2011-08-011-3/+5
* (Step2)Move functions related to proximity to proximity_info.cpp•••Change-Id: Iae0eb2a5cd758bda820fa42b4bc3eb3d2665bf96 satok2011-07-141-1/+74
* (Step 1) Move proximity related parameters from unigram_dictionary to proximi...•••Change-Id: Ic630b35f4abffeb84c38bcf5935795b7ff07556a satok2011-07-141-0/+25
* Clean up in LatinIME native code•••Change-Id: I0062200a0181a491690115ac0fab8d11358e2f14 Ken Wakasa2011-06-181-1/+3
* A bug fix for the mistyped space algorithm•••Bug: 3311719 -- also fixed compiler warnings Change-Id: I6941c0d02f10d67af88bc943748dde8d8783fabb satok2011-03-041-1/+1
* Add the suggestion algorithm of words with space proximity•••Bug: 3311719 Change-Id: Ide12a4a6280103c092fa0f563dd5b9e3f7f5c89b satok2011-03-041-6/+36
* Add proximity info to native•••Bug: 3311719 Change-Id: Ie596304070e321ad23fb67a13bf05e2b6af1b54b satok2011-02-231-0/+34