Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
69f94e1983f5b0d7b982d806afd9b937c8222b3d
/
native
e1e5a3f
Merge "Fill in the format-specific shortcut reading methods (A3)"
by Jean Chalard
· 14 years ago
8e464d4
Fill in the format-specific shortcut reading methods (A3)
by Jean Chalard
· 14 years ago
ecbf3f2
Merge "Fix indentations."
by Ken Wakasa
· 14 years ago
e12e9b5
Fix indentations.
by Ken Wakasa
· 14 years ago
cf9dbbd
Add methods to read shortcuts from the binary dict (A2)
by Jean Chalard
· 14 years ago
c8c6585
Add a forgotten constant
by Jean Chalard
· 14 years ago
e0e3396
Skip shortcut targets if any. (A1)
by Jean Chalard
· 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
a7e5a5a
Add words priority queue pool
by satok
· 14 years ago
4d35598
Add a functionality to limit the max correction errors
by satok
· 14 years ago
d03317c
Prune traversing a bit agressively and add a flag not to do auto completion
by satok
· 14 years ago
1147c7b
Unbundle members in unigram_dictionary
by satok
· 14 years ago
d5e35ac
Reorganize LatinIME native build directory structure. Now it got NDK friendly.
by Ken Wakasa
· 14 years ago
16379df
Use priority queue for native string buffer
by satok
· 14 years ago
0a66397
am 620b1faf: Merge "Fix the touch calibration bug" into ics-mr1
by satok
· 14 years ago
554fdd2
Fix the touch calibration bug
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
2549ce2
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
5fdcd7d
Fix JNI as 64bit ready
by Tadashi G. Takaoka
· 14 years ago
7e8cf3c
Merge "Remove NULL from native/jni"
by Tadashi G. Takaoka
· 14 years ago
94810de
Remove NULL from native/jni
by Tadashi G. Takaoka
· 14 years ago
0e97148
Remove NULL from native/src
by Tadashi G. Takaoka
· 14 years ago
5049f5b
Fix trivial compile issue
by Tadashi G. Takaoka
· 14 years ago
d862b93
Cleanup unused function
by Tadashi G. Takaoka
· 14 years ago
04d8737
Calculate edit distances incrementally.
by Yusuke Nojima
· 14 years ago
a4c1f1c
Calibrate the scores of the proximity chars according to the distances.
by Yusuke Nojima
· 14 years ago
57834c2
Fix a bug of the conversion of the correction algorithm
by satok
· 14 years ago
afb9076
Enable score calibration by touch coordinates
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
c812d0b
Merge "Demote words with a capitalized char"
by satok
· 14 years ago
eb050fc
Demote words with a capitalized char
by satok
· 14 years ago
5d21c5c
Fix bug in calculateSweetSpotType()
by Yusuke Nojima
· 14 years ago
9ee8c9c
Calibrate score by touch coordinates
by Yusuke Nojima
· 14 years ago
da9f556
Merge "Classify touches into three types."
by Yusuke Nojima
· 14 years ago
258bfe6
Classify touches into three types.
by Yusuke Nojima
· 14 years ago
db096d6
Merge "Add a flag to demote completed suggestions"
by satok
· 14 years ago
40a5f6f
Add a flag to demote completed suggestions
by satok
· 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
b225516
Merge "Extend JNI interface to pass the key coordinate information"
by Yusuke Nojima
· 14 years ago
0e1f656
Extend JNI interface to pass the key coordinate information
by Yusuke Nojima
· 14 years ago
db815b7
Merge "Fix a dangerous macro."
by Yusuke Nojima
· 14 years ago
6309593
Fix a dangerous macro.
by Yusuke Nojima
· 14 years ago
2e496f5
Fix editDistance() not to access the outside of mEditDistanceTable
by Yusuke Nojima
· 14 years ago
032cfee
Delete unused function and add TODO comment for a potential bug.
by Yusuke Nojima
· 14 years ago
a6f2fcd
Fix a bug for calculating the edit distance
by satok
· 14 years ago
0ada663
remove unnecessary condition check.
by Yusuke Nojima
· 14 years ago
7adf2cd
Combine proximity and corrections
by satok
· 14 years ago
10266c0
Combine the skipped and transposed correction
by satok
· 14 years ago
6d78302
Fix last excessive char correction handling
by satok
· 14 years ago
b9d09e7
Refactor correction.cpp
by satok
· 14 years ago
9db2097
Do the transposed correction and the excessive correction by one loop
by satok
· 14 years ago
bcac0e9
Improve fat finger correction.
by satok
· 14 years ago
0cedd2b
Combilne normal correction and skip correction
by satok
· 14 years ago
466ed22
Removed matchedChar count
by satok
· 14 years ago
f3948c1
Calculate the skip correction by one loop
by satok
· 14 years ago
635f68e
Improve skip correction algorithm
by satok
· 14 years ago
208268d
Add correction state.
by satok
· 14 years ago
cfca3c6
Refactor CorrectionState to Correction
by satok
· 14 years ago
985312e
Refactor the correction algorithm related to missing character correction
by satok
· 14 years ago
8876b75
Move scoring part to the correction state
by satok
· 14 years ago
f071e75
Change the prune condition
by satok
· 14 years ago
4e4e74e
Move the input index and output index to correction state
by satok
· 14 years ago
0f6c8e8
Move code related to ranking algorithm to correction_state.cpp
by satok
· 14 years ago
588e2f2
Add bigram lookup implementation.
by Jean Chalard
· 14 years ago
612c6e4
Move code related to ranking algorithm to the correction state
by satok
· 14 years ago
db2c091
Remove old dictionary format code
by satok
· 14 years ago
2df3060
Add correction state
by satok
· 14 years ago
6a0e964
Small native refactoring.
by Jean Chalard
· 14 years ago
848b69a
Some refactoring
by Jean Chalard
· 14 years ago
999ba61
Some native cleanup
by Jean Chalard
· 14 years ago
f0a9809
Check the binary dictionary magic number
by Jean Chalard
· 14 years ago
d24df43
(Step2)Move functions related to proximity to proximity_info.cpp
by satok
· 14 years ago
46f2d44
Merge "(Step 1) Move proximity related parameters from unigram_dictionary to proximity_info"
by satok
· 14 years ago
1d7eaf8
(Step 1) Move proximity related parameters from unigram_dictionary to proximity_info
by satok
· 14 years ago
b2ba413
Merge "Activate the implementation for the new dictionary format."
by Jean Chalard
· 14 years ago
827ced8
Separate logging definitions in C
by satok
· 14 years ago
787945b
Fix build for profiling
by satok
· 14 years ago
cba9e23
Activate the implementation for the new dictionary format.
by Jean Chalard
· 14 years ago
3e41c07
Merge "Add a flag for a profiling"
by satok
· 14 years ago
20d9fda
Add a flag for a profiling
by satok
· 14 years ago
0adf7ae
Merge "New dict format, step 7"
by Jean Chalard
· 14 years ago
1059f27
New dict format, step 7
by Jean Chalard
· 14 years ago
ce9efbf
Compile code used in logging conditionally so that gcc does not complain
by Doug Kwan
· 14 years ago
bb15e77
Move a function to make next commit more readable
by Jean Chalard
· 14 years ago
e6715e3
Move a function out of a #endif to reduce a future commit
by Jean Chalard
· 14 years ago
0584f02
Rename parameters for future change
by Jean Chalard
· 14 years ago
432789a
Internal cleanup
by Jean Chalard
· 14 years ago
ffefdb6
Cleanup.
by Jean Chalard
· 14 years ago
980d6b6
Internal cleanup.
by Jean Chalard
· 14 years ago
594a9a1
Internal cleanup.
by Jean Chalard
· 14 years ago
85a1d1e
New dict format, step 6
by Jean Chalard
· 14 years ago
bc90c72
New dict format, step 5
by Jean Chalard
· 14 years ago
ce9e52a
Clean up in LatinIME native code
by Ken Wakasa
· 14 years ago
Next »