Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
ca6acfdd6b3400ad6e29d45c29b0ec40ea92a968
/
tests
/
src
/
com
/
android
/
inputmethod
e8264ca
Utilize Keyboard.getKey(codePoint)
by Tadashi G. Takaoka
· 12 years ago
1181c5a
Merge "Fix to follow the field naming conventions."
by Satoshi Kataoka
· 12 years ago
7b8b6e4
Adjust a test for a spec change.
by Jean Chalard
· 12 years ago
71ffcc6
Fix to follow the field naming conventions.
by Yuichiro Hanada
· 12 years ago
c5beb52
Reword "No language"
by Jean Chalard
· 12 years ago
87d06af
Refactor on the user history dictionary
by Satoshi Kataoka
· 12 years ago
d9f0c1e
Merge "Fix an NPE"
by Jean Chalard
· 12 years ago
5408fec
Fix an NPE
by Jean Chalard
· 12 years ago
732475d
Fix build
by Satoshi Kataoka
· 12 years ago
ffcbbaf
Refactor on UserHistoryDictionary
by Satoshi Kataoka
· 12 years ago
0c3a9b5
Make RunInLocale as top-level class
by Tadashi G. Takaoka
· 12 years ago
a410cb4
Move subtype related utility class to utils package
by Tadashi G. Takaoka
· 12 years ago
b80cc62
Fix KeySpecParserSplitTests
by Tadashi G. Takaoka
· 12 years ago
e6c5184
Fix NPE in SubtypeLocale.getSubtypeDisplayName
by Tadashi G. Takaoka
· 12 years ago
dc71110
Merge "Fix IllegalArgumentException in MoreKeysKeyboard"
by Tadashi G. Takaoka
· 12 years ago
b0e7672
Fix IllegalArgumentException in MoreKeysKeyboard
by Tadashi G. Takaoka
· 12 years ago
b03447e
Move a couple classes to the utils package
by Ken Wakasa
· 12 years ago
06aa3d0
Merge "Small debug helper"
by Jean Chalard
· 12 years ago
1588252
Small debug helper
by Jean Chalard
· 12 years ago
28a70b6
Add a test for user history for switching languages.
by Keisuke Kuroynagi
· 12 years ago
4a1c26a
Change how the length of the random words are chosen.
by Jean Chalard
· 12 years ago
cea80fd
Have random words stick to a restricted (random) charset
by Jean Chalard
· 12 years ago
fe15621
Add a two-args constructor to BinaryDictIOTests
by Jean Chalard
· 12 years ago
f87e8f7
Handling key repeat by emulating key press and code input
by Tadashi G. Takaoka
· 12 years ago
edf5842
Merge "Add args to dicttool test."
by Jean Chalard
· 12 years ago
e5a3b77
Merge "Move Range out of RichInputConnection and rename it."
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
f0af452
Do not re-resume suggestion if it's not needed.
by Jean Chalard
· 12 years ago
2f7f625
Ignore spans that are not the right size.
by Jean Chalard
· 12 years ago
bc18131
Merge "Move util classes to the latin/utils directory"
by Ken Wakasa
· 12 years ago
e28eba5
Move util classes to the latin/utils directory
by Ken Wakasa
· 12 years ago
a099638
Fix tests for Ia78d3540
by Jean Chalard
· 12 years ago
23d4eb5
Add tests to dicttool test.
by Jean Chalard
· 12 years ago
cbd219a
Move Base64Reader to utils package
by Tadashi G. Takaoka
· 12 years ago
9d4e251
Merge "Add CsvUtils that conform to RFC 4180"
by Tadashi G. Takaoka
· 12 years ago
3ceeb6b
Add CsvUtils that conform to RFC 4180
by Tadashi G. Takaoka
· 12 years ago
9552badf3
Add CODE_CAPSLOCK for long press shift key
by Tadashi G. Takaoka
· 12 years ago
2a9882a
Rename methods for readability
by Tadashi G. Takaoka
· 12 years ago
94af6d9
Merge "Make unit test independent from test device locale"
by Tadashi G. Takaoka
· 12 years ago
58067bd
Merge "Fix unit test assert helper method"
by Tadashi G. Takaoka
· 12 years ago
39bd6ea
Merge "Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs"
by Tadashi G. Takaoka
· 12 years ago
3509171
Fix unit test assert helper method
by Tadashi G. Takaoka
· 12 years ago
8586a43
Make unit test independent from test device locale
by Tadashi G. Takaoka
· 12 years ago
dbed20a
Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs
by Tadashi G. Takaoka
· 12 years ago
4c2ac9e
Merge "Rename commaConcatinatedText to commaSplittableText"
by Tadashi G. Takaoka
· 12 years ago
c47bc30
Rename commaConcatinatedText to commaSplittableText
by Tadashi G. Takaoka
· 12 years ago
68cf2cd
Merge "Check all regexp patterns in ResourceUtils.getDeviceOverrideValue"
by Tadashi G. Takaoka
· 12 years ago
4c75ea8
Check all regexp patterns in ResourceUtils.getDeviceOverrideValue
by Tadashi G. Takaoka
· 12 years ago
1b46738
Rename "csv" in StringUtils to "commaConcatenatedText"
by Tadashi G. Takaoka
· 12 years ago
c92e87f
Add smoothing utils / matrix libs
by Satoshi Kataoka
· 12 years ago
94027c7
Use Locale.ROOT for locale neutral operations
by Tadashi G. Takaoka
· 12 years ago
6f91053
Remove unnecessary methods of KeyboardSwitcher
by Tadashi G. Takaoka
· 12 years ago
c9aaba1
Don't process recorrection or resets when not shown
by Jean Chalard
· 12 years ago
41016ac
Back to previous keyboard layout by canceling sliding input
by Tadashi G. Takaoka
· 12 years ago
979fb74
Fix PointerTrackerQueue.releaseAllPointerOlderThan
by Tadashi G. Takaoka
· 12 years ago
18184ea
Support regular expression for condition pattern
by Tadashi G. Takaoka
· 12 years ago
d69fa0a
Support multiple condition for getDeviceOverrideValue
by Tadashi G. Takaoka
· 12 years ago
6d3d2ae
Refactor StringUtils.findPrefixedString to findValueOfKey
by Tadashi G. Takaoka
· 12 years ago
7f8dd50
Save automatic shift state while orientation changing
by Tadashi G. Takaoka
· 12 years ago
307f49b
Mark some unit tests as @MediumTest
by Tadashi G. Takaoka
· 12 years ago
c43417f
Fix build
by Satoshi Kataoka
· 12 years ago
d5781ee
Fix Google spell checker tests
by Satoshi Kataoka
· 12 years ago
13d5da8
Don't triger onPress and startLongPressTimer when gesture is canceled
by Tadashi G. Takaoka
· 12 years ago
73ec85b
Don't insert automatic spaces when text looks like a URL
by Jean Chalard
· 12 years ago
8094bf4
Match the keyboard state to the recapitalize state.
by Jean Chalard
· 12 years ago
b794e90
Clean up RecapitalizeStatus
by Jean Chalard
· 12 years ago
bc50164
Remove a useless function
by Jean Chalard
· 12 years ago
0339583
Merge "Have Latin IME re-capitalize a selected string"
by Jean Chalard
· 12 years ago
2995abe
Have Latin IME re-capitalize a selected string
by Jean Chalard
· 13 years ago
0e9ee4d
If there are no suggestion span, recompute suggestions.
by Jean Chalard
· 12 years ago
001884a
Clean up tests and increase speed
by Jean Chalard
· 12 years ago
c2653d0
Fix a typo
by Jean Chalard
· 12 years ago
03d1dff
Merge "Fix Binary dict tests"
by Jean Chalard
· 12 years ago
c2e9c51
Fix Binary dict tests
by Jean Chalard
· 12 years ago
b12c2af
Tighten unit test condition of MoreKeysKeyboardBuilder
by Tadashi G. Takaoka
· 12 years ago
128961a
Fix failing tests
by Jean Chalard
· 12 years ago
d89ed47
Remove voodoo magic.
by Jean Chalard
· 12 years ago
1cbb0b8
Add some utility functions.
by Jean Chalard
· 12 years ago
4f43076
Fix a faulty test
by Jean Chalard
· 12 years ago
99b93d1
Fix a bug where autocorrection status would be wrong.
by Jean Chalard
· 12 years ago
d20c5a7
Separate StringUtils.capitalizeFirstCharacter
by Tadashi G. Takaoka
· 12 years ago
19dcd15
Merge "Offer to add any OOV typed word to the dictionary."
by Jean Chalard
· 12 years ago
9310f42
Offer to add any OOV typed word to the dictionary.
by Jean Chalard
· 12 years ago
c874494
Fix bugs and add tests
by Jean Chalard
· 12 years ago
5d399ec
Change which backdoor the tests goes through
by Jean Chalard
· 12 years ago
84bfde0
Fix a test.
by Jean Chalard
· 12 years ago
75028af
Interpolate gesture preview trails
by Tadashi G. Takaoka
· 12 years ago
a411595
Fix two nasty bugs with surrogate pairs.
by Jean Chalard
· 12 years ago
9f3774c
Remove reference to string.english_ime_name
by Tadashi G. Takaoka
· 12 years ago
abaf582
Separate suggestions from SuggestionView
by Jean Chalard
· 13 years ago
67a54c4
Fix failed unit test due to resource string change
by Tadashi G. Takaoka
· 13 years ago
fdb1ca5
Merge "Separate caps mode related utils to CapsModeUtils"
by Tadashi G. Takaoka
· 13 years ago
ce6bcdd
Separate caps mode related utils to CapsModeUtils
by Tadashi G. Takaoka
· 13 years ago
2c2942d
Merge "Move parseCsvString to StringUtils"
by Tadashi G. Takaoka
· 13 years ago
b3fd701
Move parseCsvString to StringUtils
by Tadashi G. Takaoka
· 13 years ago
1c5b2a4
Cleanups
by Jean Chalard
· 13 years ago
68ed7aa
Fix a test
by Jean Chalard
· 13 years ago
b4598f7
Add unit tests tags
by Tadashi G. Takaoka
· 13 years ago
7708bcf
[Rlog48c] Replay historical motion data
by Kurt Partridge
· 13 years ago
Next »