summaryrefslogtreecommitdiffstats
path: root/core/java/android/inputmethodservice
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix NPE in IInputMethodSessionWrapper.executeMessageKen Wakasa2011-01-251-0/+2
* | NULL inputType text fields should never show the IME.Gilles Debunne2011-01-241-2/+2
|/
* Merge "Show ime switch icon when there is a hard keyboard" into honeycombsatok2011-01-201-3/+11
|\
| * Show ime switch icon when there is a hard keyboardsatok2011-01-211-3/+11
* | Fix 3374446: Allow multiple shift keys in Keyboard.Jim Miller2011-01-201-9/+24
|/
* 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-293-3/+10
* Add a functionarity for showing / hiding IME button on the system barsatok2010-10-301-5/+7
* resolved conflicts for merge of 2da9338c to masterGilles Debunne2010-10-111-1/+2
|\
| * Made paste work in ExtractEditTextGilles Debunne2010-10-081-10/+2
* | Add methods for managing subtypessatok2010-09-233-8/+45
* | am a79433cb: am ecd43cca: Merge "Initialize Keyboard.Key attributes from pare...Tadashi G. Takaoka2010-09-171-3/+4
|\ \ | |/
| * Initialize Keyboard.Key attributes from parent Keyboard.RowTadashi G. Takaoka2010-09-171-3/+4
| * Made text selection work in ExtractEditText. DO NOT MERGEGilles Debunne2010-09-071-1/+10
* | am ff46a5c9: am d2fbabad: Merge "Fixed single line state on TextView." into g...Gilles Debunne2010-08-311-3/+4
|\ \ | |/
| * Fixed single line state on TextView.Gilles Debunne2010-08-311-3/+4
* | lock screen for xlargeJae Yong Sung2010-08-131-1/+24
* | Fix KeyboardView's verticalCorrection handlingTadashi G. Takaoka2010-07-301-1/+3
|/
* 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
* | merge from open-source masterThe Android Open Source Project2010-03-292-21/+46
|\ \ | |/
| * Fix Memory Leak When Switching Input MethodsDevin Taylor2010-02-242-21/+46
| * eclair snapshotJean-Baptiste Queru2009-11-135-84/+345
| * donut snapshotJean-Baptiste Queru2009-07-311-4/+5
| * donut snapshotJean-Baptiste Queru2009-05-202-14/+28
| * AI 145383: API review: clean up a bunch of @hides that have been pending API ...Dianne Hackborn2009-04-091-6/+4
| * Automated import from //branches/cupcake/...@142829,142829Dianne Hackborn2009-03-251-1/+1
* | Move the key feedback bubble to the side if there's not enough room above. bu...Amith Yamasani2010-03-191-4/+21
* | Add correct copyright headers to multiple filesKenny Root2010-03-114-1/+65
* | Logging to track down an elusive bug with Messaging app losing IME focus in l...Amith Yamasani2010-03-051-1/+4
* | Fix key debounce (was too aggressive and buggy) and dismiss mini keyboard on ...Amith Yamasani2010-02-111-2/+6
* | Fix 2402303: Split Keyboard widget from LatinIME into reusable PasswordEntryK...Jim Miller2010-02-081-0/+0
* | Fix to enable having a primary index that's not the closest match.Amith Yamasani2010-02-081-4/+4
* | Prevent crash in KeyboardView when the view is 0x0.Romain Guy2010-02-081-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
* | | Fix for 2345922: Press and hold space in ?123 mode will give .....Amith Yamasani2010-01-051-1/+11
|/ /
* | Close popup when Keyboard gets a CANCEL motion event.Amith Yamasani2009-12-081-1/+2
* | Fix build.Amith Yamasani2009-10-271-2/+2
* | Disambiguation between multiple pointers and swipe gestures.Amith Yamasani2009-10-271-31/+195
* | Fix possible race condition when switching keyboards while there are pending ...Amith Yamasani2009-09-171-7/+12