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