aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-27If there is no keyboard view attached, use voice input view.satok1-7/+22
Change-Id: Ibf0945f3bd70f02fe0d09229fc899641567c0d4c
2011-01-27Fix BroadcastReceiver leakage in SubtypeSwitcherTadashi G. Takaoka2-18/+16
Bug: 3345931 Change-Id: If31a6e803ea7e1a857085ced354722c484fda075
2011-01-27Fix NPE in isCandidateStripVisible()Ken Wakasa1-0/+2
Change-Id: I03d3c4806b51e7f902c43887a6769bffbffeccaf
2011-01-26Disable shortcut key when network is not availableTadashi G. Takaoka13-64/+151
Bug: 3345931 Change-Id: I1deef774598b8e78da4404535b6d3814464a9d2d
2011-01-26Added voice input languagessatok3-70/+44
bug: 3382825 Change-Id: Iec031dffb86e4b05a4a718d17afe20064d14633e
2011-01-26Import new drawable assetsTadashi G. Takaoka71-0/+2
Change-Id: I0267e4e4296d127fb44d77323d7cc4eb2f63666d
2011-01-26Fix Input options dialogKen Wakasa1-3/+3
bug: 3387860 Change-Id: I81e57ca08e07e4c2a68196ca173b764c40fbeb17
2011-01-25Check second down event of double tap is on shift keyTadashi G. Takaoka2-15/+25
This change also removes unnecessary touch point tweaks. Bug: 3385404 Change-Id: Ic398268ec4fcfaa9eafe8a70f2d10c2cd1fdfc62
2011-01-25Hide recognition view when switchToLastInputMethod failed.satok1-2/+12
Change-Id: Ie5f3d267e1042b4379b51c2dc6c8756e394cfc0f
2011-01-25Automatically layout mini keyboardTadashi G. Takaoka20-196/+578
Bug: 2214959 Change-Id: I06370e1c9e0683666ad19454a2fb501008af95c0
2011-01-25Revert "Implement callback to handle touch event outside SoftInputWindow"Tadashi G. Takaoka5-264/+9
This reverts commit de59a84029d3d3ec114b5b0f2eca0b3752982fef (Ie8d4469b). The requested feature has been implemented by I92d98bed. Bug: 3238092 Change-Id: I9d53030b3d5c9a0f24883292a93576a3231813aa
2011-01-25Avoid disk writes on UI thread.satok1-2/+9
Change-Id: I0a498e47afb2c9a5241e2f329c39e266550135a5
2011-01-25Show the value of the "Show suggestions" option in summary.Jean Chalard1-0/+12
Have the "Show correction suggestions" option display its value in its description. Bug: 3282448 Change-Id: Id76b5032ed5776d0567e1679d2a74ee758045919
2011-01-25Clarify a settings summary text.Jean Chalard1-1/+1
Change-Id: I98ee8bbe312a1515199b9c5c56c390010e8ef616
2011-01-25Removed subtype icon for each country and added subtype icon for each modesatok40-35/+35
Bug: 3286869 Change-Id: I43f151be00d2392c1816a43d37148169ff39a9f0
2011-01-25Add new Window.Callback.dispatchGenericMotionEvent to adapter classTadashi G. Takaoka1-0/+7
Change-Id: I7571da1d00c22d96f2fb0f9b2e8a2c84a9344c81
2011-01-25Reuse language_selection_title string resource for option dialogTadashi G. Takaoka1-18/+25
Bug: 3385831 Change-Id: I23f587815f7fca3190bd0aa669bb6a2378d34ea8
2011-01-24Import revised translations. DO NOT MERGEEric Fischer42-788/+718
Change-Id: I8a8786f484918749fd679adf0ce3e952d3f483f1
2011-01-24Fix resetting the status of VoiceIME when the user is switching from one ↵Luca Zanolin2-19/+40
VoiceIME to another Voice IME Change-Id: Ibbbe3ed6c4e2e7e3c1266daddf109742bd8d97b6
2011-01-25Add excludeFromLastInputMethod to voice subtypesatok1-0/+19
Bug: 3382702 Change-Id: I0a0a85a509aee9586fafe8771b44892f6bc469bc
2011-01-24Update shortcut IME when user changes the language of keyboard.satok1-0/+1
Bug: 3329578 Change-Id: I59653ec7b1077e88be3767da9f4190d820fad4d1
2011-01-24Always display the VoiceIME language in the Speak Now pop-upLuca Zanolin2-4/+39
Change-Id: I1b01458aff98447b7b3d5459b765968bed5515cb
2011-01-24Set minimum height for RecognitionView in the case that there is no keyboard ↵satok3-6/+11
view loaded. Bug: 3352322 Change-Id: I9a7b2a745b47bdc62a96a5cd2c0d8ad717e1b406
2011-01-24Implement callback to handle touch event outside SoftInputWindowTadashi G. Takaoka5-9/+264
Bug: 3238092 Change-Id: Ie8d4469bc2c6880bdf2a0c4e4eec68bb136b837c
2011-01-24Add log for voice IMEsatok3-3/+23
Change-Id: I7d0a458b3cf41fc9dc679f654347e8870c75185d
2011-01-24Add description for auto correction threshold stringsTadashi G. Takaoka1-2/+2
Bug: 3088802 Bug: 3091970 Change-Id: I6f0cdb9ec74824497ff5f9e3a2ca5d7d29de0dd7
2011-01-24Remove unused assetssatok2-0/+0
Change-Id: Iae825b3d1c62d622db8389718359eaaa2b289fb4
2011-01-24New drawable assetsTadashi G. Takaoka69-0/+0
This change excludes drawable-xdpi/* and drawable-mdpi/sym_keyboard_smiley_holo.png from designer's repo. Change-Id: Ic8a06903ba75aa2de2d81ac159f4e37962b4da52
2011-01-21Fix touchable regionsatok1-8/+30
Bug: 3238092 Change-Id: Ie2087086af90ba51e0e310f9e46964e450561cbe
2011-01-21Update suggestions if user typed word is found in dictionaryTadashi G. Takaoka2-6/+16
This change aslo eliminates duplicate suggestion from past suggestions. And call setTypedWordVaild to past suggestions. Bug: 3367722 Change-Id: I7ffaa2f7e4e30b3951b6c2df002d269671c9d654
2011-01-21Fix build breakageTadashi G. Takaoka1-2/+2
Change-Id: I055d23c912f297c1958da0ba2c40b1d0843ff915
2011-01-21Dim previously suggested wordssatok5-39/+94
Change-Id: Id673c03bfa22ea9ce1bedb5174d8309a37a2a460
2011-01-21Use simple smiley for the emoticon keyTadashi G. Takaoka2-4/+4
This change uses keyLable to show simple smiley on the key top and removes sym_keyboard_smiley_holo drawable. Bug: 3350296 Change-Id: I7d28db8a6f74936f932f250a70991a1bd1ff4ddd
2011-01-21Disable touchable region until we come up with correct implementationsatok1-2/+2
bug: 3373640 Change-Id: I22448b779b0adc60f590aaef916075c7847dcdc9
2011-01-21Make settings dialog cancel-able by touching outsideTadashi G. Takaoka1-2/+1
Bug: 3374426 Change-Id: I6ba9b82d4481c43c78b59e78dcf22cd9875a8240
2011-01-21Add input method subtype selector and IME settings dialogTadashi G. Takaoka2-20/+62
Bug: 3351762 Change-Id: Ic1767faac6d4470a89cacb851d449ac53b2f8205
2011-01-20Refine InputMethodInfo APIKen Wakasa2-22/+9
bug: 3370297 Change-Id: I16073e6b8b90a06a20e506dac66e3ca25b4712d0
2011-01-20Add touchable regionsatok1-0/+10
Bug: 3238092 Change-Id: I3cda3106a61c40c3b66741dc38c9ff4cc55f487b
2011-01-20Change the order of subtypes listsatok1-58/+58
Change-Id: I748ed8e8a280832c1e3170ed070c2ae22ee7d5c1
2011-01-20Add subtype languagessatok5-1/+15
Change-Id: Ib251bd63f79281a4dc1739b213b16e8a936ea319
2011-01-19Simplify text correction settings in latin IME.Jean Chalard5-16/+61
Conditionally remove the "Quick fixes", "Bigram suggestions" and "Usability study mode" options, depending on configuration. When disabled, have the quick fixes and bigram option become false if autocorrect is off, and true otherwise. Also reorder options to bring "Auto correction" above "Show suggestions". bug: 3282448 Change-Id: Ib7fd928be417a816ef9e21423a531773069b7468
2011-01-19Change separator titles in settings screen.Jean Chalard3-60/+72
Add a "General" category to enclose general settings, and rename "Word suggestion settings" to "Text correction". bug: 3282448 Change-Id: Ie695683af0646974da82e29e11d1c3a785ef46c7
2011-01-19Add a safety net for auto-correction.satok4-20/+58
Bug: 3353956 Change-Id: I6a32632b2f986f0d9a07aa72f256a2c41cc09873
2011-01-19Fix NPEKen Wakasa1-2/+2
bug: 3364217 Change-Id: If6a2514a8feac509d7b6716c8574521a0ec0fa3e
2011-01-19Pressing shift could turn off shift state while auto capitalize modeTadashi G. Takaoka3-11/+54
Bug: 3363137 Change-Id: I442c1fbb185ad9ea16ee9bab70649f2b9f89400c
2011-01-18Change the UI of Voice IME to be more like Voice Search.Luca Zanolin31-207/+446
There has been a bit of refactoring in RecognitionView in particular to fix the portrait layout. The main issues found were: - the size of the keyboard is specified in inches, and (cm)(inches + inches) != ((cm) inches) + ((cm) inches)) - the height of keyboard background is high as the landscape keyboard, but it higher than the portrait keyboard. This is not an issue on LatinKeyboard, as it overwrite the onMeasure method. However, if I use the same image background in RelativeLayout the Relative layout height is set to the height of the background, thus higher than the keyboard - the change configuration was not propageted correctly Change-Id: Id5dca425826997c573ccae7a085d5ddc9719733b
2011-01-18Disable auto-correct when previous suggestion candidates are shownsatok1-1/+1
Change-Id: I16717f0c67950297a077a15b2b6492180c0bc54b
2011-01-18Load keyboard correctly when subtype has been changed to keyboardTadashi G. Takaoka2-61/+68
Bug: 3299191 Change-Id: I5d75898aca5de25d9955efac52979097e529990b
2011-01-18Clear composing text when the auto-corrected word is revertedTadashi G. Takaoka1-6/+10
Bug: 3363133 Change-Id: Ib7582ad354ba16eb8ebc9f0b4f51c8ec3790f578
2011-01-18Simplify latin IME settings page.Jean Chalard5-9/+25
Do not show the recorrection option on xlarge terminals, and make it true by default. Also, bring the Auto-capitalization at the top of the settings page. Issue: 3282448 Change-Id: I51a9ae6c7e496be2970107277f0a4ac65b12821e