summaryrefslogtreecommitdiff
path: root/core/java/android/view/KeyCharacterMap.java
Commit message (Expand)AuthorAgeFilesLines
* Simplify javadocs of KeyCharacterMap#hasKeys() and InputManager#hasKeys()Philip Junker2021-11-251-5/+4
* Add coretest for android.view.InputDevice.Chris Ye2021-03-121-0/+29
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+4
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-4/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+4
* 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/+4
* Fix broken links in @see tags in framework docs.Aurimas Liutikas2018-06-041-2/+2
* Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9Elliot Waite2017-01-261-2/+2
|\
| * Fix @links in reference docs.Elliot Waite2017-01-251-2/+2
* | Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-2/+1
* | Document exceptions thrown by KeyCharacterMap APIsKirill Grouchnikov2016-08-091-0/+3
|/
* AArch64: Use long for pointers in KeyCharacterMap classAshok Bhat2014-01-081-12/+12
* Fix dead key -> space combination.Jean Chalard2013-02-251-2/+14
* Fix bugs in fallback key handling.Jeff Brown2012-05-091-9/+46
* Add yet more keyboard layouts.Jeff Brown2012-04-251-6/+40
* Add more dead keys. Use NFC tables for composition.Jeff Brown2012-04-181-135/+86
* Improve selection of dead key accent chars.Jeff Brown2012-04-181-152/+167
* Notify applications when input devices change.Jeff Brown2012-04-121-2/+0
* Request key maps from input manager service.Jeff Brown2012-04-101-35/+52
* Move some APIs from window manager to input manager.Jeff Brown2012-04-051-14/+3
* Initial commit of InputManager and keyboard layout API.Jeff Brown2012-04-051-1/+11
* Eliminate hw.keyboards system properties.Jeff Brown2011-11-151-3/+12
* Rework display size access.Dianne Hackborn2011-04-211-1/+1
* Rename KeyCharacterMap.UnavailableException.Jeff Brown2011-01-191-3/+3
* Make framework modifier key handling more precise.Jeff Brown2010-12-131-13/+3
* Add support for fallback keycodes.Jeff Brown2010-12-071-7/+54
* Fix documentation bug.Jeff Brown2010-11-301-1/+1
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-301-0/+12
* Added support for full PC-style keyboards.Jeff Brown2010-11-181-208/+316
* Add support for new input sources.Jeff Brown2010-07-151-0/+8
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+545
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-545/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+24
* Initial ContributionThe Android Open Source Project2008-10-211-0/+521