summaryrefslogtreecommitdiffstats
path: root/core/java/android/inputmethodservice
Commit message (Expand)AuthorAgeFilesLines
* Completely remove ExtractActionMode from ExtractEditLayoutAndrei Stingaceanu2015-06-092-178/+3
* Catch BadTokenException and continue in clearInsetofPreviousIme.Seigo Nonaka2015-06-081-5/+11
* Separate the SelectionActionMode into Insertion and Selection.Clara Bayarri2015-06-041-1/+1
* Clear the inset of previous IME when necessary.Yohei Yukawa2015-05-281-1/+34
* Notify IME visibility when showWindow is called.Seigo Nonaka2015-04-241-3/+7
* am 66a51c70: am da1bc605: am 7a3c8c70: Merge "Fixed memory leak in ExtractEdi...Adam Powell2015-04-071-0/+2
|\
| * Fixed memory leak in ExtractEditLayout finish()Johan8 Persson22015-03-271-0/+2
* | Add @ResourceInt annotations on APIsTor Norbye2015-02-182-3/+6
|/
* am 83c804be: Merge "Prevent duplicated registration of OnComputeInternalInset...Yohei Yukawa2015-02-141-0/+1
|\
| * Prevent duplicated registration of OnComputeInternalInsetsListenerSeonggoo Kang2014-12-241-0/+1
* | Use CURRENT_OR_SELF when checking SPEAK_PASSWORD settingAlan Viverette2014-12-021-1/+1
* | Load SPEAK_PASSWORD from currently active user rather than selfAlan Viverette2014-11-251-2/+4
|/
* Remove CursorAnchorInfoRequest and related stuffYohei Yukawa2014-08-221-7/+5
* Deprecate InputMethodService.enableHardwareAcceleration()Alan Viverette2014-08-141-1/+4
* Polish new IME API for L part 2: CursorAnchorInfoYohei Yukawa2014-07-111-21/+4
* More work on voice interaction visuals.Dianne Hackborn2014-05-302-3/+8
* Add system layer for voice interaction services.Dianne Hackborn2014-05-282-59/+20
* Introduce new API for floating window supportYohei Yukawa2014-05-092-0/+35
* Partial revert "Load device default theme mapping from resources"Alan Viverette2014-05-051-5/+7
* Further work on voice interaction services.Dianne Hackborn2014-05-052-11/+70
* Load device default theme mapping from resourcesAlan Viverette2014-05-011-7/+5
* Revise Javadoc for CURSOR_ANCHOR_MONITOR_MODE_CURSOR_RECTYohei Yukawa2014-04-291-2/+3
* Return the cursor position in screen coordinatesYohei Yukawa2014-04-291-4/+7
* Allow IMEs to start/stop receiving onUpdateCursor callbackYohei Yukawa2014-04-041-0/+17
* Switch framework Holo references to Quantum.LightAlan Viverette2014-04-011-0/+1
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* am 4c62da69: am 145cac85: am 4bf6eb17: Merge "Memory leak in IInputMethodSess...Jeff Brown2013-10-291-1/+9
|\
| * am 145cac85: am 4bf6eb17: Merge "Memory leak in IInputMethodSessionWrapper ex...Jeff Brown2013-10-291-1/+9
| |\
| | * Memory leak in IInputMethodSessionWrapper executeMessageHenrik Baard2013-08-111-1/+9
* | | Introduce an API to get the recommended height of the InputMethodWindowSatoshi Kataoka2013-10-151-0/+15
* | | am 4faa694e: am d3758420: am 65e91126: Merge "Allow IMEs to extend below nav ...John Spurlock2013-10-091-0/+2
|\ \ \ | |/ /
| * | Allow IMEs to extend below nav bar, remove SystemUI veto.John Spurlock2013-10-091-0/+2
* | | am 4895ec3d: am 940a2ad6: Merge "Don\'t send the same values to onUpdateSelec...Jean Chalard2013-09-121-0/+5
|\ \ \ | |/ /
| * | Don't send the same values to onUpdateSelection repeatedlyJean Chalard2013-09-121-0/+5
* | | Add View constructor that supplies a default style resourceAlan Viverette2013-09-093-9/+20
|/ /
* | Fix possible NPE in IInputMethodWrapperSatoshi Kataoka2013-07-011-0/+8
* | Resolve inconsistent conditions in InputMethodServiceSatoshi Kataoka2013-05-301-2/+1
|/
* am 1a546dca: Merge "Fixed the problem ime invisible status despite being the ...Satoshi Kataoka2013-04-181-1/+1
|\
| * Fixed the problem ime invisible status despite being the icon that appears in...jungheang.lee2013-02-281-1/+1
* | Use input transport for communications between app and IME.Jeff Brown2013-03-263-89/+138
* | Separate sessionCreated and finishedEvents callbacksMichael Wright2013-03-211-5/+5
* | Clear mWindowAdded when window was not added. DO NOT MERGECraig Mautner2013-03-191-0/+1
* | Catch BadTokenException and continue.Craig Mautner2013-03-152-12/+10
* | Remove WindowManager messages from remote queue.Craig Mautner2013-03-141-0/+6
* | Put debug back in for b/b8263462.Craig Mautner2013-03-131-2/+4
* | resolved conflicts for merge of ebcbfb3f to masterMita Yun2012-12-102-2/+4
|\ \ | |/
| * Use asynchronous messages for input method events.Mita Yun2012-12-062-2/+4
* | am ae41ba15: am 4424951f: am 1e29e49c: Merge "Reduce jankiness of the transit...Satoshi Kataoka2012-11-081-6/+9
|\ \ | |/
| * Reduce jankiness of the transition between a text field with FLAG_NO_FULLSCRE...Satoshi Kataoka2012-11-071-6/+9
* | Fix downTime of InputMethodService.sendDownUpKeyEvents methodTadashi G. Takaoka2012-10-261-1/+1
|/