Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
f4425aaae971fe78d44530ebe01cf7a59b2e47aa
/
native
/
jni
/
src
/
proximity_info.cpp
830ba67
refactor MAX_POINT_TO_KEY_LENGTH
by Satoshi Kataoka
· 12 years ago
625778f
Add keyboard hypotenuse metric to ProximityInfo.
by Tom Ouyang
· 13 years ago
ee456af
Cleanup in ProximityInfoParams
by Ken Wakasa
· 13 years ago
0ae5b07
Yet another cleanup in ProximityInfoParams
by Ken Wakasa
· 13 years ago
6e2ba9b
Remove unnecessary maxProximityCharsSize
by Ken Wakasa
· 13 years ago
6c22439
Remove MAX_PROXIMITY_CHARS_SIZE_INTERNAL
by Ken Wakasa
· 13 years ago
47cc524
refactor proximity info
by Satoshi Kataoka
· 13 years ago
0c2227a
Clean up in geometry_utils.h
by Ken Wakasa
· 13 years ago
bf78e13
Refactor proximity info
by Satoshi Kataoka
· 13 years ago
6cee61d
Use -fno-inline for debug builds & small cleanups
by Ken Wakasa
· 13 years ago
ccebd5c
Replace assert() with ASSERT() & use -funwind-tables for debug builds
by Ken Wakasa
· 13 years ago
692cd00
Small cleanups
by Ken Wakasa
· 13 years ago
1d516fb
Clean up int types
by Ken Wakasa
· 13 years ago
6e66349
Adjust compiler warning options with the offdevice Makefile
by Ken Wakasa
· 13 years ago
a323fa6
A small code cleanup in geometry_utils.h
by Ken Wakasa
· 13 years ago
44d9c1e
Use sizeof() more safely.
by Ken Wakasa
· 13 years ago
ff74cc3
Improve gesture input scoring method 2.
by Keisuke Kuroyanagi
· 13 years ago
f34ec5a
Make gestures work correctly on keyboards with accented keys
by Tom Ouyang
· 13 years ago
0edab9d
Use touch position correction in the geometric input
by Satoshi Kataoka
· 13 years ago
0e301bd
Merge "Generalize incremental recognition to non-Latin languages" into jb-mr1-dev
by Tom Ouyang
· 13 years ago
f4554d8
Fix an issue on FP calculation diff of osx and linux
by Satoshi Kataoka
· 13 years ago
1321685
Generalize incremental recognition to non-Latin languages
by Tom Ouyang
· 13 years ago
5964d4e
Variable type cleanups
by Ken Wakasa
· 13 years ago
95a49a5
Restricting children for gesture input.
by Keisuke Kuroyanagi
· 13 years ago
f278981
Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedLikeness().
by Ken Wakasa
· 13 years ago
07aea40
Fix a bug giving broken characters
by Jean Chalard
· 13 years ago
162c211
Address warnings by -Weffc++
by Ken Wakasa
· 13 years ago
e7398cd
Step 26-A Cleanup geometory_utils
by Satoshi Kataoka
· 13 years ago
bcec82d
Clean up constructors
by Ken Wakasa
· 13 years ago
063c3e2
Fix memset() bugs
by Ken Wakasa
· 13 years ago
6b4a1d7
Step 22-A implement session
by Satoshi Kataoka
· 13 years ago
9e0c711
Stop using STL string in additional_proximity_chars
by Ken Wakasa
· 13 years ago
0151145
Use GetStringUTFRegion
by Ken Wakasa
· 13 years ago
bb005f7
Start using JNI's Get<Type>ArrayRegion()
by Ken Wakasa
· 13 years ago
9b39236
Cleanup headers.
by Ken Wakasa
· 13 years ago
77e8e81
Header cleanup. Moved a couple of functions from .h to .cpp.
by Ken Wakasa
· 13 years ago
f1008c5
Cleanup headers
by Ken Wakasa
· 13 years ago
0bbb917
Cosmetic fixes and style fixes
by Ken Wakasa
· 13 years ago
efb6324
Change native functions' interface for gesture
by Satoshi Kataoka
· 13 years ago
1035bc9
Fix debug build
by satok
· 13 years ago
4a3db70
refactor native step 2
by Satoshi Kataoka
· 13 years ago
3e8c58f
Separate state from proximity_info step1
by Satoshi Kataoka
· 13 years ago
3b088a2
Add missing includes.
by Ken Wakasa
· 13 years ago
3ef3e24
Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9
by Ken Wakasa
· 13 years ago
[Renamed from native/src/proximity_info.cpp]
350ffc8
Merge "Fix a bug with negative coordinates, step 3"
by Jean Chalard
· 13 years ago
e2222b7
Merge "Fix a bug with negative coordinates, step 2"
by Jean Chalard
· 13 years ago
7f18f44
Merge "Fix a bug with negative coordinates, step 1"
by Jean Chalard
· 13 years ago
52612a0
Fix a bug with negative coordinates, step 3
by Jean Chalard
· 13 years ago
3094d12
Fix a bug with negative coordinates, step 2
by Jean Chalard
· 13 years ago
88ec125
Fix a bug with negative coordinates, step 1
by Jean Chalard
· 13 years ago
8980bd4
Merge "Cleanup jni 1"
by satok
· 13 years ago
9df4a45
Cleanup jni 1
by satok
· 13 years ago
bbc2560
Fix a typo
by Jean Chalard
· 13 years ago
081616c
Send correct coordinates for the spell checker
by Jean Chalard
· 13 years ago
1caff47
Calculate proximity characters in the native code
by satok
· 13 years ago
0cb2097
Fix additional proximity in the native code
by satok
· 13 years ago
5eec574
Use additional proximity chars in the native code
by satok
· 13 years ago
552c3c2
Implement additional proximity characters in the native code Bug: 4343280
by satok
· 13 years ago
a70ee6e
Add functions to calculate proximity characters in the native code
by satok
· 13 years ago
e05b3f4
Support additional proximity characters
by satok
· 14 years ago
0bfe359
Add a test for auto-correction.
by Jean Chalard
· 14 years ago
9fb6f47
New LOG lib
by satok
· 14 years ago
1a6da63
Prepare for proximity + two word correction No2
by satok
· 14 years ago
744dab6
Prepare for proximity + two words suggestion
by satok
· 14 years ago
6e3cb27
Reorganize char_utils.h and basechars.h
by Tadashi G. Takaoka
· 14 years ago
6d12dfd
am 2549ce27: am df2fed2b: Merge "Fix a bug that would end up in memory corruption" into ics-mr0
by Ken Wakasa
· 14 years ago
8c8ca59
Fix a bug that would end up in memory corruption
by Jean Chalard
· 14 years ago
0e97148
Remove NULL from native/src
by Tadashi G. Takaoka
· 14 years ago
a4c1f1c
Calibrate the scores of the proximity chars according to the distances.
by Yusuke Nojima
· 14 years ago
e4ba822
Promote touches in hit box according to the distance from sweet spot
by Yusuke Nojima
· 14 years ago
c25c7cc
Cache the sweet spot types
by Yusuke Nojima
· 14 years ago
1671715
Move ProximityInfo::calculateSweetSpotType right after ProximityInfo::setInputParams
by Yusuke Nojima
· 14 years ago
5d21c5c
Fix bug in calculateSweetSpotType()
by Yusuke Nojima
· 14 years ago
258bfe6
Classify touches into three types.
by Yusuke Nojima
· 14 years ago
ad35835
Pass the touch position correction data to native.
by Yusuke Nojima
· 14 years ago
1c923d8
Extend JNI interface to pass the theme id of the keybaord to the native.
by Yusuke Nojima
· 14 years ago
de2f842
Add explicit NULL check to latinime_Keyboard_setProximityInfo() and ProximityInfo::ProximityInfo().
by Yusuke Nojima
· 14 years ago
0e1f656
Extend JNI interface to pass the key coordinate information
by Yusuke Nojima
· 14 years ago
0cedd2b
Combilne normal correction and skip correction
by satok
· 14 years ago
985312e
Refactor the correction algorithm related to missing character correction
by satok
· 14 years ago
2df3060
Add correction state
by satok
· 14 years ago
d24df43
(Step2)Move functions related to proximity to proximity_info.cpp
by satok
· 14 years ago
1d7eaf8
(Step 1) Move proximity related parameters from unigram_dictionary to proximity_info
by satok
· 14 years ago
ce9e52a
Clean up in LatinIME native code
by Ken Wakasa
· 14 years ago
3c4bb77
A bug fix for the mistyped space algorithm
by satok
· 15 years ago
817e517
Add the suggestion algorithm of words with space proximity
by satok
· 15 years ago
8fbd552
Add proximity info to native
by satok
· 15 years ago