Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
packages
/
inputmethods
/
LatinIME
/
6abdafc67165977b47d7fa7ae176ebe9b3b007ef
/
native
6abdafc
Remove TerminalAttributes.
by Keisuke Kuroyanagi
· 11 years ago
f4688f8
Cleanup ShortcutListReadingUtils.
by Keisuke Kuroyanagi
· 11 years ago
f1e383e
Change name of shortcut reading util class.
by Keisuke Kuroyanagi
· 11 years ago
7c48352
Move methods for Shortcut reading to policyimpl.
by Keisuke Kuroyanagi
· 11 years ago
fd10db0
Move shortcut iteration methods to poilcy.
by Keisuke Kuroyanagi
· 11 years ago
277053a
Move bigram reading methods to BigramListReadingUtils.
by Keisuke Kuroyanagi
· 11 years ago
668870b
Move bigrams iteration methods to policy.
by Keisuke Kuroyanagi
· 11 years ago
e1ebef6
Make DictionaryStructurePolicy have buffer info.
by Keisuke Kuroyanagi
· 11 years ago
b2408c7
Fix parent position reading for ver3 dict.
by Keisuke Kuroyanagi
· 11 years ago
60eb250
Support ver3 dict in native code.
by Keisuke Kuroyanagi
· 11 years ago
744084d
Implement getTerminalNodePositionOfWord for ver3 dict.
by Keisuke Kuroynagi
· 11 years ago
9601df5
Implement getCodePointsAndProbabilityAnd... for ver3 dicts.
by Keisuke Kuroynagi
· 11 years ago
2b1dd6e
Implement a part of ver 3 dictionary reading methods.
by Keisuke Kuroynagi
· 11 years ago
22f951c
Merge "Remove checkFirstCharacter from BigramDictionary."
by Keisuke Kuroynagi
· 11 years ago
cf1f767
DynamicPatriciaTrieReadingUtils for version 3 dictionary.
by Keisuke Kuroynagi
· 11 years ago
647c000
Give PatriciaTrieReadingUtils methods for reading nodes.
by Keisuke Kuroynagi
· 11 years ago
f0a7f70
Fix: Include wrong file in dynamic_patricia_trie_policy.cpp.
by Keisuke Kuroynagi
· 11 years ago
8045b7c
Merge "Introduce DynamicPatriciaTriePolicy for ver 3 dictionary."
by Keisuke Kuroynagi
· 11 years ago
2401f7c
Move binary_format.h to policyimpl.
by Keisuke Kuroynagi
· 11 years ago
11a431f
Fix: appendTwoWords cannot handle MAX_WORD_LENGTH-chars word.
by Keisuke Kuroynagi
· 11 years ago
2a2aac2
Remove checkFirstCharacter from BigramDictionary.
by Keisuke Kuroynagi
· 11 years ago
26de707
Introduce DynamicPatriciaTriePolicy for ver 3 dictionary.
by Keisuke Kuroynagi
· 11 years ago
1fb11da
Move creating children methods to structurePolicy.
by Keisuke Kuroynagi
· 11 years ago
9d618d1
Move files only used in dicNode to "internal".
by Keisuke Kuroynagi
· 11 years ago
4447b14
"much" in suggestions of "m" after "very"
by Keisuke Kuroynagi
· 11 years ago
75322ce
Support terminal insertion error correction
by Satoshi Kataoka
· 11 years ago
cb4a7c1
Fix: "saomething" -> "something".
by Keisuke Kuroynagi
· 11 years ago
62f3b4e
Merge "Fix: huge bigram costs for blacklisted words."
by Keisuke Kuroynagi
· 11 years ago
5b7688b
Fix: native crash while iterating bigramslist.
by Keisuke Kuroynagi
· 11 years ago
b179199
Fix: huge bigram costs for blacklisted words.
by Keisuke Kuroynagi
· 11 years ago
c38ec47
Get BigramsPos and ShortcutPos via structure policy.
by Keisuke Kuroynagi
· 11 years ago
8a71295
Replace NOT_VALID_WORD with NOT_A_VALID_WORD_POS
by Keisuke Kuroynagi
· 11 years ago
b6f286b
Merge "Make bigram dictionary and traverse session use structure policy."
by Keisuke Kuroynagi
· 11 years ago
34047d8
Quit ignoring language cost of exact matches.
by Keisuke Kuroynagi
· 11 years ago
1311cdc
Make bigram dictionary and traverse session use structure policy.
by Keisuke Kuroynagi
· 11 years ago
5b03213
Remove flags from dicNodeProperties.
by Keisuke Kuroynagi
· 11 years ago
0933353
Merge "Read version 3 dictionary header."
by Keisuke Kuroynagi
· 11 years ago
cac66f2
Merge "Return NOT_A_PROBABILITY in getProbability for inalid dictionary."
by Keisuke Kuroynagi
· 11 years ago
a829188
Allow force auto commit when the top is long multiword.
by Keisuke Kuroynagi
· 11 years ago
72f69fd
Return NOT_A_PROBABILITY in getProbability for inalid dictionary.
by Keisuke Kuroynagi
· 11 years ago
9a4f7a3
Disable shortcut output for multi-word suggestions.
by Keisuke Kuroynagi
· 11 years ago
5ae8722
Read version 3 dictionary header.
by Keisuke Kuroynagi
· 11 years ago
07718a5
Merge "Fix: Reading invalid dictionary position."
by Keisuke Kuroynagi
· 11 years ago
f6aa9e9
Fix: Reading invalid dictionary position.
by Keisuke Kuroynagi
· 11 years ago
2164856
Merge "Move children filtering methods to DicNodeChildrenFilter."
by Keisuke Kuroynagi
· 11 years ago
b6f5d3e
Fix offdevice compilation
by Jean Chalard
· 11 years ago
7eba019
Dump binary dictionary information when opening
by Jean Chalard
· 11 years ago
28ade09
Merge "Remove format version 1 related logic."
by Keisuke Kuroynagi
· 11 years ago
92db5e1
Remove format version 1 related logic.
by Keisuke Kuroynagi
· 11 years ago
109ba3a
Merge "Regenerate old version dictionaries using new format."
by Keisuke Kuroynagi
· 11 years ago
a62b5b2
Regenerate old version dictionaries using new format.
by Keisuke Kuroynagi
· 11 years ago
7a06a79
Move children filtering methods to DicNodeChildrenFilter.
by Keisuke Kuroynagi
· 11 years ago
c5e6efa
Introduce patriciaTrie to abstract traversing version 2 dictionary.
by Keisuke Kuroynagi
· 11 years ago
d9e08be
Merge "Add DictionaryStructure as a policy."
by Keisuke Kuroynagi
· 11 years ago
68e7edf
Use NOT_A_DICT_POS instead of 0 to express not valid ditctionary position.
by Keisuke Kuroynagi
· 11 years ago
e394aba
Add DictionaryStructure as a policy.
by Keisuke Kuroynagi
· 11 years ago
c96b56a
Merge "Reduce the number of arguments required to initialize dic_node."
by Keisuke Kuroynagi
· 11 years ago
c445369
Fix class names
by Ken Wakasa
· 11 years ago
6379a4d
Reduce the number of arguments required to initialize dic_node.
by Keisuke Kuroynagi
· 11 years ago
c0d7a37
Merge "Move shortcut reading methods."
by Keisuke Kuroynagi
· 11 years ago
5ac44bd
Move shortcut reading methods.
by Keisuke Kuroynagi
· 11 years ago
5bf1be7
Add jni methods for dynamically handling a dictionary.
by Keisuke Kuroynagi
· 11 years ago
3b33656
Add canBeDynamicallyUpdated() in BinaryDictionaryInfo.
by Keisuke Kuroynagi
· 11 years ago
f3b6290
Allow mmapping dictionary file in writable mode in openNative.
by Keisuke Kuroynagi
· 11 years ago
46159d5
Move file and mmap information form Dictionary to BinaryDictionaryInfo.
by Keisuke Kuroynagi
· 11 years ago
80a4b7c
Merge "Extend center point vertically for bottom keys on a keyboard."
by Keisuke Kuroynagi
· 11 years ago
77ec871
Extend center point vertically for bottom keys on a keyboard.
by Keisuke Kuroynagi
· 11 years ago
940cca4
Merge "Check adjacent proximity chars for insertion for typing"
by Keisuke Kuroynagi
· 11 years ago
af9d92f
Rename BinaryDictionaryBigramsReadingUtils to BinaryDictionaryTerminalAttributesReadingUtils and remanme the class methods
by Keisuke Kuroynagi
· 11 years ago
be2a172
Merge "Give the best score to the most probable exact match."
by Keisuke Kuroynagi
· 11 years ago
24706f8
Check adjacent proximity chars for insertion for typing
by Keisuke Kuroynagi
· 11 years ago
f0dc0b1
Give the best score to the most probable exact match.
by Keisuke Kuroynagi
· 11 years ago
21dfdcd
Merge "Add ByteArrayUtils::readSignedInt24andAdvancePosition to read dynamic dictionaries."
by Keisuke Kuroynagi
· 11 years ago
8a914a6
Add ByteArrayUtils::readSignedInt24andAdvancePosition to read dynamic dictionaries.
by Keisuke Kuroynagi
· 11 years ago
09858cb
Change method name of getDepth and getTotalLength.
by Keisuke Kuroynagi
· 11 years ago
ec7457e
Initialize inputStatusG at the constructor.
by Keisuke Kuroynagi
· 11 years ago
2d3f2da
Check compound distance of node and prune useless node after creating new word.
by Keisuke Kuroynagi
· 11 years ago
6bfeeb8
Support multi words input for gesture.
by Keisuke Kuroynagi
· 11 years ago
0052dbd
Support keys that have uncommon width.
by Keisuke Kuroynagi
· 11 years ago
1ff81e8
Use bloom filter in multi bigram map.
by Keisuke Kuroynagi
· 11 years ago
a71ed8c
Introduce BinaryDictionaryBigramsIterator to access bigrams attributes in binary dictionaries.
by Keisuke Kuroynagi
· 11 years ago
f473f4b
Remove unused macros in defines.h
by Ken Wakasa
· 11 years ago
0b7cd6a
Fix: Android.mk for autocorrection_threshold_utils.
by Keisuke Kuroynagi
· 11 years ago
527c128
Remove unused methods.
by Keisuke Kuroynagi
· 11 years ago
bd0d1af
Introduce BinaryDictionaryHeader to access binary dictionary header.
by Keisuke Kuroynagi
· 11 years ago
ad0c6d7
Cleanups in JNI related code
by Ken Wakasa
· 11 years ago
11dc3a3
Clean up macro variables
by Ken Wakasa
· 11 years ago
156d393
Remove a bunch macros that are no longer used
by Ken Wakasa
· 11 years ago
db0aa74
Merge "Purge WordsPriorityQueue"
by Satoshi Kataoka
· 11 years ago
4caf594
Follow up to I907150be994c4f9ffc030c063de521eeb177d3e1
by Ken Wakasa
· 11 years ago
04e37fb
Purge WordsPriorityQueue
by Satoshi Kataoka
· 11 years ago
cbb1ee4
Fix build
by Satoshi Kataoka
· 11 years ago
dceebee
Purge UnigramDictionary
by Satoshi Kataoka
· 11 years ago
6c4ad52
Migrate used functions in UnigramDicitonary
by Satoshi Kataoka
· 11 years ago
d858b58
Move obsolete files to obsolete dir 2
by Satoshi Kataoka
· 11 years ago
e0bbb98
Fix build
by Satoshi Kataoka
· 11 years ago
01cae93
Move obsolete files to obsolete dir
by Satoshi Kataoka
· 11 years ago
7c92b42
Purge DicTraverseWrapper
by Satoshi Kataoka
· 11 years ago
d181120
Move bigram_dictionary
by Satoshi Kataoka
· 11 years ago
addea83
Create "src/utils" directory
by Ken Wakasa
· 11 years ago
Next »