summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice
Commit message (Expand)AuthorAgeFilesLines
* Customizes input extract edit view for WearMark Renouf2016-04-122-7/+164
* Revert "Customizes input extract edit view for Wear"Yohei Yukawa2016-04-092-149/+7
* Customizes input extract edit view for WearMark Renouf2016-04-082-7/+149
* Fix a regression in SHOW_IME_WITH_HARD_KEYBOARD handling.Yohei Yukawa2016-04-061-1/+8
* Fix a bug that IMS#mShowInputFlags is never updated.Yohei Yukawa2016-04-031-17/+33
* Merge "Tell IMS about missing InputConnection methods." into nyc-devYohei Yukawa2016-03-191-9/+18
|\
| * Tell IMS about missing InputConnection methods.Yohei Yukawa2016-03-151-9/+18
* | Fix: onExtractedDeleteText deletes unintended region.Keisuke Kuroyanagi2016-03-141-1/+2
|/
* Suppress NPE in IMS#onEvaluateInputViewShown().Yohei Yukawa2016-01-121-0/+4
* Stop lying about hardware keyboard presence.Yohei Yukawa2015-12-211-8/+120
* Fix crash in KeyboardView with null HandlerClara Bayarri2015-10-231-3/+5
* Fix a few view ctors to not call Looper.myLooperJohn Reck2015-10-201-140/+149
* Handle BadTokenException exception more reliably.Yohei Yukawa2015-09-141-3/+18
* Merge "Mechanical merge of nested if statements."Yohei Yukawa2015-09-141-9/+3
|\
| * Mechanical merge of nested if statements.Yohei Yukawa2015-09-111-9/+3
* | Remove redundant casts.Yohei Yukawa2015-09-111-14/+8
|/
* am abe22377: am 7423ca03: am d49c3b65: am 00eb5767: am 437eb6ce: Merge "Fix: ...Keisuke Kuroyanagi2015-07-211-2/+6
|\
| * Fix: Wrong suggestion popup position in extract mode.Keisuke Kuroyanagi2015-07-171-2/+6
* | am 943b001c: am b9384d5d: am 31ccc9f0: am a7e2ab6e: am 8af7432c: Merge "Fix "...Andrei Stingaceanu2015-07-141-12/+13
|\|
| * Fix "Select All" in extracted modeAndrei Stingaceanu2015-07-141-12/+13
* | am 464f4006: am dfa116e2: am 2e59771e: am 0e6360f4: am a9b9907f: Merge "Fix i...Andrei Stingaceanu2015-07-141-2/+2
|\|
| * Fix insertion handle disappearing in extract modeAndrei Stingaceanu2015-07-131-2/+2
* | Update fullscreen state on hiding window.Seigo Nonaka2015-07-141-0/+1
* | am 6a402ca6: am d408d293: am ab142f7f: Merge "Handle back key to cancel text ...Yohei Yukawa2015-06-251-9/+28
|\|
| * Handle back key to cancel text action mode in full-screen IME.Yohei Yukawa2015-06-241-9/+28
* | am 4ca5725f: am 76d2204d: am b1891b3f: Fix selection by double tap in Extract...Andrei Stingaceanu2015-06-221-0/+8
|\|
| * Fix selection by double tap in Extracted modeAndrei Stingaceanu2015-06-221-0/+8
| * Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b.Yohei Yukawa2015-06-111-1/+2
* | Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b.Yohei Yukawa2015-06-121-1/+2
* | am 4878a26c: am bbbe13d5: am d4673355: Merge "Keyboard.Key#onReleased() shoul...Yohei Yukawa2015-06-121-5/+15
|\|
| * 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
| |/
* | Remove ExtractEditAction - part 1Andrei Stingaceanu2015-06-112-177/+2
* | Revert "Completely remove ExtractActionMode - master cherrypick"Andrei Stingaceanu2015-06-112-3/+178
* | Completely remove ExtractActionMode - master cherrypickAndrei Stingaceanu2015-06-112-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