summaryrefslogtreecommitdiffstats
path: root/services/jni
Commit message (Expand)AuthorAgeFilesLines
* GPS: remove some loggingMike Lockwood2010-10-281-4/+0
* GPS: Enable some more loggingMike Lockwood2010-10-181-1/+2
* Screen on/off animation tweaksJoe Onorato2010-10-141-3/+3
* Merge "GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetw...Mike Lockwood2010-10-131-3/+1
|\
| * GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkStat...Mike Lockwood2010-10-111-3/+1
* | Remove dead code, and make the animation a setting.Joe Onorato2010-10-122-1/+15
* | Improve the input policy handling a bit.Jeff Brown2010-10-121-44/+64
|/
* Merge "Fix an event injection bug when the policy is bypassed." into gingerbreadJeff Brown2010-10-111-151/+99
|\
| * Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-111-151/+99
* | GPS: Add update_network_state call to AGpsRillInterfaceMike Lockwood2010-10-111-0/+18
* | GPS: Fix another race condition in GPS HAL initializationMike Lockwood2010-10-101-28/+28
* | Merge "Added more robust tracking and cancelation of events." into gingerbreadJeff Brown2010-10-101-32/+33
|\ \ | |/
| * Added more robust tracking and cancelation of events.Jeff Brown2010-10-101-32/+33
* | GPS: More HAL initialization cleanupMike Lockwood2010-10-101-9/+32
* | GPS: Do not call sGpsInterface->init() multiple timesMike Lockwood2010-10-091-19/+24
|/
* GPS: Clean up GPS API extension initialization in JNI code.Mike Lockwood2010-10-051-73/+107
* GPS: Add support for AGpsRilInterface.Miguel Torroja2010-10-051-0/+92
* Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-011-2/+0
* Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-011-12/+6
* Add suuport for splitting touch events across windows.Jeff Brown2010-09-261-5/+3
* Fix race reading input configuration during system startup.Jeff Brown2010-09-211-6/+39
* Fix app switch latency optimization.Jeff Brown2010-09-161-24/+17
* Make input dispatcher only ANR for foreground windows.Jeff Brown2010-09-151-88/+51
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-122-1255/+142
* Fix key repeat delay.Jeff Brown2010-09-081-0/+5
* Add support for secure views.Jeff Brown2010-09-081-15/+116
* Input device calibration and capabilities.Jeff Brown2010-08-301-3/+176
* Raise motion event throttle to 60Hz from 35Hz.Jeff Brown2010-08-181-1/+1
* Add support for throttling motion events.Jeff Brown2010-08-181-0/+24
* Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-14/+10
* Throttle userActivity calls from input dispatcher.Jeff Brown2010-08-162-0/+29
* Add support for the PointerLocation overlay.Jeff Brown2010-08-111-8/+70
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-291-22/+33
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-52/+92
* new SensorServiceMathias Agopian2010-07-193-180/+0
* Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-3/+7
* Fix bug with phantom input windows.Jeff Brown2010-07-161-20/+54
* Add support for new input sources.Jeff Brown2010-07-151-51/+73
* Add initial gamepad support.Jeff Brown2010-07-131-16/+16
* More native input dispatch work.Jeff Brown2010-07-036-447/+265
* Fix injection of specially intercepted keys like HOME.Jeff Brown2010-06-301-30/+31
* GPS: stifle some loggingMike Lockwood2010-06-301-14/+1
* Fix native input dispatch in the emulator.Jeff Brown2010-06-291-1/+1
* Native input event dispatching.Jeff Brown2010-06-281-104/+1264
* GPS: remove GpsEventThread from GpsLocationProviderMike Lockwood2010-06-221-233/+124
* More native input event dispatching.Jeff Brown2010-06-211-71/+286
* Even more native input dispatch work in progress.Jeff Brown2010-06-171-10/+20
* More work in progress on native events.Jeff Brown2010-06-151-408/+508
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-134-7/+757
* GPS: Support for GPS HAL managing its own schedulingMike Lockwood2010-04-141-7/+31