Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
edb722abefaa56708cd1d3ee617e35e5ed2f7f6a
/
java
/
src
/
com
/
android
/
inputmethod
edb722a
Merge "Add countryCode attribute to case tag of Keyboard"
by Tadashi G. Takaoka
· 15 years ago
912ade3
Add countryCode attribute to case tag of Keyboard
by Tadashi G. Takaoka
· 15 years ago
cb97c2f
Refactor keyboard mode holding variables
by Tadashi G. Takaoka
· 15 years ago
a5d5849
Force autocorrection of matching words with different accents.
by Jean Chalard
· 15 years ago
050c046
Display language name on spacebar even in symbol keyboard.
by Tadashi G. Takaoka
· 15 years ago
4adf5d9
Disable non-ASCII symbol keys in password input
by Tadashi G. Takaoka
· 15 years ago
a9f2fe2
Merge "Add "passwordInput" attribute to case tag of Keyboard"
by Tadashi G. Takaoka
· 15 years ago
4b13b4f
Add "passwordInput" attribute to case tag of Keyboard
by Tadashi G. Takaoka
· 15 years ago
690b136
Don't play key press sound if the key is disabled
by Tadashi G. Takaoka
· 15 years ago
fdb6a19
Read "enabled" attribute of Key from <key-style>
by Tadashi G. Takaoka
· 15 years ago
ea6c2e3
Add "languageCode" attribute to "case" tag in Keyboard XML
by Tadashi G. Takaoka
· 15 years ago
d9c52ba
Rename imeOptions attribute of Keyboard to imeAction.
by Tadashi G. Takaoka
· 15 years ago
aa721c4
Add "enabled" as an attribute of Key in Keyboard xml
by Tadashi G. Takaoka
· 15 years ago
290b4a8
Merge "Not to make a thread at changing view from keyboard to voice"
by satok
· 15 years ago
060efb6
Not to make a thread at changing view from keyboard to voice
by satok
· 15 years ago
eebbe54
Merge "Fix password variation check code"
by Ken Wakasa
· 15 years ago
16ee377
Fix password variation check code
by Ken Wakasa
· 15 years ago
887f11e
Remove next letters frequency handling
by Tadashi G. Takaoka
· 15 years ago
a7b2ac2
Remove a useless flag.
by Jean Chalard
· 15 years ago
b1e05d6
Fix NPE
by Ken Wakasa
· 15 years ago
75fa4b8
Merge "Add stack dumper helper function."
by Jean Chalard
· 15 years ago
5b85d03
Add stack dumper helper function.
by Jean Chalard
· 15 years ago
9a5d2ba
Stop listening on shared preferences change.
by Jean Chalard
· 15 years ago
33e0b1e
Add unit test helper method to BinaryDictionary and Suggest
by Tadashi G. Takaoka
· 15 years ago
39c323e
Merge "Move and rename computeProximityThreshold"
by Tadashi G. Takaoka
· 15 years ago
f0d99b8
Make the keyboard sound on by default for xlarge screens.
by Jean Chalard
· 15 years ago
5ef096f
Move and rename computeProximityThreshold
by Tadashi G. Takaoka
· 15 years ago
cf675cc
am 78f9ee97: am 985fb645: Revert I871cfaaf Latin IME Keyboard sounds off by default
by Jean-Michel Trivi
· 15 years ago
a428945
am 2fb80292: am 435ea0f5: Fix bug 3426884 Latin IME Keyboard sounds should be on by default
by Jean-Michel Trivi
· 15 years ago
985fb64
Revert I871cfaaf Latin IME Keyboard sounds off by default
by Jean-Michel Trivi
· 15 years ago
435ea0f
Fix bug 3426884 Latin IME Keyboard sounds should be on by default
by Jean-Michel Trivi
· 15 years ago
8dac5fe
Merge "Duplicate enabled languages when there is only one enabled language"
by satok
· 15 years ago
c98a943
Duplicate enabled languages when there is only one enabled language
by satok
· 15 years ago
fdb2225
Merge "Skip sudden jump detection on distinct multitouch device"
by Tadashi G. Takaoka
· 15 years ago
9a5b592
Skip sudden jump detection on distinct multitouch device
by Tadashi G. Takaoka
· 15 years ago
f5cf266
Rename a member to comply to the member naming policy.
by Jean Chalard
· 15 years ago
f9ec16f
Kill the process when the debug mode is updated.
by Jean Chalard
· 15 years ago
ea55bf5
Fix menu option dialog order
by Tadashi G. Takaoka
· 15 years ago
919cab4
Merge "Cleanup keyboard drawing code"
by Tadashi G. Takaoka
· 15 years ago
f2fd472
Cleanup keyboard drawing code
by Tadashi G. Takaoka
· 15 years ago
6550dce
Merge "Add debugging info for Latin IME."
by Jean Chalard
· 15 years ago
8553b5e
Add debugging info for Latin IME.
by Jean Chalard
· 15 years ago
34252ba
Use custom dialog builder building url link clickable from service
by Tadashi G. Takaoka
· 15 years ago
eaa091d
Merge "Fix subtype settings activity string"
by Ken Wakasa
· 15 years ago
435bd31
Fix subtype settings activity string
by Ken Wakasa
· 15 years ago
7281154
Do not read the pop up setting if the config says not to.
by Jean Chalard
· 15 years ago
063a98a
Merge "Reuse keyboard view's drawing bitmap if possible" into honeycomb
by Ken Wakasa
· 15 years ago
513f1b0
Merge "Add hack to translate sudden move to up/down events" into honeycomb
by Tadashi G. Takaoka
· 15 years ago
faf437b
Add hack to translate sudden move to up/down events
by Tadashi G. Takaoka
· 15 years ago
5666301
Reuse keyboard view's drawing bitmap if possible
by Ken Wakasa
· 15 years ago
4d3b9d7
Import new icon for disabled mic key
by Tadashi G. Takaoka
· 15 years ago
b5d7857
Merge "Fix auto-correction threshold and promote full matched words" into honeycomb
by satok
· 15 years ago
14e427d
Fix safety net not to be enabled at aggressive autocompletion mode
by satok
· 15 years ago
58c49b9
Fix auto-correction threshold and promote full matched words
by satok
· 15 years ago
5c35e41
Merge "Fix BroadcastReceiver leakage in SubtypeSwitcher" into honeycomb
by Tadashi G. Takaoka
· 15 years ago
5ecb352
Merge "If there is no keyboard view attached, use voice input view." into honeycomb
by satok
· 15 years ago
a42cc53
If there is no keyboard view attached, use voice input view.
by satok
· 15 years ago
123c4a3
Fix BroadcastReceiver leakage in SubtypeSwitcher
by Tadashi G. Takaoka
· 15 years ago
b5e00d5
Fix NPE in isCandidateStripVisible()
by Ken Wakasa
· 15 years ago
5cd87e1
Disable shortcut key when network is not available
by Tadashi G. Takaoka
· 15 years ago
257b2a5
Merge "Hide recognition view when switchToLastInputMethod failed." into honeycomb
by satok
· 15 years ago
aa0458f
Fix Input options dialog
by Ken Wakasa
· 15 years ago
e5ce433
Check second down event of double tap is on shift key
by Tadashi G. Takaoka
· 15 years ago
760884e
Hide recognition view when switchToLastInputMethod failed.
by satok
· 15 years ago
6d0ff1d
Merge "Revert "Implement callback to handle touch event outside SoftInputWindow"" into honeycomb
by Ken Wakasa
· 15 years ago
3b46ae5
Merge "Automatically layout mini keyboard" into honeycomb
by Ken Wakasa
· 15 years ago
04c96ab
Automatically layout mini keyboard
by Tadashi G. Takaoka
· 15 years ago
00eb365
Revert "Implement callback to handle touch event outside SoftInputWindow"
by Tadashi G. Takaoka
· 15 years ago
099b4dc
Merge "Avoid disk writes on UI thread." into honeycomb
by satok
· 15 years ago
9313bef
Avoid disk writes on UI thread.
by satok
· 15 years ago
15638ae
Show the value of the "Show suggestions" option in summary.
by Jean Chalard
· 15 years ago
85996b4
Reuse language_selection_title string resource for option dialog
by Tadashi G. Takaoka
· 15 years ago
35f1c6a
Fix resetting the status of VoiceIME when the user is switching from one VoiceIME to another Voice IME
by Luca Zanolin
· 15 years ago
bd0de0f
Update shortcut IME when user changes the language of keyboard.
by satok
· 15 years ago
0dd0ea6
Merge "Always display the VoiceIME language in the Speak Now pop-up" into honeycomb
by Satoshi Kataoka
· 15 years ago
85a6175
Merge "Set minimum height for RecognitionView in the case that there is no keyboard view loaded." into honeycomb
by satok
· 15 years ago
2c5ec3a
Always display the VoiceIME language in the Speak Now pop-up
by Luca Zanolin
· 15 years ago
8cacb02
Set minimum height for RecognitionView in the case that there is no keyboard view loaded.
by satok
· 15 years ago
603e72b
Merge "Implement callback to handle touch event outside SoftInputWindow" into honeycomb
by Tadashi G. Takaoka
· 15 years ago
de59a84
Implement callback to handle touch event outside SoftInputWindow
by Tadashi G. Takaoka
· 15 years ago
910b731
Add log for voice IME
by satok
· 15 years ago
3d012a5
Merge "Fix touchable region" into honeycomb
by satok
· 15 years ago
9e347d3
Fix touchable region
by satok
· 15 years ago
f3df63a
Update suggestions if user typed word is found in dictionary
by Tadashi G. Takaoka
· 15 years ago
15a7e83
Merge "Dim previously suggested words" into honeycomb
by satok
· 15 years ago
6f72186
Dim previously suggested words
by satok
· 15 years ago
58d6d06
Disable touchable region until we come up with correct implementation
by satok
· 15 years ago
a2ad96d
Make settings dialog cancel-able by touching outside
by Tadashi G. Takaoka
· 15 years ago
2fa21f5
Add input method subtype selector and IME settings dialog
by Tadashi G. Takaoka
· 15 years ago
fefda4e
Refine InputMethodInfo API
by Ken Wakasa
· 15 years ago
6845da8
Add touchable region
by satok
· 15 years ago
4022a79
Merge "Add subtype languages" into honeycomb
by satok
· 15 years ago
be32453
Add subtype languages
by satok
· 15 years ago
89764ad
Simplify text correction settings in latin IME.
by Jean Chalard
· 15 years ago
ce9c417
Change separator titles in settings screen.
by Jean Chalard
· 15 years ago
ce4b2d2
Merge "Add a safety net for auto-correction." into honeycomb
by satok
· 15 years ago
82411d4
Add a safety net for auto-correction.
by satok
· 15 years ago
86f189f
Fix NPE
by Ken Wakasa
· 15 years ago
08ca36d
Merge "Pressing shift could turn off shift state while auto capitalize mode" into honeycomb
by Tadashi G. Takaoka
· 15 years ago
8b0febc
Merge "Simplify latin IME settings page." into honeycomb
by Jean Chalard
· 15 years ago
Next »