aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/proximity_info.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix additional proximity in the native code•••Bug: 4343280 Change-Id: I4164bb916b2dbdfb6bdc151b99d46a6171d9c355 satok2012-03-141-3/+3
* Use additional proximity chars in the native code•••Bug: 4343280 Change-Id: Ida690fe246cea80a82fcdb3ad0c28e2907b882ac satok2012-03-131-0/+1
* Implement additional proximity characters in the native code•••Bug: 4343280 Change-Id: I9bbc5cab2fef1ee80c1fe32017df811ef8af10bc satok2012-03-131-3/+4
* Add functions to calculate proximity characters in the native code•••Bug: 4343280 Change-Id: I17f8f6295b01900948b98680d0267753f33a46cf satok2012-03-081-1/+7
* Support additional proximity characters•••Change-Id: Ifbe0d7e4eafea1926bbce968eae4724dd5769689 satok2012-02-021-1/+3
* Fix indentations.•••Change-Id: I25c26e2fe50427d11d97b6204174a4f651963d24 Ken Wakasa2012-01-061-2/+2
* Remove NULL from native/src•••Change-Id: I5299af7773d28fd12faebbfe644829a401ae5644 Tadashi G. Takaoka2011-10-281-5/+1
* Fix trivial compile issue•••Change-Id: I9dbc51496dbdb2195bbe589b0c3b2cd7e3d2f1fc Tadashi G. Takaoka2011-10-281-0/+4
* 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-9/+21
* Promote touches in hit box according to the distance from sweet spot•••Change-Id: Ice0fd0514304a79aed67627c2ea3439bd5177de4 Yusuke Nojima2011-10-051-19/+11
* Cache the sweet spot types•••Change-Id: Ibaee062dc55c11892143d48b2d0959e78e52be83 Yusuke Nojima2011-10-041-1/+4
* Classify touches into three types.•••Change-Id: I7c1d42835e0c15d596a1b66d421b0aa514ec0890 Yusuke Nojima2011-09-301-5/+28
* Pass the touch position correction data to native.•••Change-Id: I92958779377a530410d1682100f9d0a2ba267dea Yusuke Nojima2011-09-291-7/+8
* Extend JNI interface to pass the theme id of the keybaord to the native.•••Change-Id: I705ec2fa1d32a673a8d84bc9afc2a46208a414a1 Yusuke Nojima2011-09-281-1/+2
* Extend JNI interface to pass the key coordinate information•••Change-Id: Iec0d1415d6abba43b775a014516b961b167597b7 Yusuke Nojima2011-09-221-1/+18
* Combilne normal correction and skip correction•••Change-Id: Ide868d977c0f35900340c7be1b71d572c69a8806 satok2011-08-151-0/+4
* Improve skip correction algorithm•••Change-Id: Ife45e3886137d60a4e903d4c6f7a9ef20c7e705a satok2011-08-111-0/+1
* Refactor CorrectionState to Correction•••Change-Id: I5f1ce35413731f930b43b1c82014e65d9eaa240b satok2011-08-101-1/+1
* Refactor the correction algorithm related to missing character correction•••Change-Id: If68f2aaea7df48d013aea5401cee4ec0df32111a satok2011-08-091-1/+1
* Add correction state•••Change-Id: I0d281cede1590893bd1def005cf83c9431d12750 satok2011-08-011-2/+3
* (Step2)Move functions related to proximity to proximity_info.cpp•••Change-Id: Iae0eb2a5cd758bda820fa42b4bc3eb3d2665bf96 satok2011-07-141-0/+12
* (Step 1) Move proximity related parameters from unigram_dictionary to proximi...•••Change-Id: Ic630b35f4abffeb84c38bcf5935795b7ff07556a satok2011-07-141-0/+5
* Clean up in LatinIME native code•••Change-Id: I0062200a0181a491690115ac0fab8d11358e2f14 Ken Wakasa2011-06-181-1/+3
* Add -Werror flag to catch more warnings and errors•••Change-Id: I9c39ba24578931944aae8182918ed48a2e82eb39 Ken Wakasa2011-03-191-3/+3
* Add the suggestion algorithm of words with space proximity•••Bug: 3311719 Change-Id: Ide12a4a6280103c092fa0f563dd5b9e3f7f5c89b satok2011-03-041-5/+10
* Add proximity info to native•••Bug: 3311719 Change-Id: Ie596304070e321ad23fb67a13bf05e2b6af1b54b satok2011-02-231-0/+40