aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/proximity_info.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix additional proximity in the native code•••Bug: 4343280 Change-Id: I4164bb916b2dbdfb6bdc151b99d46a6171d9c355 satok2012-03-141-20/+60
* Use additional proximity chars in the native code•••Bug: 4343280 Change-Id: Ida690fe246cea80a82fcdb3ad0c28e2907b882ac satok2012-03-131-0/+25
* Implement additional proximity characters in the native code•••Bug: 4343280 Change-Id: I9bbc5cab2fef1ee80c1fe32017df811ef8af10bc satok2012-03-131-4/+5
* Add functions to calculate proximity characters in the native code•••Bug: 4343280 Change-Id: I17f8f6295b01900948b98680d0267753f33a46cf satok2012-03-081-0/+43
* Support additional proximity characters•••Change-Id: Ifbe0d7e4eafea1926bbce968eae4724dd5769689 satok2012-02-021-1/+17
* Add a test for auto-correction.•••Fix two related subtle bugs: - Stop singling out fat-finger-only corrections for rejection when touch coordinates are not available. - Remove a racy check that would happen only in debug mode Change-Id: Ic904f9b27c091ca6b369052c4e65a630bff81257 Jean Chalard2012-01-251-0/+3
* New LOG lib•••Change-Id: I977e7e10fa58c0a64ca0c3c7b5cb2272446e3efe satok2012-01-131-4/+4
* Prepare for proximity + two word correction No2•••Change-Id: Idfa1413e853299f1db459ef07da3efa932047981 satok2011-12-191-1/+1
* Prepare for proximity + two words suggestion•••Change-Id: I3637f9bec1f4a3c5953498c4562e1f17a7bf593c satok2011-12-161-1/+9
* Reorganize char_utils.h and basechars.h••• * make BASE_CHARS[] const * add several inline menthods for ASCII character handling Change-Id: I49664f219af88faf0aef43ac350cfc216570b185 Tadashi G. Takaoka2011-11-111-3/+3
* am 2549ce27: am df2fed2b: Merge "Fix a bug that would end up in memory corrup...•••* commit '2549ce275a272d552c28121ea58742e54b640e54': Fix a bug that would end up in memory corruption Ken Wakasa2011-11-101-6/+9
|\
| * Fix a bug that would end up in memory corruption•••Square distances array was not the right size. Copying long words into it would result in fandango on core. Bug: 5508337 Bug: 5591925 Change-Id: I7598081b3cfcd1975b206dada1baf8da9be35641 Jean Chalard2011-11-101-6/+9
* | Remove NULL from native/src•••Change-Id: I5299af7773d28fd12faebbfe644829a401ae5644 Tadashi G. Takaoka2011-10-281-1/+1
|/
* 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