Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
f6aa9e9a1d8e98b00a53f18359153d1e487efe57
f6aa9e9
Fix: Reading invalid dictionary position.
by Keisuke Kuroynagi
· 12 years ago
b6f5d3e
Fix offdevice compilation
by Jean Chalard
· 12 years ago
7eba019
Dump binary dictionary information when opening
by Jean Chalard
· 12 years ago
edf5842
Merge "Add args to dicttool test."
by Jean Chalard
· 12 years ago
28ade09
Merge "Remove format version 1 related logic."
by Keisuke Kuroynagi
· 12 years ago
92db5e1
Remove format version 1 related logic.
by Keisuke Kuroynagi
· 12 years ago
e5a3b77
Merge "Move Range out of RichInputConnection and rename it."
by Jean Chalard
· 12 years ago
109ba3a
Merge "Regenerate old version dictionaries using new format."
by Keisuke Kuroynagi
· 12 years ago
70ee220
Merge "Do not re-resume suggestion if it's not needed."
by Jean Chalard
· 12 years ago
675bcf1
Move Range out of RichInputConnection and rename it.
by Jean Chalard
· 12 years ago
4b7acd1
Add args to dicttool test.
by Jean Chalard
· 12 years ago
a62b5b2
Regenerate old version dictionaries using new format.
by Keisuke Kuroynagi
· 12 years ago
3f0858e
Fix a bug where no URL means refresh never ends
by Jean Chalard
· 12 years ago
f0af452
Do not re-resume suggestion if it's not needed.
by Jean Chalard
· 12 years ago
8142a7b
Merge "Record number of words entered"
by Kurt Partridge
· 12 years ago
a5e28ac
Merge "Fix a bug where AOSP Latin IME would not fill dictionaries"
by Jean Chalard
· 12 years ago
2a7f8d1
Merge "Introduce patriciaTrie to abstract traversing version 2 dictionary."
by Keisuke Kuroynagi
· 12 years ago
c5e6efa
Introduce patriciaTrie to abstract traversing version 2 dictionary.
by Keisuke Kuroynagi
· 12 years ago
21c3a52
Merge "Update dictionaries"
by Jean Chalard
· 12 years ago
ffe7dbb
Update dictionaries
by Jean Chalard
· 12 years ago
555c423
Fix a bug where AOSP Latin IME would not fill dictionaries
by Jean Chalard
· 12 years ago
169571b
Record number of words entered
by Kurt Partridge
· 12 years ago
e04794c
Fix some warnings
by Jean Chalard
· 12 years ago
4ded1af
Improve the language list in the personal dictionary
by Satoshi Kataoka
· 12 years ago
ec69a25
Merge "Open an API in ExternalDictionaryGetterForDebug"
by Satoshi Kataoka
· 12 years ago
a2bfd46
Use internal personal dictionary settings on JBMR2 or before
by Satoshi Kataoka
· 12 years ago
bd84a00
Open an API in ExternalDictionaryGetterForDebug
by Satoshi Kataoka
· 12 years ago
d9e08be
Merge "Add DictionaryStructure as a policy."
by Keisuke Kuroynagi
· 12 years ago
68e7edf
Use NOT_A_DICT_POS instead of 0 to express not valid ditctionary position.
by Keisuke Kuroynagi
· 12 years ago
e394aba
Add DictionaryStructure as a policy.
by Keisuke Kuroynagi
· 12 years ago
c96b56a
Merge "Reduce the number of arguments required to initialize dic_node."
by Keisuke Kuroynagi
· 12 years ago
2bbd78a
Merge "Ignore spans that are not the right size."
by Jean Chalard
· 12 years ago
c445369
Fix class names
by Ken Wakasa
· 12 years ago
2f7f625
Ignore spans that are not the right size.
by Jean Chalard
· 12 years ago
6379a4d
Reduce the number of arguments required to initialize dic_node.
by Keisuke Kuroynagi
· 12 years ago
16c418b
Merge "Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a"
by Ken Wakasa
· 12 years ago
6c0e412
Merge "Resume suggestion at start input"
by Jean Chalard
· 12 years ago
0053bc5
Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a
by Ken Wakasa
· 12 years ago
b1b21d4
Make sure to always keep native methods
by Ken Wakasa
· 12 years ago
a690f3b
Merge "Readability improvement"
by Jean Chalard
· 12 years ago
173f74b
Merge "Fixing follow-up to I548d899b"
by Jean Chalard
· 12 years ago
fb72890
Readability improvement
by Jean Chalard
· 12 years ago
7fcf304
Fixing follow-up to I548d899b
by Jean Chalard
· 12 years ago
c0d7a37
Merge "Move shortcut reading methods."
by Keisuke Kuroynagi
· 12 years ago
5ac44bd
Move shortcut reading methods.
by Keisuke Kuroynagi
· 12 years ago
5bf1be7
Add jni methods for dynamically handling a dictionary.
by Keisuke Kuroynagi
· 12 years ago
4da287d
Merge "Import translations. DO NOT MERGE"
by Baligh Uddin
· 12 years ago
2f69348
Resume suggestion at start input
by Jean Chalard
· 12 years ago
fd0945b
Merge "Make UserLogRingCharBuffer an external class"
by Ken Wakasa
· 12 years ago
9419e02
Make UserLogRingCharBuffer an external class
by Ken Wakasa
· 12 years ago
333362a
Merge "Fix the one-suggestion case."
by Jean Chalard
· 12 years ago
d7d5ff1
Fix the one-suggestion case.
by Jean Chalard
· 12 years ago
38b5426
Merge "Add a parameter isUpdatable to the constructor of BinaryDictionary."
by Keisuke Kuroynagi
· 12 years ago
981717d
Add a parameter isUpdatable to the constructor of BinaryDictionary.
by Keisuke Kuroynagi
· 12 years ago
12ef7d3
Merge "Cleanup under the utils package"
by Ken Wakasa
· 12 years ago
03118a2
Cleanup under the utils package
by Ken Wakasa
· 12 years ago
81c5c3c
Merge "Add canBeDynamicallyUpdated() in BinaryDictionaryInfo."
by Keisuke Kuroynagi
· 12 years ago
8bc0b51
Merge "Allow mmapping dictionary file in writable mode in openNative."
by Keisuke Kuroynagi
· 12 years ago
0bb6eb3
Merge "Move file and mmap information form Dictionary to BinaryDictionaryInfo."
by Keisuke Kuroynagi
· 12 years ago
3b33656
Add canBeDynamicallyUpdated() in BinaryDictionaryInfo.
by Keisuke Kuroynagi
· 12 years ago
f3b6290
Allow mmapping dictionary file in writable mode in openNative.
by Keisuke Kuroynagi
· 12 years ago
46159d5
Move file and mmap information form Dictionary to BinaryDictionaryInfo.
by Keisuke Kuroynagi
· 12 years ago
d2f0d82
Import translations. DO NOT MERGE
by Baligh Uddin
· 12 years ago
1058562
Merge "Fix a bug in the cached cursor pos, and simplify selection handling"
by Jean Chalard
· 12 years ago
1fc6b80
Merge "Move splash screen to separate file"
by Kurt Partridge
· 12 years ago
cdf7741
Merge "Fix a small bug"
by Jean Chalard
· 12 years ago
bfaf349
Load the native lib eagerly
by Ken Wakasa
· 12 years ago
bc18131
Merge "Move util classes to the latin/utils directory"
by Ken Wakasa
· 12 years ago
fadff6a
Merge "Fix possible divided by zeror error"
by Tadashi G. Takaoka
· 12 years ago
bafe4b8
Fix possible divided by zeror error
by Tadashi G. Takaoka
· 12 years ago
ca52e1c
Fix a small bug
by Jean Chalard
· 12 years ago
e28eba5
Move util classes to the latin/utils directory
by Ken Wakasa
· 12 years ago
33d4cdc
Merge "Fix tests for Ia78d3540"
by Jean Chalard
· 12 years ago
a099638
Fix tests for Ia78d3540
by Jean Chalard
· 12 years ago
c074c33
Merge "Refactor text range to be able to get spans larger than the word"
by Jean Chalard
· 12 years ago
e8c4b99
Refactor text range to be able to get spans larger than the word
by Jean Chalard
· 12 years ago
80a4b7c
Merge "Extend center point vertically for bottom keys on a keyboard."
by Keisuke Kuroynagi
· 12 years ago
77ec871
Extend center point vertically for bottom keys on a keyboard.
by Keisuke Kuroynagi
· 12 years ago
564ad49
Merge "Enable long-press digit input for tablets"
by Tadashi G. Takaoka
· 12 years ago
940cca4
Merge "Check adjacent proximity chars for insertion for typing"
by Keisuke Kuroynagi
· 12 years ago
af9d92f
Rename BinaryDictionaryBigramsReadingUtils to BinaryDictionaryTerminalAttributesReadingUtils and remanme the class methods
by Keisuke Kuroynagi
· 12 years ago
be2a172
Merge "Give the best score to the most probable exact match."
by Keisuke Kuroynagi
· 12 years ago
24706f8
Check adjacent proximity chars for insertion for typing
by Keisuke Kuroynagi
· 12 years ago
1a0750d
Move splash screen to separate file
by Kurt Partridge
· 12 years ago
b7a2fd1
Merge "Defer disk-intensive tasks until after the keyboard is shown"
by Jean Chalard
· 12 years ago
673c727
Defer disk-intensive tasks until after the keyboard is shown
by Jean Chalard
· 12 years ago
f0dc0b1
Give the best score to the most probable exact match.
by Keisuke Kuroynagi
· 12 years ago
d02daf2
Merge "Fix punctuations strip"
by Tadashi G. Takaoka
· 12 years ago
e5dee0a
Fix a bug in the cached cursor pos, and simplify selection handling
by Jean Chalard
· 12 years ago
21dfdcd
Merge "Add ByteArrayUtils::readSignedInt24andAdvancePosition to read dynamic dictionaries."
by Keisuke Kuroynagi
· 12 years ago
e105fdf
Merge "Change method name of getDepth and getTotalLength."
by Keisuke Kuroynagi
· 12 years ago
9b570b5
Fix punctuations strip
by Tadashi G. Takaoka
· 12 years ago
ecd3b51
Enable long-press digit input for tablets
by Tadashi G. Takaoka
· 13 years ago
8a914a6
Add ByteArrayUtils::readSignedInt24andAdvancePosition to read dynamic dictionaries.
by Keisuke Kuroynagi
· 12 years ago
0c178ff
Merge "Import translations. DO NOT MERGE"
by Baligh Uddin
· 12 years ago
09858cb
Change method name of getDepth and getTotalLength.
by Keisuke Kuroynagi
· 12 years ago
93f74ba
Merge "Add tests to dicttool test."
by Jean Chalard
· 12 years ago
23d4eb5
Add tests to dicttool test.
by Jean Chalard
· 12 years ago
1db2df0
Merge "Initialize inputStatusG at the constructor."
by Keisuke Kuroynagi
· 12 years ago
7937f09
Lengthen CHAR LIMIT of settings_system_default
by Tadashi G. Takaoka
· 12 years ago
Next »