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