Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
8bb20bc682db0966f2d4b1c7c0e6bf89d1497da7
/
tests
/
src
/
com
/
android
/
inputmethod
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
373f452
Add more sliding input unit test
by Tadashi G. Takaoka
· 14 years ago
530f5d7
Merge "Support @icon/icon_name for more keys specification"
by Tadashi G. Takaoka
· 14 years ago
b009a24
Support @icon/icon_name for more keys specification
by Tadashi G. Takaoka
· 14 years ago
482588c
Merge "Enable DEBUG mode for logic tests."
by Jean Chalard
· 14 years ago
bc10e41
Enable DEBUG mode for logic tests.
by Jean Chalard
· 14 years ago
e54a400
Support @string reference in moreKeys attribute
by Tadashi G. Takaoka
· 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
83c72d1
Add the first tests for the input login in LatinIME class
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
23bacdb
Fix MoreKeySpecParser to be able to handle outputText correctly
by Tadashi G. Takaoka
· 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
64e01ba
Add KeyboardStateTestsBase and helper methods
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
87e025d
Remove toggleShift and toggleAlphabetAndSymbols from KeyboardSwitcher
by Tadashi G. Takaoka
· 14 years ago
4910c96
Merge "KeyboardState unit tests for non-distinct multitouch device"
by Tadashi G. Takaoka
· 14 years ago
e47bd3f
KeyboardState unit tests for non-distinct multitouch device
by Tadashi G. Takaoka
· 14 years ago
6d5c9c9
Add more KeyboardState unit test cases
by Tadashi G. Takaoka
· 14 years ago
8ece45b
Add auto caps function simulation to MockKeyboardSwitcher
by Tadashi G. Takaoka
· 14 years ago
549571c
Make MockKeyboardSwitcher top level class
by Tadashi G. Takaoka
· 14 years ago
c88026e
Update shift state when alphabet keyboard has been set
by Tadashi G. Takaoka
· 14 years ago
327c682
Merge "Cleanup KeyboardStateTests a bit"
by Tadashi G. Takaoka
· 14 years ago
d3bf4b1
Cleanup KeyboardStateTests a bit
by Tadashi G. Takaoka
· 14 years ago
4cabb04
Use KeyboardSet for unit test
by Tadashi G. Takaoka
· 14 years ago
211680e
Merge "Fix SuggestTests"
by Tadashi G. Takaoka
· 14 years ago
9c735b8
Fix SuggestTests
by Tadashi G. Takaoka
· 14 years ago
f67f001
Merge "Cleanup UtilsTests"
by Tadashi G. Takaoka
· 14 years ago
06eb042
Merge "Fix UserBigramSuggestTests"
by Tadashi G. Takaoka
· 14 years ago
1d161a9
Cleanup UtilsTests
by Tadashi G. Takaoka
· 14 years ago
fb9b0f4
Fix UserBigramSuggestTests
by Tadashi G. Takaoka
· 14 years ago
4015a64
Fix SubtypeLocaleTests
by Tadashi G. Takaoka
· 14 years ago
be0cf72
Move auto correction thresthold to the native code
by satok
· 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
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
645128a
Move KeyboardSwitcher.getKeyboard to KeyboardSet
by Tadashi G. Takaoka
· 14 years ago
f2b85d6
Fix broken build
by Tadashi G. Takaoka
· 14 years ago
2d603ff
Remove EditorInfo from KeyboardId
by Tadashi G. Takaoka
· 14 years ago
8b1b8aa
Cleanup settings key related stuff
by Tadashi G. Takaoka
· 14 years ago
f86109c
Utilize KeyboardSet XML definitions
by Tadashi G. Takaoka
· 14 years ago
dfbe254
Add unit test of KeyboardState
by Tadashi G. Takaoka
· 14 years ago
4606de1
Stop a flag from escaping.
by Jean Chalard
· 14 years ago
e22baaa
Get rid of usage of key index
by Tadashi G. Takaoka
· 14 years ago
6b1f500
Resume suggestion when backspacing to the end of a word
by Jean Chalard
· 14 years ago
5f41b70
Fix a bug with the whitelist
by Jean Chalard
· 14 years ago
3458d61
Make the whitelist an instanciable class.
by Jean Chalard
· 14 years ago
904baab
Remove code related to AutoText
by satok
· 14 years ago
9d5601e
Rename PopupCharactersParser to MoreKeySpecParser
by Tadashi G. Takaoka
· 14 years ago
ef35cb6
Move locale-related utility methods to LocaleUtils.
by Jean Chalard
· 14 years ago
3257294
Refactor and rename popup mini keyoard related classes
by Tadashi G. Takaoka
· 14 years ago
f18bda6
Code cleanup
by Ken Wakasa
· 15 years ago
043f784
Create a way to pass the proximity info to the dictionary
by Jean Chalard
· 15 years ago
1be29ab
Cleanup Keyboard related code and rename some classes
by Tadashi G. Takaoka
· 15 years ago
8da9a13
Make Keyboard object immutable except shift state
by Tadashi G. Takaoka
· 15 years ago
3c70185
Add orientation to regression tests
by Tadashi G. Takaoka
· 15 years ago
6d9bcd5
Remove enableShiftLock attribute from KeyboardId
by Tadashi G. Takaoka
· 15 years ago
c71854a
Remove swipe gesture
by Tadashi G. Takaoka
· 15 years ago
a19b84d
Move key hysteresis distance parameter to KeyDetector class
by Tadashi G. Takaoka
· 15 years ago
e5276b3
Remove top padding parameter from MiniKeyboardBuilder constructor
by Tadashi G. Takaoka
· 15 years ago
17a1676
Add top padding to mini keyboard
by Tadashi G. Takaoka
· 15 years ago
80b79bf
Merge "Fix "Show settings key" option on 7" device"
by Tadashi G. Takaoka
· 15 years ago
cd96a69
Fix "Show settings key" option on 7" device
by Tadashi G. Takaoka
· 15 years ago
e775909
Move Key class out of internal package
by Tadashi G. Takaoka
· 15 years ago
a93d27d
Remove colorScheme attribute from KeyboardView
by Tadashi G. Takaoka
· 15 years ago
c2a2178
Move icon declaration to Keyboard theme
by Tadashi G. Takaoka
· 15 years ago
72934bd
Move keyboard related internal class to separate package
by Tadashi G. Takaoka
· 15 years ago
acd1a1c
Add ArraysCompatUtils.binarySearch
by Tadashi G. Takaoka
· 15 years ago
dc648b0
Fix arguments order of KeyboardId constructor
by Tadashi G. Takaoka
· 15 years ago
29a4b1a
Merge "Reload keyboard after SoftInputWindow size changed"
by Tadashi G. Takaoka
· 15 years ago
e896d31
Reload keyboard after SoftInputWindow size changed
by Tadashi G. Takaoka
· 15 years ago
eaa10f4
Show full display names in the popup of the spacebar language swicher
by satok
· 15 years ago
89bd776
Use user-history bigrams when no input if available.
by Jean Chalard
· 15 years ago
c899038
Move language-specific keyboard setting to resources.
by Jean Chalard
· 15 years ago
dc90d0a
Refactoring keyboard drawing code and KeyDetector
by Tadashi G. Takaoka
· 15 years ago
5d542c2
Auto mini keyboard layout
by Tadashi G. Takaoka
· 15 years ago
cba93f5
Add different ways of reading the dictionary file.
by Jean Chalard
· 15 years ago
071f471
Refactor BinaryDictionary a bit
by Tadashi G. Takaoka
· 15 years ago
bcfce3b
Add whitelist dictionary
by satok
· 15 years ago
d90be6c
Fix unit test helper
by Tadashi G. Takaoka
· 15 years ago
6d3ff0c
Add createKeyboardId helper method
by Tadashi G. Takaoka
· 15 years ago
8fbd552
Add proximity info to native
by satok
· 15 years ago
4b13b4f
Add "passwordInput" attribute to case tag of Keyboard
by Tadashi G. Takaoka
· 15 years ago
351e3c8
Fix unit test failure
by Tadashi G. Takaoka
· 15 years ago
887f11e
Remove next letters frequency handling
by Tadashi G. Takaoka
· 15 years ago
aeab976
Add method to retreive suggestions from SuggestionHelper
by Tadashi G. Takaoka
· 15 years ago
5cb4eae
Reorganize suggestion related unit test
by Tadashi G. Takaoka
· 15 years ago
5ef096f
Move and rename computeProximityThreshold
by Tadashi G. Takaoka
· 15 years ago
04c96ab
Automatically layout mini keyboard
by Tadashi G. Takaoka
· 15 years ago
dbc6177
Fix build breakage
by Tadashi G. Takaoka
· 15 years ago
fefda4e
Refine InputMethodInfo API
by Ken Wakasa
· 15 years ago
Next »