summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/inputmethod
Commit message (Expand)AuthorAgeFilesLines
* Change MNC codename to just M.Dianne Hackborn2015-07-291-3/+5
* Don't rely on broadcast intent for waking up input method.Yohei Yukawa2015-07-231-0/+30
* Do not accept an empty string in EditorInfo#packageName anymore.Yohei Yukawa2015-06-081-4/+2
* Update JavaDoc of EditorInfo#packageName.Yohei Yukawa2015-06-081-0/+13
* Report EditorInfo#packageName based on the actual uid.Yohei Yukawa2015-06-031-1/+4
* Merge "Convert subtypes whose locale is "tl" to "fil"." into mnc-devYohei Yukawa2015-06-031-1/+15
|\
| * Convert subtypes whose locale is "tl" to "fil".Yohei Yukawa2015-06-021-1/+15
* | Add a permission annotation to IMM#setCurrentInputMethodSubtype.Yoshiki Iguchi2015-06-021-0/+4
|/
* Close input session when the view is detached from the window.Yohei Yukawa2015-05-291-0/+16
* Revert "Rely on IMM#focusOut() to close input session."Yohei Yukawa2015-05-291-6/+10
* Rely on IMM#focusOut() to close input session.Yohei Yukawa2015-05-261-10/+6
* Do not clear IMM#mCurRootView in IMM#finishInputLocked().Yohei Yukawa2015-05-211-5/+1
* Keep IMM#mCurRootView synchronized with the actual window focus.Yohei Yukawa2015-05-151-7/+20
* Revert "Update IME focus when the active view is losing the focus."Wale Ogunwale2015-05-141-7/+29
* Merge "Update IME focus when the active view is losing the focus." into mnc-devYohei Yukawa2015-05-131-29/+7
|\
| * Update IME focus when the active view is losing the focus.Yohei Yukawa2015-05-121-29/+7
* | Remove obsolete fields from InputMethodManager.Yohei Yukawa2015-05-121-10/+0
|/
* Retry "Always show auxiliary subtypes from NavBar keyboard icon."Seigo Nonaka2015-05-061-1/+27
* Revert "Always show auxiliary subtypes from NavBar keyboard icon."Bart Sears2015-05-071-27/+1
* Always show auxiliary subtypes from NavBar keyboard icon.Seigo Nonaka2015-05-061-1/+27
* am b078ff16: am 13dbc3d4: Merge "Frameworks/base: Fix potential NPE in InputM...Andreas Gampe2015-03-181-2/+2
|\
| * Frameworks/base: Fix potential NPE in InputMethodAndreas Gampe2015-03-171-2/+2
* | Remove unused imports in frameworks/base.John Spurlock2015-02-282-6/+0
* | Normalize deprecated 2-letter language code when necessary.Yohei Yukawa2015-02-211-17/+3
* | am f80fa0b5: am 6c477a29: am ec403e8f: Merge "Call startInput on return from ...Jeff Brown2015-02-131-13/+11
|\ \ | |/
| * Call startInput on return from sleep modeMikael Gullstrand2015-01-261-13/+11
| * Fix some documentation typos.Newton Allen2014-09-301-1/+1
* | Use try-with-resourcesYohei Yukawa2014-10-071-49/+10
* | Fix some documentation typos.Newton Allen2014-09-301-1/+1
|/
* Speculative fix of IMMS crashYohei Yukawa2014-09-191-1/+2
* Minimize the number of default enabled IMEs part 3Yohei Yukawa2014-09-151-0/+3
* API Review: Clean up removed APIsYohei Yukawa2014-09-124-151/+0
* Use public APIs to instantiate InputMethodSubtypeYohei Yukawa2014-09-101-12/+0
* L API proposal: Introduce IS_RTL flagYohei Yukawa2014-09-081-51/+120
* API Review: InputConnectionYohei Yukawa2014-09-024-16/+47
* API Review: CursorAnchorInfoYohei Yukawa2014-09-021-26/+64
* Get rid of one redundant comparison of #mComposingTextStartYohei Yukawa2014-08-311-3/+0
* Remove CursorAnchorInfoRequest and related stuffYohei Yukawa2014-08-226-325/+64
* Suppress warnings of redundant calls of #updateCursorAnchorInfoYohei Yukawa2014-08-131-1/+6
* Add FLAG_CURSOR_ANCHOR_INFO_IMMEDIATE support in TextViewYohei Yukawa2014-07-191-6/+13
* Use a bit more descriptive name for a parameterYohei Yukawa2014-07-121-3/+4
* Polish new IME API for L part 2: CursorAnchorInfoYohei Yukawa2014-07-116-49/+345
* Polish new IME API for L: CursorAnchorInfoYohei Yukawa2014-07-102-11/+125
* Fix inconsistencies in CursorAnchorInfo#equalsYohei Yukawa2014-07-101-8/+28
* Require coordinate transformation matrix if necessaryYohei Yukawa2014-07-022-2/+22
* Use CharSequence instead of String in CursorAnchorInfoYohei Yukawa2014-06-271-6/+9
* am f09cb58d: Merge "Rename CursorAnchorInfoBuilder with Builder" into lmp-pre...Yohei Yukawa2014-06-121-13/+10
|\
| * Rename CursorAnchorInfoBuilder with BuilderYohei Yukawa2014-06-101-13/+10
* | Merge "Use more user actions to update the IME rotation order"Yohei Yukawa2014-06-101-3/+3
|\ \
| * | Use more user actions to update the IME rotation orderYohei Yukawa2014-06-091-3/+3