summaryrefslogtreecommitdiffstats
path: root/core/java/android/inputmethodservice/InputMethodService.java
Commit message (Expand)AuthorAgeFilesLines
* IME support for trackball and generic motion eventsVictoria Lease2012-09-101-2/+23
* Refactor for multi-display support.Jeff Brown2012-08-191-2/+1
* 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
* 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
|/
* IOOB is SuggestionsGilles Debunne2011-12-061-0/+16
* Extracted text problemsGilles Debunne2011-11-101-2/+24
* Call onFinishInputView in onDestroysatok2011-09-141-2/+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-081-3/+20
|/
* Fix bug 5228657 - Input method window rendered with titlebarAdam Powell2011-09-071-1/+1
* Fix bug 5159736 - Make DeviceDefault the defaultAdam Powell2011-08-141-1/+3
* Add onClickView to InputMethodServicesatok2011-06-291-1/+19
* 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
* NULL inputType text fields should never show the IME.Gilles Debunne2011-01-241-2/+2
* Show ime switch icon when there is a hard keyboardsatok2011-01-211-3/+11
* Support non-rectangular input regions.Jeff Brown2011-01-161-4/+24
* Add Holo theme for IMEs.Dianne Hackborn2011-01-141-1/+5
* Added support for full PC-style keyboards.Jeff Brown2010-11-181-2/+3
* Change API for getting InputMethodSubtype's mode from resource id to Stringsatok2010-11-051-2/+2
* Add new resize mode to not resize, new web input types.Dianne Hackborn2010-10-291-0/+2
* Add a functionarity for showing / hiding IME button on the system barsatok2010-10-301-5/+7
* Add methods for managing subtypessatok2010-09-231-8/+34
* merge from open-source masterThe Android Open Source Project2010-05-031-6/+10
|\
| * Fix an NPE in InputMethodService when mExtractAction is null.Steve Kondik2010-04-281-6/+10
* | Logging to track down an elusive bug with Messaging app losing IME focus in l...Amith Yamasani2010-03-051-1/+4
* | am ace8addc: am 2edd6826: Create a new ImeOption that disables fullscreen in ...Leon Scroggins2010-01-131-1/+8
|\ \
| * | Create a new ImeOption that disables fullscreen in landscape, and use it.Leon Scroggins2010-01-121-1/+8
| |/
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-10/+10
|/
* Last big work on #1991910: Make swipes work with capacitive keysDianne Hackborn2009-09-141-24/+47
* Potential fix for NPE at startExtractingText.Amith Yamasani2009-08-191-2/+3
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-47/+195
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-2/+9
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-3/+5
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-12/+60
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1880
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1636/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-255/+11
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-11/+255
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-26/+50
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-35/+50
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-57/+498
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-10/+25
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-43/+155