summaryrefslogtreecommitdiffstats
path: root/core/java/android/inputmethodservice
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'android-4.2.2_r1' into mr1.1-stagingRicardo Cerqueira2013-02-151-6/+9
|\
| * Reduce jankiness of the transition between a text field with FLAG_NO_FULLSCRE...Satoshi Kataoka2012-11-071-6/+9
* | Port "Option to control cursor in text fields using volume keys (1/2)"Konsta2012-12-151-1/+43
|/
* Migrate more System and Secure settings to Global.Jeff Sharkey2012-10-021-2/+2
* IME support for trackball and generic motion eventsVictoria Lease2012-09-103-2/+68
* Refactor for multi-display support.Jeff Brown2012-08-191-2/+1
* Window position not reported if the window is not moved.Svetoslav Ganov2012-08-062-11/+16
* Add API to turn on HW drawing in IMEs.Dianne Hackborn2012-08-011-0/+26
* Documentation cleanupKurt Partridge2012-07-191-3/+0
* Add/refine comments to reflect key event policiesJean Chalard2012-05-291-1/+12
* Interaction model of KeyboarView should be same as latimIMESvetoslav Ganov2012-05-221-15/+20
* Fix the issue that the ime switch icon is remaining after closing VoiceInputsatok2012-05-101-6/+10
* am a97a7b5a: am 6971153d: Merge "docs: Fixed method description for onKeyDown...Quddus Chong2012-04-121-2/+2
|\
| * docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event).Quddus Chong2012-04-121-2/+2
* | Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* | Add support for optional titles in action modesAdam Powell2012-02-241-0/+6
* | Fixes around extract modeGilles Debunne2012-01-131-0/+3
|/
* IOOB is SuggestionsGilles Debunne2011-12-062-6/+43
* Adding a system preference whether to speak passwords in accessibility mode.Svetoslav Ganov2011-12-051-2/+8
* Extracted text problemsGilles Debunne2011-11-102-2/+47
* Update KeyBoardView to reflect the interaction model in Latin IMESvetoslav Ganov2011-11-011-25/+10
* Various performance and other work.Dianne Hackborn2011-10-311-5/+1
* Make prompt for headset while typing a password if accessibilbity is on less ...Svetoslav Ganov2011-10-041-15/+22
* Fix 5335993, calculate correct size of lockscreen buttonsChet Haase2011-09-192-3/+47
* Merge "Call onFinishInputView in onDestroy"satok2011-09-141-2/+7
|\
| * Call onFinishInputView in onDestroysatok2011-09-141-2/+7
* | Fix bug 5237737 - ActionBar should fire an accessibility event whenAdam Powell2011-09-141-3/+7
|/
* Merge "Skip the exit animation when the IME is destroyed."satok2011-09-131-0/+4
|\
| * Skip the exit animation when the IME is destroyed.satok2011-09-121-0/+4
* | The back key stops selection mode in extracted text mode.Gilles Debunne2011-09-082-7/+40
|/
* Merge "Send onViewClicked in the extract mode"satok2011-09-071-0/+14
|\
| * Send onViewClicked in the extract modesatok2011-09-081-0/+14
* | Fix bug 5228657 - Input method window rendered with titlebarAdam Powell2011-09-071-1/+1
|/
* Adding accessibility support to the PIN lock screen.Svetoslav Ganov2011-08-221-8/+100
* Merge "Breaks the build"Svetoslav Ganov2011-08-171-79/+10
|\
| * Breaks the buildSvetoslav Ganov2011-08-171-79/+10
* | Merge "Adding accessibility support to the PIN lock screen."Svetoslav Ganov2011-08-171-10/+79
|\ \ | |/
| * Adding accessibility support to the PIN lock screen.Svetoslav Ganov2011-08-081-10/+79
* | Fix bug 5159736 - Make DeviceDefault the defaultAdam Powell2011-08-141-1/+3
|/
* Fix bug 5048482 - mischievous monkeys editing text in IME extract modeAdam Powell2011-07-211-1/+4
* Bug 5014726: Paste works in ExtractedTextGilles Debunne2011-07-121-5/+2
* Add onClickView to InputMethodServicesatok2011-06-292-2/+29
* Handle action modes in the IME extract mode view.Adam Powell2011-06-022-1/+184
* Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-46/+11
* Fix key preview coordinates calculationTadashi G. Takaoka2011-04-201-20/+13
* Follow up change to I741642acKen Wakasa2011-01-301-1/+1
* Plumb whether an input view is actually visible or not through from the IMEJoe Onorato2011-01-271-9/+45
* Update package descriptions with editorial revisions.Scott Main2011-01-261-1/+1
* Merge "Clip touch event at SoftInputWindow to handle the event from Inset" in...Ken Wakasa2011-01-251-0/+57
|\
| * Clip touch event at SoftInputWindow to handle the event from InsetTadashi G. Takaoka2011-01-251-0/+57