summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/inputmethod
Commit message (Expand)AuthorAgeFilesLines
* 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
* am b97e102c: am 1b570b57: am 5fd5aa3d: Fix compatibility issue on InputMethod...Satoshi Kataoka2013-11-131-0/+7
|\
| * Fix compatibility issue on InputMethodSubtypeSatoshi Kataoka2013-11-141-0/+7
* | am 9ea18d49: am d952ac4c: am 218ecd43: Fix the docs buildJean Chalard2013-11-121-1/+1
|\ \ | |/
| * Fix the docs buildJean Chalard2013-11-131-1/+1
* | am 45637283: am 383ef79d: am 7d57b7a3: Merge "Improve documentation for Input...Jean Chalard2013-11-122-43/+75
|\ \ | |/
| * Improve documentation for InputType and EditorInfo.Jean Chalard2013-11-122-43/+75
* | Merge "Notify commitText event to InputMethodManagerService"Satoshi Kataoka2013-10-232-1/+19
|\ \