summaryrefslogtreecommitdiffstats
path: root/core/java/android/inputmethodservice
Commit message (Expand)AuthorAgeFilesLines
* Framework: Volume key cursor control (1/2)Konsta2015-10-251-0/+34
* Fix: Wrong suggestion popup position in extract mode.Keisuke Kuroyanagi2015-07-171-2/+6
* Fix "Select All" in extracted modeAndrei Stingaceanu2015-07-141-12/+13
* Fix insertion handle disappearing in extract modeAndrei Stingaceanu2015-07-131-2/+2
* Handle back key to cancel text action mode in full-screen IME.Yohei Yukawa2015-06-241-9/+28
* Fix selection by double tap in Extracted modeAndrei Stingaceanu2015-06-221-0/+8
* Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b.Yohei Yukawa2015-06-111-1/+2
* Merge "Keyboard.Key#onReleased() should handle inside parameter." into mnc-devYohei Yukawa2015-06-121-5/+15
|\
| * Keyboard.Key#onReleased() should handle inside parameter.Yohei Yukawa2015-06-111-5/+15
* | 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