summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/KeyEvent.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new keycodes for the convenience of Japanese IMEsmogimo2010-05-051-1/+5
* Add keycodes PageUp and PageDownChih-Wei Huang2010-04-021-1/+3
* Various fixed for back key handling.Dianne Hackborn2009-09-141-0/+16
* Last big work on #1991910: Make swipes work with capacitive keysDianne Hackborn2009-09-141-4/+220
* Add support for power keys, improve behavior of virtual keys.Dianne Hackborn2009-07-241-0/+27
* AI 145994: Integrate #145778 from Donut.Dianne Hackborn2009-04-131-13/+20
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-1/+71
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+886
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-880/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-6/+0
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+6
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-1/+3
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-13/+57
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+51
* Initial ContributionThe Android Open Source Project2008-10-211-0/+786