index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
input
/
KeyCharacterMap.cpp
Age
Commit message (
Expand
)
Author
2024-12-18
libinput: avoid null segmentation fault
Steven Moreland
2024-10-17
Copy KeyCharacterMap object when we fill InputDeviceInfo(1/n)
Linnan Li
2024-10-07
hasKeycode API should take into account key remapping
Vaibhav Devmurari
2024-09-20
Move key remapping to InputReader thread(1/n)
Linnan Li
2024-05-14
Move ADISPLAY_ID_ definitions into LogicalDisplayId
Siarhei Vishniakou
2024-05-10
Remove __linux__ ifdefs where not needed
Siarhei Vishniakou
2024-05-09
Use a strongly typed LogicalDisplayId for displayId(2/n)
Linnan Li
2023-10-24
Return unique_ptr from readFromParcel
Siarhei Vishniakou
2023-08-24
Migrate from android::String isEmpty to empty
Tomasz Wasilczyk
2023-08-16
Use String8/16 c_str [input]
Tomasz Wasilczyk
2023-04-24
Use std::unordered_map in KeyCharacterMap
Siarhei Vishniakou
2023-04-18
Convert Vector usage to std::vector
Siarhei Vishniakou
2023-04-17
Return Key* from getKey
Siarhei Vishniakou
2023-04-17
Pass reference to finishKey
Siarhei Vishniakou
2023-01-24
Validate axes and led labels correctly
Siarhei Vishniakou
2023-01-12
Clear applied layout overlay if new layout overlay is null.
Vaibhav Devmurari
2022-12-06
Add API to support key remappings on native side
Vaibhav Devmurari
2022-08-08
Use std::list to store Behavior objects
Siarhei Vishniakou
2022-08-05
Return pointer from getKeyBehavior
Siarhei Vishniakou
2022-08-05
Remove unused variable outKey
Siarhei Vishniakou
2021-12-31
Fix KeyCharacterMap overlays by reloading base overlay before applying anothe...
Philip Junker
2021-06-28
Renamed and moved InputWindow and related files
chaviw
2020-12-21
Add explicit Result::ok() checks where needed
Bernie Innocenti
2020-12-16
Add SensorManager support in inputflinger.
Chris Ye
2020-11-05
Merge "Fix libinput mac build, hopefully."
TreeHugger Robot
2020-11-04
Fix libinput mac build, hopefully.
Brett Chabot
2020-11-04
Move KeyCharacterMap to enum class
Michael Wright
2020-10-28
Build all of libinput for linux host.
Brett Chabot
2020-09-02
Merge "Created libattestation"
Chavi Weingarten
2020-08-28
Move KeyCharacterMap from RefBase to shared_ptr.
Chris Ye
2020-08-27
Created libattestation
chaviw
2020-08-21
Optimize memory usage of InputEvent lookup.
Chris Ye
2020-02-21
Add ID to native events.
Garfield Tan
2020-01-24
Add hmac to InputEvent and scale to MotionEvent
Siarhei Vishniakou
2018-09-05
Prefer std::string over String8
Siarhei Vishniakou
2018-07-17
[input] Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-07-03
Move displayid into InputEvent
Siarhei Vishniakou
2018-02-21
Move SPECIAL_FUNCTION from .kcm to .idc files
Siarhei Vishniakou
2016-02-19
Revert "Revert "Fix warnings in servicemanager and KeyCharacterMap""
Ian Pedowitz
2016-02-19
Revert "Fix warnings in servicemanager and KeyCharacterMap"
Ian Pedowitz
2016-02-18
Fix warnings in servicemanager and KeyCharacterMap
Aurimas Liutikas
2015-10-22
Limit the number of keys read by KeyCharacterMaps.
Michael Wright
2015-10-08
resolved conflicts for b9163905 to mnc-dr-dev-plus-aosp
Dmitry Torokhov
2015-09-29
Allow defining replacement key events in keymap
Dmitry Torokhov
2015-08-12
Lose HAVE_ANDROID_OS from frameworks/native.
Elliott Hughes
2014-04-22
Move key attribute information out of native.
Michael Wright
2013-07-01
Move input library code from frameworks/base.
Jeff Brown