Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
987bff9136ec101d06db7903ebb3f505e4ea78d6
987bff9
Refactor logic to determine showing suggestions strip or not
by Tadashi G. Takaoka
· 12 years ago
8cae9f5
Merge "Implement getMaxProbabilityOfExactMatches()."
by Keisuke Kuroyanagi
· 12 years ago
d9b8602
Implement getMaxProbabilityOfExactMatches().
by Keisuke Kuroyanagi
· 12 years ago
d66d16f
Update shift key backgrounds for LXX_Dark
by Tadashi G. Takaoka
· 12 years ago
6464d73
Merge "When starting input, include the literal word in suggestions"
by Jean Chalard
· 12 years ago
bd3b20c
Merge "Always update voice key visibility"
by Tadashi G. Takaoka
· 12 years ago
fca2c4b
When starting input, include the literal word in suggestions
by Jean Chalard
· 12 years ago
eb771b9
Merge "Fix a small bug with rotation."
by Jean Chalard
· 12 years ago
c69ba56
Fix a small bug with rotation.
by Jean Chalard
· 12 years ago
aa4b2c7
Always update voice key visibility
by Tadashi G. Takaoka
· 12 years ago
3ca65c8
Remove unused supportsSwitchingToShortcutIme attribute
by Tadashi G. Takaoka
· 12 years ago
b7206b6
Merge "Add action key test for Lxx theme"
by Tadashi G. Takaoka
· 12 years ago
c5dc740
Add action key test for Lxx theme
by Tadashi G. Takaoka
· 12 years ago
70ff0c2
Merge "Fix a bug on rotation with selection."
by Jean Chalard
· 12 years ago
9fd9a68
Fix a bug on rotation with selection.
by Jean Chalard
· 12 years ago
0ee8644
Merge "Add getMaxFrequencyOfExactMatches() to Dictionary."
by Keisuke Kuroyanagi
· 12 years ago
d988fcc
Add getMaxFrequencyOfExactMatches() to Dictionary.
by Keisuke Kuroyanagi
· 12 years ago
0dbf15f
Merge "Rename some boolean variables for readability"
by Tadashi G. Takaoka
· 12 years ago
a12d431
Merge "Refactor show voice key preferece migration code"
by Tadashi G. Takaoka
· 12 years ago
2e32e37
Rename some boolean variables for readability
by Tadashi G. Takaoka
· 12 years ago
d6b89e1
Add jni method for getMaxFrequencyOfExactMatches().
by Keisuke Kuroyanagi
· 12 years ago
fcaf47f
Refactor show voice key preferece migration code
by Tadashi G. Takaoka
· 12 years ago
9d4d61f
Merge "Allow multiple shortcuts for a personal dictionary word"
by Jean Chalard
· 12 years ago
aea4292
Support more suggestions accessibility mode
by Tadashi G. Takaoka
· 12 years ago
86e1e1f
Merge "Support more keys accessibility mode"
by Tadashi G. Takaoka
· 12 years ago
62316d7
Support more keys accessibility mode
by Tadashi G. Takaoka
· 12 years ago
f8b4524
Allow multiple shortcuts for a personal dictionary word
by Jean Chalard
· 12 years ago
70a1352
Merge "Add onRegisterHoverKey to accessibility delegate"
by Tadashi G. Takaoka
· 12 years ago
1a0cd08
Add onRegisterHoverKey to accessibility delegate
by Tadashi G. Takaoka
· 12 years ago
4c91142
Merge "Don't recapitalize just at the start of input"
by Jean Chalard
· 12 years ago
07706dc
Merge "Refactoring"
by Jean Chalard
· 12 years ago
c84b108
Don't recapitalize just at the start of input
by Jean Chalard
· 12 years ago
4a1113b
Refactoring
by Jean Chalard
· 12 years ago
a2b7c07
Merge "Revert "Pass hover event to accessibility key handling methods""
by Tadashi G. Takaoka
· 12 years ago
2c35f3b
Revert "Pass hover event to accessibility key handling methods"
by Tadashi G. Takaoka
· 12 years ago
5a3a7e3
Merge "Add a preference item for metrics logging"
by Yohei Yukawa
· 12 years ago
f72ef2e
Merge "Import translations. DO NOT MERGE"
by Baligh Uddin
· 12 years ago
755442b
Merge "Import translations. DO NOT MERGE"
by Baligh Uddin
· 12 years ago
6e00de0
Merge "Reorder keys around the spacebar"
by Tadashi G. Takaoka
· 12 years ago
28c7b26
Add a preference item for metrics logging
by Yohei Yukawa
· 12 years ago
dc62c71
Reorder keys around the spacebar
by Tadashi G. Takaoka
· 12 years ago
2660b70
Merge "Enrich the Spanish dictionary."
by Jean Chalard
· 12 years ago
ff3e488
Enrich the Spanish dictionary.
by Jean Chalard
· 12 years ago
ae0fab9
Load KeyCodeDescriptionMapper class lazily
by Tadashi G. Takaoka
· 12 years ago
9a2162e
Merge "Fix synthesizing MotionEvent"
by Tadashi G. Takaoka
· 12 years ago
2351b4f
Fix synthesizing MotionEvent
by Tadashi G. Takaoka
· 12 years ago
7a750ca
Fix PointerTracker debug output to reflect new KeyDetector
by Tadashi G. Takaoka
· 12 years ago
a32803c
More concise Key.toString()
by Tadashi G. Takaoka
· 12 years ago
9b3b126
Import translations. DO NOT MERGE
by Baligh Uddin
· 12 years ago
4e42d56
Import translations. DO NOT MERGE
by Baligh Uddin
· 12 years ago
d427d3b
Merge "Create AccessibilityDelegate only when accessibility mode is on"
by Tadashi G. Takaoka
· 12 years ago
28538d9
Merge "Fix an IOOB exception"
by Jean Chalard
· 12 years ago
d78b586
Create AccessibilityDelegate only when accessibility mode is on
by Tadashi G. Takaoka
· 12 years ago
d660f3b
Fix an IOOB exception
by Jean Chalard
· 12 years ago
a021395
Pass hover event to accessibility key handling methods
by Tadashi G. Takaoka
· 12 years ago
d0b79cc
Add verbalization of symbols that are unsupported by TTS/TalkBack
by Tadashi G. Takaoka
· 12 years ago
82674ca
Fix to clear on hover visual cue
by Tadashi G. Takaoka
· 12 years ago
fa9b957
Refactor MoreKeysKeyboardView a bit
by Tadashi G. Takaoka
· 12 years ago
509d07c
am 61a8a66c: Merge "Workaround to draw spacebar icon of emoji palettes" into lmp-preview-dev
by Tadashi G. Takaoka
· 12 years ago
dc1d445
am ee4cc67e: Update shift key icon for LXX_Dark
by Tadashi G. Takaoka
· 12 years ago
61a8a66
Merge "Workaround to draw spacebar icon of emoji palettes" into lmp-preview-dev
by Tadashi G. Takaoka
· 12 years ago
3558505
Workaround to draw spacebar icon of emoji palettes
by Tadashi G. Takaoka
· 12 years ago
ee4cc67
Update shift key icon for LXX_Dark
by Tadashi G. Takaoka
· 12 years ago
83d2bc6
Merge "Make prevWord = null if the next word starts from a connector."
by Keisuke Kuroyanagi
· 12 years ago
8f71fab
Make prevWord = null if the next word starts from a connector.
by Keisuke Kuroyanagi
· 12 years ago
9c45e17
am ba8836a9: Merge "Update action key backgrounds for LXX_Dark" into lmp-preview-dev
by Tadashi G. Takaoka
· 12 years ago
ce8da61
am db2d6a20: Merge "Update enter and send icons for LXX_Dark" into lmp-preview-dev
by Tadashi G. Takaoka
· 12 years ago
c96edda
am 3d5a72eb: Update spacebar icon of LXX_Dark
by Tadashi G. Takaoka
· 12 years ago
ba8836a
Merge "Update action key backgrounds for LXX_Dark" into lmp-preview-dev
by Tadashi G. Takaoka
· 12 years ago
523b55a
Update action key backgrounds for LXX_Dark
by Tadashi G. Takaoka
· 12 years ago
db2d6a2
Merge "Update enter and send icons for LXX_Dark" into lmp-preview-dev
by Tadashi G. Takaoka
· 12 years ago
0b0fbe7
Update enter and send icons for LXX_Dark
by Tadashi G. Takaoka
· 12 years ago
3d5a72e
Update spacebar icon of LXX_Dark
by Tadashi G. Takaoka
· 12 years ago
fa0e76d
Limit recapitalization for reasonable performance.
by Jean Chalard
· 12 years ago
6fe326a
am 761a6812: Don\'t reuse main keyboard\'s spacebar icon for Emoji palette
by Tadashi G. Takaoka
· 12 years ago
761a681
Don't reuse main keyboard's spacebar icon for Emoji palette
by Tadashi G. Takaoka
· 12 years ago
d0d3d81
Fix tests
by Jean Chalard
· 12 years ago
d9190f8
am cdc7273b: Update action key background
by Tadashi G. Takaoka
· 12 years ago
99ac090
Fix the build.
by Jean Chalard
· 12 years ago
cdc7273
Update action key background
by Tadashi G. Takaoka
· 12 years ago
aaf2bbf
Merge "Remove LatinImeLogger and UsabilityStudyLogUtils"
by Tadashi G. Takaoka
· 12 years ago
51ee5a4
Remove LatinImeLogger and UsabilityStudyLogUtils
by Tadashi G. Takaoka
· 12 years ago
c4a3b9f
Merge "Remove PrioritizedSerialExecutor."
by Keisuke Kuroyanagi
· 12 years ago
944923f
Fix: too many calls to getSuggestedWordsForTypingInput
by Jean Chalard
· 12 years ago
94f88b4
Remove PrioritizedSerialExecutor.
by Keisuke Kuroyanagi
· 12 years ago
b9a3775
Merge "Add PersonalizationDictionaryTests."
by Keisuke Kuroyanagi
· 12 years ago
8d0a0d1
Add PersonalizationDictionaryTests.
by Keisuke Kuroyanagi
· 12 years ago
262b1e7
Merge "Remove researcher logger"
by Tadashi G. Takaoka
· 12 years ago
bbf556e
Remove researcher logger
by Tadashi G. Takaoka
· 12 years ago
6dc21bd
Merge "Disable a test that fails for an unknown reason"
by Jean Chalard
· 12 years ago
2381b8c
Disable a test that fails for an unknown reason
by Jean Chalard
· 12 years ago
7d57fc2
Clean up for Iba6eeb7981634e7ddb.
by Keisuke Kuroyanagi
· 12 years ago
7a4f9b6
Merge "Import translations. DO NOT MERGE"
by Geoff Mendal
· 12 years ago
6784e39
Merge "Import translations. DO NOT MERGE"
by Geoff Mendal
· 12 years ago
4cbde10
Import translations. DO NOT MERGE
by Geoff Mendal
· 12 years ago
2ab1d14
Import translations. DO NOT MERGE
by Geoff Mendal
· 12 years ago
bba7320
Import translations. DO NOT MERGE
by Geoff Mendal
· 12 years ago
b1e43d5
Merge "Stop directly checking SuggestedWordInfo.mKind"
by Keisuke Kuroyanagi
· 12 years ago
4bffac6
Stop directly checking SuggestedWordInfo.mKind
by Keisuke Kuroyanagi
· 12 years ago
7852765
Add length check for attaching a BoS marker.
by Keisuke Kuroyanagi
· 12 years ago
Next »