summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/KeyEvent.java
Commit message (Expand)AuthorAgeFilesLines
* Initial round of MediaSession APIsRoboErik2014-02-191-71/+95
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* Debounce touch navigation taps and button pressesMichael Wright2013-07-171-0/+13
* Add a keycode to switch audio tracks (1/2)Jaekyun Seok2013-07-121-1/+5
* am b044c40c: Merge "Fixed javadoc in input related classes" into jb-mr2-devMichael Wright2013-04-251-1/+1
|\
| * Fixed javadoc in input related classesMichael Wright2013-04-241-1/+1
* | am 5fe6e4c4: Merge "Rewrite input handling for native applications" into jb-m...Michael Wright2013-04-231-0/+6
|\ \ | |/
| * Rewrite input handling for native applicationsMichael Wright2013-04-221-0/+6
* | am abc2763e: Merge "KeyEvent: update comment"Michael Wright2013-04-201-2/+2
|\ \ | |/ |/|
| * KeyEvent: update commentChirayu Desai2013-04-151-2/+2
* | Add initial plumbing for brightness keysMichael Wright2013-02-011-1/+9
* | Changes documention for how input buttons should be labelledMichael Wright2013-01-281-6/+6
|/
* Correct executable bit for source filesKenny Root2012-11-071-0/+0
* Add new ASSIST key and map it to the global assist intent.Jeff Brown2012-06-141-1/+5
* Add/refine comments to reflect key event policiesJean Chalard2012-05-291-0/+13
* Make InputEvent.getEventTime() public.Jeff Brown2012-04-201-3/+17
* Add Japanese specific key codes.Yang Chuang2012-04-021-2/+26
* Remove type tests when recycling input events.Jeff Brown2011-12-031-0/+7
* Refactor InputQueue as InputEventReceiver.Jeff Brown2011-12-011-6/+2
* Fix application launch shortcuts.Jeff Brown2011-11-291-2/+20
* Fixing various broken javadoc comments in framework.Andrew Sapperstein2011-06-241-2/+2
* Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-9/+16
* Coalesce input events that arrive faster than 333Hz.Jeff Brown2011-04-071-0/+6
* Minor Alt-TAB / Recent Apps Dialog improvements.Jeff Brown2011-04-061-0/+21
* Add a little input event consistency verifier.Jeff Brown2011-03-311-2/+52
* Add 3D mode key and others.Jeff Brown2011-03-161-0/+16
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-230/+267
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-5/+24
* am e200420e: am d49f3e00: Merge "Rename KeyCharacterMap.UnavailableException....Jeff Brown2011-01-191-1/+1
|\
| * Rename KeyCharacterMap.UnavailableException.Jeff Brown2011-01-191-1/+1
* | Add joystick support to framework.Jeff Brown2011-01-171-2/+50
|/
* Add dispatch key shortcut window callback.Jeff Brown2011-01-051-5/+17
* Support invoking key shortcuts using Control.Jeff Brown2010-12-211-0/+16
* Make framework modifier key handling more precise.Jeff Brown2010-12-131-9/+250
* Add support for fallback keycodes.Jeff Brown2010-12-071-3/+16
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-301-1/+73
* Added support for full PC-style keyboards.Jeff Brown2010-11-181-40/+100
* Add new keycodes initially used for GoogleTV devices.Jason Bayer2010-11-111-2/+89
* Rename the locked meta key constants for clarity.Jeff Brown2010-11-051-33/+33
* Add plumbing for volume mute key.Jeff Brown2010-11-021-4/+13
* Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2010-10-151-15/+690
* Added more robust tracking and cancelation of events.Jeff Brown2010-10-101-4/+6
* Clarify some comments on individual key codes.Jeff Brown2010-10-071-3/+8
* Input API review.Jeff Brown2010-09-141-2/+187
* Fix safe mode and KeyEvent.getMaxKeyCode().Jeff Brown2010-08-101-1/+1
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-291-19/+23
* Add support for new input sources.Jeff Brown2010-07-151-25/+52
* Add initial gamepad support.Jeff Brown2010-07-131-0/+16
* Implement default key handling for native code.Dianne Hackborn2010-06-301-27/+9
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-11/+12