summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/inputmethod
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Introduce a sequence number to avoid redundant IPCsYohei Yukawa2014-06-091-1/+58
* | | Naming style fix for an internal constantYohei Yukawa2014-06-061-3/+3
|/ /
* | Trivial method renaming for notifyTextCommittedYohei Yukawa2014-06-052-5/+4
|/
* Make a copy of Matrix in CursorAnchorInfoBuilderYohei Yukawa2014-05-151-8/+4
* Merge "Enable CursorAnchorInfo to contain composing string"Yohei Yukawa2014-05-151-37/+54
|\
| * Enable CursorAnchorInfo to contain composing stringYohei Yukawa2014-05-141-37/+54
* | Use java.util.ObjectsYohei Yukawa2014-05-141-4/+3
|/
* Do not send duplicate CursorAnchorInfo to IMEYohei Yukawa2014-05-131-5/+21
* Remove an unused member.Yohei Yukawa2014-05-121-3/+0
* Introduce new API for floating window supportYohei Yukawa2014-05-096-12/+781
* Add unit tests for InputMethodSubtypeSwitchingControllerYohei Yukawa2014-05-011-2/+13
* Return the cursor position in screen coordinatesYohei Yukawa2014-04-291-4/+25
* Allow IMEs to start/stop receiving onUpdateCursor callbackYohei Yukawa2014-04-041-3/+42
* Fix issue #13564072: Back button no longer dismisses IME after voice usageDianne Hackborn2014-03-241-0/+1
* Merge "Improve doc for EditorInfo#initialSel{Start,End}"Jean Chalard2014-03-102-61/+86
|\
| * Improve doc for EditorInfo#initialSel{Start,End}Jean Chalard2014-02-212-61/+86
* | Introduce InputMethodSubtypeArray for memory efficient IPCsYohei Yukawa2014-03-062-13/+292
* | Remove trailing spaces and tabsYohei Yukawa2014-02-241-15/+15
|/
* Make the range checking of BaseInputConnection#setSelection stricterYohei Yukawa2014-01-171-2/+2
* Remove unused imports from frameworks/base.John Spurlock2013-11-202-2/+0