summaryrefslogtreecommitdiffstats
path: root/services/jni
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-58/+68
* More native code cleanup.Elliott Hughes2011-04-121-20/+12
* Merge "You don't need to poke around inside FileDescriptor manually."Elliott Hughes2011-04-111-25/+4
|\
| * You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-111-25/+4
* | Add a sprite controller.Jeff Brown2011-04-111-6/+28
|/
* Don't use local ref for cached jclass reference in JNI codeBrian Carlstrom2011-04-061-2/+2
* Add input filter mechanism for accessibility.Jeff Brown2011-03-301-4/+54
* Merge "Support chorded fallback keys."Jeff Brown2011-03-291-2/+6
|\
| * Support chorded fallback keys.Jeff Brown2011-03-291-2/+6
* | am 038c7297: am b115807a: am 7661dd8d: Merge "UsbService: Fix JNI local refer...Mike Lockwood2011-03-281-1/+8
|\ \
| * | UsbService: Fix JNI local reference leaks in the USB host support codeMike Lockwood2011-03-271-1/+8
* | | merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-1/+1
| |/ |/|
* | Fix focused application handle.Jeff Brown2011-03-251-0/+1
* | am 14438b81: am 970bad67: am be368de7: Merge "Fix missing AOSP copyright head...James Dong2011-03-171-0/+16
|\ \ | |/
| * Fix missing AOSP copyright headers for more filesJames Dong2011-03-171-0/+16
* | Merge "Improve VelocityTracker numerical stability."Jeff Brown2011-03-151-4/+3
|\ \
| * | Improve VelocityTracker numerical stability.Jeff Brown2011-03-151-4/+3
* | | am 0958fb10: am 221830b9: Merge "Add support for USB accessory serial numbers...Mike Lockwood2011-03-141-1/+2
|\ \ \ | |/ / |/| / | |/
| * Add support for USB accessory serial numbersMike Lockwood2011-03-141-1/+2
* | am 84edf14b: am cc08c439: Merge "UsbAccessory: Add URI string, replace type s...Mike Lockwood2011-03-101-2/+3
|\ \ | |/
| * Merge "UsbAccessory: Add URI string, replace type string with description" in...Mike Lockwood2011-03-101-2/+3
| |\
| | * UsbAccessory: Add URI string, replace type string with descriptionMike Lockwood2011-03-091-2/+3
* | | am e6f0ae12: am efd3266b: Input improvements and bug fixes.Jeff Brown2011-03-091-5/+4
|\ \ \ | |/ /
| * | Input improvements and bug fixes.Jeff Brown2011-03-091-5/+4
| |/
| * Eliminate some accidental log spam. (DO NOT MERGE)Jeff Brown2011-03-081-3/+3
* | Merge "Remove unused JNI global references."Carl Shapiro2011-03-086-87/+75
|\ \
| * | Remove unused JNI global references.Carl Shapiro2011-03-056-87/+75
| |/
* | Eliminate some accidental log spam.Jeff Brown2011-03-071-3/+3
|/
* Get key repeat timeout and delay from ViewConfiguration.Jeff Brown2011-03-021-3/+37
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-17/+52
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-021-8/+54
* UsbManager: Enhancements for managing USB devices and accessoriesMike Lockwood2011-02-281-4/+3
* GpsLocationProvider: Clean up HAL initialization/cleanup sequenceMike Lockwood2011-02-231-141/+83
* Start window manager refactoring.Dianne Hackborn2011-02-175-21/+21
* Merge "Add support for arbitrary axes in MotionEvents."Jeff Brown2011-02-161-4/+0
|\
| * Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-4/+0
* | Merge "UsbManager: New APIs for USB accessories"Mike Lockwood2011-02-161-1/+65
|\ \
| * | UsbManager: New APIs for USB accessoriesMike Lockwood2011-02-161-1/+65
| |/
* | Clean up use of HAVE_ANDROID_OSKenny Root2011-02-162-7/+7
|/
* New APIs for USB host support:Mike Lockwood2011-01-223-0/+213
* Filter virtual keys after touches.Jeff Brown2011-01-181-1/+25
* Support non-rectangular input regions.Jeff Brown2011-01-161-47/+15
* Prevent events from getting backlogged.Jeff Brown2011-01-1011-411/+840
* Temporarily remove UsbManager support for USB host.Mike Lockwood2011-01-063-177/+0
* Mouse pointer integration.Jeff Brown2011-01-042-353/+56
* Merge "Add initial support for cursor-based pointing devices."Jeff Brown2010-12-291-32/+421
|\
| * Add initial support for cursor-based pointing devices.Jeff Brown2010-12-291-32/+421
* | Change libusbhost and libmtp from static to shared librariesMike Lockwood2010-12-291-12/+11
|/
* Rename android.hardware.Usb to UsbManager and UsbObserver to UsbServiceMike Lockwood2010-12-093-10/+10
* Add support for fallback keycodes.Jeff Brown2010-12-071-16/+18