summaryrefslogtreecommitdiff
path: root/core/java/android/view/KeyCharacterMap.java
AgeCommit message (Expand)Author
2021-03-12Add coretest for android.view.InputDevice.Chris Ye
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-06-04Fix broken links in @see tags in framework docs.Aurimas Liutikas
2017-01-26Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9Elliot Waite
2017-01-25Fix @links in reference docs.Elliot Waite
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2016-08-09Document exceptions thrown by KeyCharacterMap APIsKirill Grouchnikov
2014-01-08AArch64: Use long for pointers in KeyCharacterMap classAshok Bhat
2013-02-25Fix dead key -> space combination.Jean Chalard
2012-05-09Fix bugs in fallback key handling.Jeff Brown
2012-04-25Add yet more keyboard layouts.Jeff Brown
2012-04-18Add more dead keys. Use NFC tables for composition.Jeff Brown
2012-04-18Improve selection of dead key accent chars.Jeff Brown
2012-04-12Notify applications when input devices change.Jeff Brown
2012-04-10Request key maps from input manager service.Jeff Brown
2012-04-05Move some APIs from window manager to input manager.Jeff Brown
2012-04-05Initial commit of InputManager and keyboard layout API.Jeff Brown
2011-11-15Eliminate hw.keyboards system properties.Jeff Brown
2011-04-21Rework display size access.Dianne Hackborn
2011-01-19Rename KeyCharacterMap.UnavailableException.Jeff Brown
2010-12-13Make framework modifier key handling more precise.Jeff Brown
2010-12-07Add support for fallback keycodes.Jeff Brown
2010-11-30Fix documentation bug.Jeff Brown
2010-11-30Ensure the ShortcutManager uses the correct key character map.Jeff Brown
2010-11-18Added support for full PC-style keyboards.Jeff Brown
2010-07-15Add support for new input sources.Jeff Brown
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project