summaryrefslogtreecommitdiff
path: root/core/java/android/view/inputmethod/InputMethodInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Add new IME attrskxu2022-02-151-5/+37
* Recycle obtained TypedArraysNikolas Havrikov2022-02-101-0/+1
* Scribe in IMF: Handwriting support API 1/NTaran Singh2021-12-161-6/+28
* Clarify on DEFAULT_INPUT_METHOD and InputMethodInfo#getId()Yohei Yukawa2021-07-231-2/+3
* Make InputMethodInfo#showInInputMethodPicker public.Ahaan Ugale2021-05-131-3/+4
* Avoid IME restart for configChangesTaran Singh2021-03-301-4/+47
* Add a showInInputMethodPicker attr.Ahaan Ugale2021-03-301-1/+23
* InputMethodInfo attr to suppress spell checker.Kohsuke Yatoh2021-03-131-1/+22
* Revert "Avoid IME restart for configChanges"Yohei Yukawa2021-03-131-47/+4
* Avoid IME restart for configChangesTaran Singh2021-03-101-4/+47
* Revert "Avoid IME restart for configChanges"Taran Singh2021-03-011-47/+4
* Avoid IME restart for configChangesTaran Singh2021-02-181-4/+47
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+2
* Merge "Update InputMethodInfo to comply with Android's inclusive language gui...Treehugger Robot2020-08-181-2/+2
|\
| * Update InputMethodInfo to comply with Android's inclusive language guidanceTarandeep Singh2020-08-141-2/+2
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* | Added attributes for IME and AutofillService to indicate they supportAdam He2020-01-031-3/+38
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
|/
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+3
* Deprecate InputMethodUtils#isSystemIme() part 1Yohei Yukawa2018-04-081-0/+8
* Remove debug metadata isVrOnly from InputMethodInfoTarandeep Singh2018-03-091-2/+1
* Add new SystemApi InputMethod attr isVrOnly.Tarandeep Singh2017-12-051-3/+25
* Remove supportsDismissingSelfWindow attribute of IMETadashi G. Takaoka2017-04-071-28/+4
* Simplify the constructor of InputMethodInfoYohei Yukawa2017-02-021-6/+18
* Add supportsDismissingSelfWindow attribute of IMETadashi G. Takaoka2017-01-161-8/+33
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-3/+3
* Catch more Exceptions for reading InputMethodSubtype.Keisuke Kuroyanagi2016-08-041-1/+1
* Remove unused InputMethodInfo#isEncryptionAware().Yohei Yukawa2016-02-201-12/+0
* Make InputMethodInfo#isEncryptionAware() strict.Yohei Yukawa2016-02-091-11/+4
* Add a utility method to InputMethodInfo for FBE.Yohei Yukawa2016-02-091-0/+19
* Fix style issues in InputMethodInfo.java.Yohei Yukawa2016-02-091-2/+1
* Initialize InputMethodSubtype with "languageTag".Yohei Yukawa2016-01-211-0/+2
* Fix @code escapesNeil Fuller2015-12-021-1/+1
* Dump mSupportsSwitchingToNextInputMethod valueSeigo Nonaka2015-10-141-1/+2
* Speculative fix of IMMS crashYohei Yukawa2014-09-191-1/+2
* Minimize the number of default enabled IMEs part 3Yohei Yukawa2014-09-151-0/+3
* Add unit tests for InputMethodSubtypeSwitchingControllerYohei Yukawa2014-05-011-2/+13
* Introduce InputMethodSubtypeArray for memory efficient IPCsYohei Yukawa2014-03-061-13/+14
* Remove trailing spaces and tabsYohei Yukawa2014-02-241-15/+15
* add xml attributes to IME javadocScott Main2013-10-181-0/+11
* Add an API supportsSwitchingToNextInputSatoshi Kataoka2013-08-151-1/+22
* Small cleanup on InputMethodInfoSatoshi Kataoka2013-08-021-4/+5
* Cleanup InputMethodSubtype and add "isAsciiCapable".Satoshi Kataoka2013-08-011-18/+21
* Do not turn on imes unexpectedly with unit testsSatoshi Kataoka2013-01-281-6/+50
* Add subtypeId for keeping enabled "InputMethodSubtype"s even if subtype param...Satoshi Kataoka2012-09-041-1/+8
* Add a function to check auxiliary ime.satok2011-09-051-0/+24
* Add an option for the implicitly selected subtypesatok2011-09-021-1/+3
* API to set additional subtypessatok2011-06-101-2/+30
* Add an api to get the display name for InputMethodSubtypesatok2011-06-021-1/+3