aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Skip sudden jump detection on distinct multitouch deviceTadashi G. Takaoka2011-02-041-0/+3
| | | | | | | | | | | | | | | | | | | | Bug: 3400448 Change-Id: I37150d624b73ed089875a905fe04c5b8b3ecfa0a
| * | | Rename a member to comply to the member naming policy.Jean Chalard2011-02-031-4/+4
| | | | | | | | | | | | | | | | Change-Id: Ie9493f438c6ac371029e52a5d5f6191c7239bf75
| * | | Kill the process when the debug mode is updated.Jean Chalard2011-02-031-0/+10
| |/ / | | | | | | | | | | | | | | | | | | Killing the process allows for some settings that are read only on service start up to be correctly read again. Change-Id: Ia48f2ca4760a530ac47b727f290d606715cb6bde
| * | Fix menu option dialog orderTadashi G. Takaoka2011-02-031-2/+2
| | | | | | | | | | | | Change-Id: Iea619d26a2f2091b71182face2f6a66d188e0287
| * | Merge "Cleanup keyboard drawing code"Tadashi G. Takaoka2011-02-013-88/+29
| |\ \
| | * | Cleanup keyboard drawing codeTadashi G. Takaoka2011-02-013-88/+29
| | | | | | | | | | | | | | | | Change-Id: I084e3ac835ee60b8e463ac10c075adbf08b9a7cb
| * | | Merge "Add debugging info for Latin IME."Jean Chalard2011-01-312-8/+38
| |\ \ \
| | * | | Add debugging info for Latin IME.Jean Chalard2011-02-012-8/+38
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add frequency of candidates in the candidates view when the debug mode is active. Bug: 3312867 Change-Id: Ie911f14ef11b2fa02af8f3a74302129f16ed0604
| * / / Use custom dialog builder building url link clickable from serviceTadashi G. Takaoka2011-02-011-72/+58
| |/ / | | | | | | | | | | | | | | | | | | This change is derived from I7611ebc1 (Honeycomb). Bug: 3246715 Change-Id: I6446bd785f1bd3d7b901e86661c91ca5a823f30e
| * | Merge "Fix subtype settings activity string"Ken Wakasa2011-01-311-1/+3
| |\ \ | | |/ | |/|
| | * Fix subtype settings activity stringKen Wakasa2011-02-011-1/+3
| | | | | | | | | | | | | | | | | | original (abandoned) change: I78463bbb Change-Id: I1ef4df882fb09dd31a77e8f12d30d03460ecaada
| * | Do not read the pop up setting if the config says not to.Jean Chalard2011-01-311-2/+10
| |/ | | | | | | | | | | | | | | | | | | If the configuration says the device should not display the "Pop up on key press" setting, then do not read the preference and always use the default setting. bug: 3406181 Change-Id: Ice2989760cda1d40387ed88311144cbf2c114b93
| * Merge "Reuse keyboard view's drawing bitmap if possible" into honeycombKen Wakasa2011-01-271-2/+1
| |\
| | * Reuse keyboard view's drawing bitmap if possibleKen Wakasa2011-01-281-2/+1
| | | | | | | | | | | | | | | bug: 3398660 Change-Id: I0c7f7c084904990563ac62b5d9cf829f86855661
| * | Merge "Add hack to translate sudden move to up/down events" into honeycombTadashi G. Takaoka2011-01-273-20/+40
| |\ \
| | * | Add hack to translate sudden move to up/down eventsTadashi G. Takaoka2011-01-283-20/+40
| | |/ | | | | | | | | | | | | | | | | | | This change also gets rid of unnecessary debug messages. Bug: 3400735 Change-Id: I3f003b1c2b553a2f841d4880f348a012d2d9c8ad
| * / Import new icon for disabled mic keyTadashi G. Takaoka2011-01-281-2/+2
| |/ | | | | | | | | | | | | This change also updates other hdpi assets. Bug: 3345931 Change-Id: Ia91e449905677b025307bf9ea6e618d82090a389
| * Merge "Fix auto-correction threshold and promote full matched words" into ↵satok2011-01-262-2/+5
| |\ | | | | | | | | | honeycomb
| | * Fix auto-correction threshold and promote full matched wordssatok2011-01-272-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3374359 Bug: 3278422 "zbe" will be auto corrected to "be" by fixing s-line "teh" will be auto corrected to "the" by promotion of full matched words Change-Id: I314c632820e4e0b1501edeca60ada205d291451f
| * | Fix safety net not to be enabled at aggressive autocompletion modesatok2011-01-273-2/+14
| |/ | | | | | | | | | | Bug: 3374359 Change-Id: I7b1dbeb64a87dda05397c236bb58da292f819471
| * Merge "Fix BroadcastReceiver leakage in SubtypeSwitcher" into honeycombTadashi G. Takaoka2011-01-262-18/+16
| |\
| | * Fix BroadcastReceiver leakage in SubtypeSwitcherTadashi G. Takaoka2011-01-272-18/+16
| | | | | | | | | | | | | | | Bug: 3345931 Change-Id: If31a6e803ea7e1a857085ced354722c484fda075
| * | Merge "If there is no keyboard view attached, use voice input view." into ↵satok2011-01-261-7/+22
| |\ \ | | | | | | | | | | | | honeycomb
| | * | If there is no keyboard view attached, use voice input view.satok2011-01-271-7/+22
| | |/ | | | | | | | | | Change-Id: Ibf0945f3bd70f02fe0d09229fc899641567c0d4c
| * / Fix NPE in isCandidateStripVisible()Ken Wakasa2011-01-271-0/+2
| |/ | | | | | | Change-Id: I03d3c4806b51e7f902c43887a6769bffbffeccaf
| * Disable shortcut key when network is not availableTadashi G. Takaoka2011-01-267-47/+133
| | | | | | | | | | Bug: 3345931 Change-Id: I1deef774598b8e78da4404535b6d3814464a9d2d
| * Merge "Hide recognition view when switchToLastInputMethod failed." into ↵satok2011-01-251-2/+12
| |\ | | | | | | | | | honeycomb
| | * Hide recognition view when switchToLastInputMethod failed.satok2011-01-251-2/+12
| | | | | | | | | | | | Change-Id: Ie5f3d267e1042b4379b51c2dc6c8756e394cfc0f
| * | Fix Input options dialogKen Wakasa2011-01-261-3/+3
| | | | | | | | | | | | | | | bug: 3387860 Change-Id: I81e57ca08e07e4c2a68196ca173b764c40fbeb17
| * | Check second down event of double tap is on shift keyTadashi G. Takaoka2011-01-252-15/+25
| | | | | | | | | | | | | | | | | | | | | This change also removes unnecessary touch point tweaks. Bug: 3385404 Change-Id: Ic398268ec4fcfaa9eafe8a70f2d10c2cd1fdfc62
| * | Merge "Revert "Implement callback to handle touch event outside ↵Ken Wakasa2011-01-253-262/+9
| |\ \ | | | | | | | | | | | | SoftInputWindow"" into honeycomb
| | * | Revert "Implement callback to handle touch event outside SoftInputWindow"Tadashi G. Takaoka2011-01-253-262/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit de59a84029d3d3ec114b5b0f2eca0b3752982fef (Ie8d4469b). The requested feature has been implemented by I92d98bed. Bug: 3238092 Change-Id: I9d53030b3d5c9a0f24883292a93576a3231813aa
| * | | Merge "Automatically layout mini keyboard" into honeycombKen Wakasa2011-01-254-156/+222
| |\ \ \ | | |_|/ | |/| |
| | * | Automatically layout mini keyboardTadashi G. Takaoka2011-01-254-156/+222
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 2214959 Change-Id: I06370e1c9e0683666ad19454a2fb501008af95c0
| * | | Merge "Avoid disk writes on UI thread." into honeycombsatok2011-01-251-2/+9
| |\ \ \
| | * | | Avoid disk writes on UI thread.satok2011-01-251-2/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: I0a498e47afb2c9a5241e2f329c39e266550135a5
| * | | | Show the value of the "Show suggestions" option in summary.Jean Chalard2011-01-251-0/+12
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Have the "Show correction suggestions" option display its value in its description. Bug: 3282448 Change-Id: Id76b5032ed5776d0567e1679d2a74ee758045919
| * | / Reuse language_selection_title string resource for option dialogTadashi G. Takaoka2011-01-251-18/+25
| | |/ | |/| | | | | | | | | | Bug: 3385831 Change-Id: I23f587815f7fca3190bd0aa669bb6a2378d34ea8
| * | Fix resetting the status of VoiceIME when the user is switching from one ↵Luca Zanolin2011-01-242-19/+40
| | | | | | | | | | | | | | | | | | VoiceIME to another Voice IME Change-Id: Ibbbe3ed6c4e2e7e3c1266daddf109742bd8d97b6
| * | Update shortcut IME when user changes the language of keyboard.satok2011-01-241-0/+1
| | | | | | | | | | | | | | | | | | Bug: 3329578 Change-Id: I59653ec7b1077e88be3767da9f4190d820fad4d1
| * | Merge "Always display the VoiceIME language in the Speak Now pop-up" into ↵Satoshi Kataoka2011-01-241-4/+23
| |\ \ | | | | | | | | | | | | honeycomb
| | * | Always display the VoiceIME language in the Speak Now pop-upLuca Zanolin2011-01-241-4/+23
| | | | | | | | | | | | | | | | Change-Id: I1b01458aff98447b7b3d5459b765968bed5515cb
| * | | Merge "Set minimum height for RecognitionView in the case that there is no ↵satok2011-01-242-5/+10
| |\ \ \ | | |/ / | |/| | | | | | keyboard view loaded." into honeycomb
| | * | Set minimum height for RecognitionView in the case that there is no keyboard ↵satok2011-01-242-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | view loaded. Bug: 3352322 Change-Id: I9a7b2a745b47bdc62a96a5cd2c0d8ad717e1b406
| * | | Merge "Implement callback to handle touch event outside SoftInputWindow" ↵Tadashi G. Takaoka2011-01-243-9/+262
| |\ \ \ | | |/ / | |/| | | | | | into honeycomb
| | * | Implement callback to handle touch event outside SoftInputWindowTadashi G. Takaoka2011-01-243-9/+262
| | |/ | | | | | | | | | | | | Bug: 3238092 Change-Id: Ie8d4469bc2c6880bdf2a0c4e4eec68bb136b837c
| * / Add log for voice IMEsatok2011-01-243-3/+23
| |/ | | | | | | Change-Id: I7d0a458b3cf41fc9dc679f654347e8870c75185d
| * Merge "Fix touchable region" into honeycombsatok2011-01-211-8/+30
| |\
| | * Fix touchable regionsatok2011-01-211-8/+30
| | | | | | | | | | | | | | | | | | Bug: 3238092 Change-Id: Ie2087086af90ba51e0e310f9e46964e450561cbe
| * | Update suggestions if user typed word is found in dictionaryTadashi G. Takaoka2011-01-212-6/+16
| |/ | | | | | | | | | | | | | | | | This change aslo eliminates duplicate suggestion from past suggestions. And call setTypedWordVaild to past suggestions. Bug: 3367722 Change-Id: I7ffaa2f7e4e30b3951b6c2df002d269671c9d654