Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
8bb20bc682db0966f2d4b1c7c0e6bf89d1497da7
/
java
/
src
/
com
/
android
/
inputmethod
8bb20bc
Revert "Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeyboard"
by Tadashi Takaoka
· 14 years ago
b5b92f9
Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeyboard
by Tadashi G. Takaoka
· 14 years ago
25971b5
Clean up symbol key chording state from KeyboardState
by Tadashi G. Takaoka
· 14 years ago
83d81f2
Fix sliding shift input in caps lock mode
by Tadashi G. Takaoka
· 14 years ago
747ed9e
For get the symbols shifted state when switch back from alphabet layout
by Tadashi G. Takaoka
· 14 years ago
0f05076
Get rid of setShifted/setShiftLocked from SwitchActions
by Tadashi G. Takaoka
· 14 years ago
5fd11a7
Fix a typo
by Jean Chalard
· 14 years ago
4eb240e
Force KeyboardShiftState reset by setShiftLocked(false)
by Tadashi G. Takaoka
· 14 years ago
69fa792
Merge "Get rid of useless updateShiftState"
by Tadashi G. Takaoka
· 14 years ago
b6357bd
Merge "Add more debug message to KeyboardState"
by Tadashi G. Takaoka
· 14 years ago
457e506
Add more debug message to KeyboardState
by Tadashi G. Takaoka
· 14 years ago
56518d4
Get rid of useless updateShiftState
by Tadashi G. Takaoka
· 14 years ago
35e9a7a
Merge "Squash a ridiculously improbable NPE"
by Jean Chalard
· 14 years ago
b009a24
Support @icon/icon_name for more keys specification
by Tadashi G. Takaoka
· 14 years ago
54c2dd6
Merge "Support @string reference in moreKeys attribute"
by Tadashi G. Takaoka
· 14 years ago
e54a400
Support @string reference in moreKeys attribute
by Tadashi G. Takaoka
· 14 years ago
7c177e8
Merge "Fix a bug where a check would fail"
by Jean Chalard
· 14 years ago
7546ff6
Fix a bug where a check would fail
by Jean Chalard
· 14 years ago
3eede31
Merge "Move MoreKeySpecParser.getResourceId to Utils"
by Tadashi G. Takaoka
· 14 years ago
86641ef
Merge "Change more key specification type to String from CharSequence"
by Tadashi G. Takaoka
· 14 years ago
0718590
Move MoreKeySpecParser.getResourceId to Utils
by Tadashi G. Takaoka
· 14 years ago
bd7b160
Change more key specification type to String from CharSequence
by Tadashi G. Takaoka
· 14 years ago
af9fe5c
Fix a bug where the user typed word would not be passed.
by Jean Chalard
· 14 years ago
0ef9bfe
Merge "Fix KeyboardState switching back from alphabet-chording input correctly"
by Tadashi G. Takaoka
· 14 years ago
085b659
Merge "Fix KeyboardState to pass KeyboardStateMultiTouchTests"
by Tadashi G. Takaoka
· 14 years ago
4d22941
Merge "Cleanup KeyboardState a bit"
by Tadashi G. Takaoka
· 14 years ago
250cf0a
Merge "Fix a bug with backspace happening after a manual pick."
by Jean Chalard
· 14 years ago
f36f90a
Fix KeyboardState switching back from alphabet-chording input correctly
by Tadashi G. Takaoka
· 14 years ago
d26d63b
Fix KeyboardState to pass KeyboardStateMultiTouchTests
by Tadashi G. Takaoka
· 14 years ago
01d9fc9
Cleanup KeyboardState a bit
by Tadashi G. Takaoka
· 14 years ago
3b2112e
Fix a bug with backspace happening after a manual pick.
by Jean Chalard
· 14 years ago
8ae770f
Merge "Small code simplification."
by Jean Chalard
· 14 years ago
95a6e58
Small code simplification.
by Jean Chalard
· 14 years ago
23bacdb
Fix MoreKeySpecParser to be able to handle outputText correctly
by Tadashi G. Takaoka
· 14 years ago
af480be
Squash a ridiculously improbable NPE
by Jean Chalard
· 14 years ago
06bc1db
Add more multitouch tests
by Tadashi G. Takaoka
· 14 years ago
60c4594
Get rid of hasDistinctMultitouch reference from KeyboardState
by Tadashi G. Takaoka
· 14 years ago
5731b93
Remove KeyboardSwicther.toggleCapslock
by Tadashi G. Takaoka
· 14 years ago
2a88440
Rename KeyboardActionListener methods
by Tadashi G. Takaoka
· 14 years ago
c9fade6
Merge "Remove toggleShift and toggleAlphabetAndSymbols from KeyboardSwitcher"
by Tadashi G. Takaoka
· 14 years ago
87e025d
Remove toggleShift and toggleAlphabetAndSymbols from KeyboardSwitcher
by Tadashi G. Takaoka
· 14 years ago
d104a7a
Merge "Fix a bug where words disappear on inserting separators"
by Jean Chalard
· 14 years ago
edc6395
Fix a bug where words disappear on inserting separators
by Jean Chalard
· 14 years ago
aed5819
Merge "Fix a bug where suggestion would restart at a bad time"
by Jean Chalard
· 14 years ago
fbd1ac8
Fix a bug where suggestion would restart at a bad time
by Jean Chalard
· 14 years ago
1ef6fc7
Support EditorInfo.IME_FLAG_FORCE_ASCII
by Tadashi G. Takaoka
· 14 years ago
edf107e
Merge "Add "force non-distinct multitouch" debug option"
by Tadashi G. Takaoka
· 14 years ago
2764e1d
Merge "Remove duplicate logic from KeyboardSwitcher and KeyboardState"
by Tadashi G. Takaoka
· 14 years ago
06b7c25
Add "force non-distinct multitouch" debug option
by Tadashi G. Takaoka
· 14 years ago
a8ba49c
Small cleanup
by Jean Chalard
· 14 years ago
72d285f
Add some comments about resuming auto-suggestion
by Jean Chalard
· 14 years ago
58e782a
Remove duplicate logic from KeyboardSwitcher and KeyboardState
by Tadashi G. Takaoka
· 14 years ago
7bc61ca
Fix double tap shift key to turn off capslock mode
by Tadashi G. Takaoka
· 14 years ago
9751a62
Don't cache resource value that depends on orientation
by Tadashi G. Takaoka
· 14 years ago
c88026e
Update shift state when alphabet keyboard has been set
by Tadashi G. Takaoka
· 14 years ago
ca132ce
Merge "Remove reference of SubtypeSwitcher and SettingsValues from KeyboardSet"
by Tadashi G. Takaoka
· 14 years ago
211680e
Merge "Fix SuggestTests"
by Tadashi G. Takaoka
· 14 years ago
4087ba6
Remove reference of SubtypeSwitcher and SettingsValues from KeyboardSet
by Tadashi G. Takaoka
· 14 years ago
9c735b8
Fix SuggestTests
by Tadashi G. Takaoka
· 14 years ago
76dede6
Merge "Fix SubtypeLocaleTests"
by Tadashi G. Takaoka
· 14 years ago
4015a64
Fix SubtypeLocaleTests
by Tadashi G. Takaoka
· 14 years ago
4da8e8e
Merge "Fix a bug in the logic to show 3 dots of the ime switcher"
by satok
· 14 years ago
83a0184
Fix a bug in the logic to show 3 dots of the ime switcher
by satok
· 14 years ago
21814c5
Merge "Move auto correction thresthold to the native code"
by satok
· 14 years ago
be0cf72
Move auto correction thresthold to the native code
by satok
· 14 years ago
ab34a4a
Merge "Fix a bug where last candidate would not be reset"
by Jean Chalard
· 14 years ago
cda8a42
Merge "Add a sanity check"
by Jean Chalard
· 14 years ago
a8c8ab1
Remove an excessive parens
by Jean Chalard
· 14 years ago
852630b
Add a sanity check
by Jean Chalard
· 14 years ago
9de5cfc
Fix a crash where revertSwap would be wrongly called
by Jean Chalard
· 14 years ago
cd2286f
Fix a bug where last candidate would not be reset
by Jean Chalard
· 14 years ago
8cab0b5
Get rid of Keyboard.CODE_DUMMY
by Tadashi G. Takaoka
· 14 years ago
ee4be6e
Call KeyboardState.onUpdateShiftState from onCodeInput if code is a normal letter
by Tadashi G. Takaoka
· 14 years ago
0fe45ea
Merge "Optimize KeybaordView.invalidateAllKeys a bit"
by Tadashi G. Takaoka
· 14 years ago
9f6485a
Optimize KeybaordView.invalidateAllKeys a bit
by Tadashi G. Takaoka
· 14 years ago
07145a3
Fix automatic temporary upper case mode shift key graphics
by Tadashi G. Takaoka
· 14 years ago
0d0f01d
Fix a typo. A follow up to I68dd6b8d
by Ken Wakasa
· 14 years ago
0fd625b
Fix a bug with wrong auto-correct cancellation
by Jean Chalard
· 14 years ago
752d8cc
Fix a bug with TYPE_TEXT_CLASS
by Jean Chalard
· 14 years ago
715a203
Merge "Reorganize the auto-correction memory"
by Jean Chalard
· 14 years ago
4f7d278
Follow-up fix for I68c667b0
by Ken Wakasa
· 14 years ago
9e8761c
Reorganize the auto-correction memory
by Jean Chalard
· 14 years ago
42fcb2d
Get rid of public reference to KeyboardIconsSet.ICON_* constants
by Tadashi G. Takaoka
· 14 years ago
4e1dab8
Move KeyboardBuilder and KeyboardParams classes into Keyboard class
by Tadashi G. Takaoka
· 14 years ago
3708787
Remove LatinKeyboard class
by Tadashi G. Takaoka
· 14 years ago
4112dc0
Move spacebar drawing code from LatinKeyboard to LatinKeyboardView
by Tadashi G. Takaoka
· 14 years ago
7bd714c
Add extra key icons to KeyboardIconsSet
by Tadashi G. Takaoka
· 14 years ago
1ebedd7
Remove LatinKeyboard.adjustLabelCase override
by Tadashi G. Takaoka
· 14 years ago
5afc3ae
Add LatinKeyboardView style
by Tadashi G. Takaoka
· 14 years ago
22b48de
Get rid of Key.needsSpecialPopupHint and related
by Tadashi G. Takaoka
· 14 years ago
bc781e9
Can override key drawing methods of KeyboardView
by Tadashi G. Takaoka
· 14 years ago
605f730
Merge "Add LatinKeyboard.spacebarTextRatio attribute"
by Tadashi G. Takaoka
· 14 years ago
40a6739
Fix broken build
by Tadashi G. Takaoka
· 14 years ago
7cc2595
Add LatinKeyboard.spacebarTextRatio attribute
by Tadashi G. Takaoka
· 14 years ago
ebec525
Get rid of LatinKeyboardParam class
by Tadashi G. Takaoka
· 14 years ago
67394a3
Preparatory small clean up for bug: 5776979
by Ken Wakasa
· 14 years ago
3425852
Remove redundant logs
by Ken Wakasa
· 14 years ago
4af7501
Merge "Use Set to group Keys in Keyboard instead of List"
by Tadashi G. Takaoka
· 14 years ago
7c69397
Merge "Fix swapped alphabet and symbols keyboards"
by Tadashi G. Takaoka
· 14 years ago
510ebb9
Merge "Get rid of key index from ProxymityInfo"
by Tadashi G. Takaoka
· 14 years ago
Next »