Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
e332d45253edfec4f544218e39c9e88b90945793
/
java
/
src
/
com
/
android
/
inputmethod
a776b7f
Should update suggestion strip even if suggetion count is 1, in case typed word's length is 1
by Ken Wakasa
· 15 years ago
2faf0a1
Merge "Clean up: Update variable names to comply with spec of ApplicationInfo." into honeycomb
by Ken Wakasa
· 15 years ago
255c044
Fix StringIndexOutOfBoundsException
by Ken Wakasa
· 15 years ago
90d9661
Clean up: Update variable names to comply with spec of ApplicationInfo.
by Ken Wakasa
· 15 years ago
6d075db
Merge "Get rid of the space bar symbol on the tablet." into honeycomb
by Satoshi Kataoka
· 15 years ago
715189f
Get rid of the space bar symbol on the tablet.
by Ken Wakasa
· 15 years ago
e90b333
Load main dic in native
by Ken Wakasa
· 15 years ago
f16028b
Remove digit popup characters from mini keyboard of tablet
by Tadashi G. Takaoka
· 15 years ago
cc55d94
Calculate mini keyboard key width from labels
by Tadashi G. Takaoka
· 15 years ago
ca65332
Merge "Remove Row object from MiniKeyboardBuilder"
by Tadashi G. Takaoka
· 15 years ago
458249e
Consolidate main dictionary files.
by Ken Wakasa
· 15 years ago
e89af1f
Remove Row object from MiniKeyboardBuilder
by Tadashi G. Takaoka
· 15 years ago
a96574f
Move NOT_A_TOUCH_COORDINATE constant to KeyboardActionListener
by Tadashi G. Takaoka
· 15 years ago
611044a
Merge "Snap back to the previous keyboard when sliding input is canceled"
by Tadashi G. Takaoka
· 15 years ago
5f922ca
Snap back to the previous keyboard when sliding input is canceled
by Tadashi G. Takaoka
· 15 years ago
1a6fba5
Fix potential keyboard layout change bug
by Tadashi G. Takaoka
· 15 years ago
5797cef
Longer long-press timeout in sliding input
by Tadashi G. Takaoka
· 15 years ago
07357f3
Merge "Add config_default_keyboard_theme_id resource"
by Tadashi G. Takaoka
· 15 years ago
05ddb9a
Add config_default_keyboard_theme_id resource
by Tadashi G. Takaoka
· 15 years ago
ceaca96
Merge "Fix miss spelling"
by satok
· 15 years ago
9111d76
Fix miss spelling
by satok
· 15 years ago
43046fe
Initialize mMode in SubtypeSwitcher and added TODO
by satok
· 15 years ago
363cd6e
Make dismissing keyboard by swiping down as configurable
by Tadashi G. Takaoka
· 15 years ago
23a3b74
Merge "Suppress punctuation suggestions if not needed"
by Tadashi G. Takaoka
· 15 years ago
9fb8c6d
Suppress punctuation suggestions if not needed
by Tadashi G. Takaoka
· 15 years ago
9aa20e6
Ignore case in editDistance()
by Ken Wakasa
· 15 years ago
baf8388
Filter out too short noisy touch events
by Tadashi G. Takaoka
· 15 years ago
1d7d966
Refactor PointerTracker class to include queue management
by Tadashi G. Takaoka
· 15 years ago
6311acb
Merge "Suppress long press timer on hinted key while temporary upper case mode"
by Tadashi G. Takaoka
· 15 years ago
2b13b4f
Suppress long press timer on hinted key while temporary upper case mode
by Tadashi G. Takaoka
· 15 years ago
68d483e
Merge "Add a parameter to getEnabledSubtype"
by satok
· 15 years ago
127ae54
Add a parameter to getEnabledSubtype
by satok
· 15 years ago
c4f7166
Remove multi-tap feature
by Tadashi G. Takaoka
· 15 years ago
8aa3f5a
Cleanup KeyboardActionListener interface
by Tadashi G. Takaoka
· 15 years ago
cb2469a
Suppress haptic feedback while sliding key input
by Tadashi G. Takaoka
· 15 years ago
5ef421b
Cancel long press timer when sliding key input is not allowed
by Tadashi G. Takaoka
· 15 years ago
cc0e412
Merge "Do not pick up closest key if the point is out of any key"
by Tadashi G. Takaoka
· 15 years ago
6d929d5
Do not pick up closest key if the point is out of any key
by Tadashi G. Takaoka
· 15 years ago
ef71c4a
Fix checking of sliding off from key
by Tadashi G. Takaoka
· 15 years ago
dbc4498
Refactor PointerTracker class
by Tadashi G. Takaoka
· 15 years ago
9e91472
Automaticaly snap back to the previous mode from sliding symbol input
by Tadashi G. Takaoka
· 15 years ago
67a4eca
Disallow sliding key input
by Tadashi G. Takaoka
· 15 years ago
9b6d1d5
Add popupKeyboardTemplate attribute to Keyboard
by Tadashi G. Takaoka
· 15 years ago
014f488
Merge "Revise language string size on spacebar"
by Ken Wakasa
· 15 years ago
a8baf57
Merge "Tweak base line of key top letter"
by Tadashi G. Takaoka
· 15 years ago
183fbbb
Revise language string size on spacebar
by Ken Wakasa
· 15 years ago
9893583
Tweak base line of key top letter
by Tadashi G. Takaoka
· 15 years ago
e9311bc
Update suggestion strip drawables
by Tadashi G. Takaoka
· 15 years ago
1d11e79
Fix adding user dictionary
by Tadashi G. Takaoka
· 15 years ago
a893ac3
Merge "Tune padding of candidate word"
by Tadashi G. Takaoka
· 15 years ago
4700a6f
Tune padding of candidate word
by Tadashi G. Takaoka
· 15 years ago
7bb84ea
Merge "Check user dictionary before inserting new word"
by Tadashi G. Takaoka
· 15 years ago
c5f1368
Check user dictionary before inserting new word
by Tadashi G. Takaoka
· 15 years ago
7f1d3fa
Remove language settings from preference activity
by satok
· 15 years ago
9ecad8c
Fix auto correction threshold values array reference
by Tadashi G. Takaoka
· 15 years ago
4ca16db
Highlight auto corrected word
by Tadashi G. Takaoka
· 15 years ago
1b1f7f9
Cleanup unused string resources
by Tadashi G. Takaoka
· 15 years ago
7e181fe
Introduce SuggestedWords class to represent suggestions list
by Tadashi G. Takaoka
· 15 years ago
a15e45e
Keep previous suggestions when there is only one suggestion found
by Tadashi G. Takaoka
· 15 years ago
e26ef1b
Remove Tutorial class and unused debug feature
by Tadashi G. Takaoka
· 15 years ago
20cdb37
Use setInputMethodAndSubtype and shortcutIME API instead of changing only view to Voice Input
by satok
· 15 years ago
9502cc1
Remove LatinIME prefix from classes
by Tadashi G. Takaoka
· 15 years ago
55b9d33
Show auto correction feedback
by Tadashi G. Takaoka
· 15 years ago
8ec36be
Cleanup calling Spannable.setSpan() to set character style span
by Tadashi G. Takaoka
· 15 years ago
522d5c1
Show underline for auto-completion candidate instead of bolding
by Tadashi G. Takaoka
· 15 years ago
89c5874
Tweak candidate view height and etc.
by Tadashi G. Takaoka
· 15 years ago
4a734aa
Fix popup mini keyboard for smiley and .com key
by Tadashi G. Takaoka
· 15 years ago
9f01ed5
Support keyboardHeight and maxKeyboardHeight to Keyboard XML
by Tadashi G. Takaoka
· 15 years ago
59cd73b
Merge "Suggest excessive characters"
by satok
· 15 years ago
cdbbea7
Suggest excessive characters
by satok
· 15 years ago
e49bd1c
Implement CandidateView using HorizontalScrollView
by Tadashi G. Takaoka
· 15 years ago
e00b7c5
Merge "Fix a crash when MAX_WORD_LENGTH is too short."
by satok
· 15 years ago
292faee
Fix ghost popup mini keyboard
by Tadashi G. Takaoka
· 15 years ago
d024ea6
Fix an issue with lingering composing span underline after orientation changes
by Ken Wakasa
· 15 years ago
f5cded1
Fix a crash when MAX_WORD_LENGTH is too short.
by satok
· 15 years ago
e18bd3e
Fix voice key on phone device
by Tadashi G. Takaoka
· 15 years ago
a275e9e
Make Key, Row and Keyboard attributes final
by Tadashi G. Takaoka
· 15 years ago
7545ec8
Fix no smiley popup mini keyboard
by Tadashi G. Takaoka
· 15 years ago
391a7ce
Remove LatinKey class
by Tadashi G. Takaoka
· 15 years ago
566870c
Fix NPE at Keyboard
by Tadashi G. Takaoka
· 15 years ago
418d80d
Double tap on shift key turns on caps lock
by Tadashi G. Takaoka
· 15 years ago
571bdb4
Refactor LatinKeyboard and LatinKey
by Tadashi G. Takaoka
· 15 years ago
5a309f5
Move some inner static class to top class in new package
by Tadashi G. Takaoka
· 15 years ago
711abe6
Merge "Fix parameters of native functions and refactor Dictionary"
by satok
· 15 years ago
3008825
Fix parameters of native functions and refactor Dictionary
by satok
· 15 years ago
8d7ecc7
Load keyboard only when subtype is keyboard mode
by Tadashi G. Takaoka
· 15 years ago
383d6d8
Disable "touch to correct words" when suggestion strip is off
by Ken Wakasa
· 15 years ago
c000756
Merge "Key release event should be sent when finger sliding"
by Tadashi G. Takaoka
· 15 years ago
d4952c8
Move a logic for finding words with a missing character to the native code.
by satok
· 15 years ago
bd20db2
Merge "Tweak tablet keyboard design"
by Tadashi G. Takaoka
· 15 years ago
5d04042
Tweak tablet keyboard design
by Tadashi G. Takaoka
· 15 years ago
c0b5c9c
Key release event should be sent when finger sliding
by Tadashi G. Takaoka
· 15 years ago
80e459f
Update the voice input warning dialog message string.
by Ken Wakasa
· 15 years ago
965004f
Remove excessive call of onKeyboardLanguageChanged in SubtypeSwitcher
by satok
· 15 years ago
fa086c9
Cleanup unused Java import
by Tadashi G. Takaoka
· 15 years ago
27d1371
Preload SharedPreferences at start.
by Ken Wakasa
· 15 years ago
7f0befe
Update tablet keyboard layout to the latest design
by Tadashi G. Takaoka
· 15 years ago
79efbed
Call showInputMethodPicker instead of showInputMethodSubtypePicker
by satok
· 15 years ago
1fb2813
Fix a bug at showing warning dialog at the first time when IME is trigerred in voice mode
by satok
· 15 years ago
2c60d6e
Support dedicated number/date keyboard layout
by Tadashi G. Takaoka
· 15 years ago
Next »