summaryrefslogtreecommitdiff
path: root/include/androidfw/KeycodeLabels.h
AgeCommit message (Collapse)Author
2013-07-01Move input library code to frameworks/native.Jeff Brown
No longer compile libandroidfw as a static library on the device since it already exists as a shared library. Keeping the static library would force us to provide a static library version of libinput for the device as well which doesn't make sense. Change-Id: I3517881b87b47dcc209d80dbd0ac6b5cf29a766f
2013-02-01Add initial plumbing for brightness keysMichael Wright
Change-Id: I595e8a25e6c245e4b22f06df9a8acdbb75e4b041
2012-11-07Correct executable bit for source filesKenny Root
Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
2012-06-14Add new ASSIST key and map it to the global assist intent.Jeff Brown
Moved some duplicate code from SearchPanelView and LockScreen over to SearchManager to avoid creating yet another copy of it in PhoneWindowManager. Bug: 6594275 Change-Id: Ib4ebcd6817639d17548952ab2ce7cb876c05777c
2012-04-02Add Japanese specific key codes.Yang Chuang
These keys are specific to Japanese hardware keyboard which can be used by input method. Patch ported from AOSP, with the addition of EISU and KANA mappings. Change-Id: I647473cdd257458e3b9d134b0fc623eae946c3e0
2012-02-17frameworks/base refactoring.Mathias Agopian
First step. Move libui includes to their new home: androidfw. Change-Id: Ic042b52fdba72f30edc3cc6339bf30b4c1b99662