summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* am e851cdc6: Merge change Ifd95b9f5 into eclairDianne Hackborn2009-12-081-1/+3
|\
| * Fix #2313382: SECURITY: Live wallpapers get touch events through the lock scr...Dianne Hackborn2009-12-081-1/+3
| * Merge change Ib097fbbf into eclairAndroid (Google) Code Review2009-12-071-21/+7
| |\
| | * DO NOT MERGE Reverting change I53e91db7.Robert Greenwalt2009-12-071-21/+7
* | | Add bindService API to not bring ot foreground.Dianne Hackborn2009-12-081-18/+101
* | | Merge change I96ddd6e2 into eclair-mr2Android (Google) Code Review2009-12-081-9/+9
|\ \ \
| * | | Migration to TrafficStats.Ken Shirriff2009-12-081-9/+9
* | | | Propagate background scheduling class across processes.Dianne Hackborn2009-12-071-0/+3
|/ / /
* | | am 9d3cb9bf: Merge change I204e4787 into eclairJaikumar Ganesh2009-12-072-21/+29
|\ \ \ | |/ /
| * | Merge change I204e4787 into eclairAndroid (Google) Code Review2009-12-072-21/+29
| |\ \ | | |/ | |/|
| | * Fix updating Bluetooth icon on status bar and for Wifi.Jaikumar Ganesh2009-12-072-21/+29
* | | am 90d1b745: Merge change I53e91db7 into eclairRobert Greenwalt2009-12-071-7/+21
|\ \ \ | |/ /
| * | Filter out minor Connectivity Notifications.Robert Greenwalt2009-12-071-7/+21
| |/
* | Merge change I5f1d2d24 into eclair-mr2Android (Google) Code Review2009-12-044-79/+124
|\ \
| * | move event log tags used by ActivityManager into this packageDoug Zongker2009-12-044-79/+124
* | | am ae952b3b: Merge change Ibe1c422a into eclairSuchi Amalapurapu2009-12-041-13/+11
|\ \ \ | |/ / |/| / | |/
| * If the usage stats file doesn't exist in the first place there is no need toSuchi Amalapurapu2009-12-041-13/+11
* | move event log tags used by system server into this packageDoug Zongker2009-12-0413-720/+802
* | am 8c411fb1: Merge change I79420b02 into eclairJaikumar Ganesh2009-12-031-3/+12
|\ \ | |/
| * Merge change I79420b02 into eclairAndroid (Google) Code Review2009-12-031-3/+12
| |\
| | * Add support for Car Dock.Jaikumar Ganesh2009-12-031-3/+12
* | | am 678c2e35: Merge change I9ef88863 into eclairMike Lockwood2009-12-031-21/+23
|\ \ \ | |/ /
| * | Add WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR to indicate screen was tur...Mike Lockwood2009-12-031-21/+23
* | | am 19a4157c: Make the notification panel send the position as well.Joe Onorato2009-12-021-1/+7
|\ \ \ | |/ /
| * | Make the notification panel send the position as well.Joe Onorato2009-12-021-1/+7
* | | am dcd58cfd: Merge change I7b9328c7 into eclairDianne Hackborn2009-12-021-2/+5
|\ \ \ | |/ /
| * | Fix issue #2300232: Bugs in resolving conflicting pointersDianne Hackborn2009-12-021-2/+5
| |/
* | resolved conflicts for merge of 9b7dba93 to eclair-mr2Mike Lockwood2009-12-021-9/+39
|\ \ | |/
| * Implement new notification LED blinking logic:Mike Lockwood2009-12-021-9/+39
* | am 5886050f: Merge change I0d8f7593 into eclairDianne Hackborn2009-12-021-123/+4
|\ \ | |/
| * Fix issue #2296457: PackageManager.addPackageToPreferred needs to a no-opDianne Hackborn2009-12-011-123/+4
* | am abf7fed2: Merge change I2b7c8a32 into eclairMike Lockwood2009-12-011-1/+3
|\ \ | |/
| * Merge change I2b7c8a32 into eclairAndroid (Google) Code Review2009-11-301-1/+3
| |\
| | * Fix more of bug 2290852: Don't wake screen when bluetooth headset is connecte...Mike Lockwood2009-11-301-1/+3
* | | am bb3bb57a: Merge change I524dc046 into eclairEric Laurent2009-12-011-8/+13
|\ \ \ | |/ /
| * | Fix issue 2192673: Music Pausing Even when notifications are set to silent.Eric Laurent2009-11-271-8/+13
| |/
* | Remove some unused window manager methods.Mike Lockwood2009-11-281-8/+0
* | LightsService cleanup:Mike Lockwood2009-11-274-104/+123
* | Merge change I5ec249ab into eclair-mr2Android (Google) Code Review2009-11-251-26/+26
|\ \
| * | More elimination of Formatter (I was tired of waiting severalDan Egnor2009-11-251-26/+26
* | | Merge change Ieb7a7d57 into eclair-mr2Android (Google) Code Review2009-11-251-6/+1
|\ \ \ | |/ /
| * | Change the DropBoxManager API slightly (this is public, but not yet released) --Dan Egnor2009-11-251-6/+1
* | | Merge change Id7b9903e into eclair-mr2Android (Google) Code Review2009-11-251-0/+5
|\ \ \ | |/ / |/| |
| * | Add setAttentionLight() to IPowerManager for the Phone app.Mike Lockwood2009-11-251-0/+5
* | | Merge change I4413e8bc into eclair-mr2Android (Google) Code Review2009-11-251-3/+4
|\ \ \ | |/ / |/| |
| * | close file descriptors passed to drop boxDoug Zongker2009-11-251-3/+4
* | | Remove HardwareService and move vibrator support to VibratorService.Mike Lockwood2009-11-259-229/+272
|/ /
* | am 118d92f7: Merge change I16925b91 into eclairDianne Hackborn2009-11-241-13/+24
|\ \ | |/
| * Finish fixing issue #2228381: android.view.InflateException...Dianne Hackborn2009-11-241-13/+24
* | Copy SYSTEM_LAST_KMSG from /proc/last_kmsg instead of /data/dontpanic/last_kmsg.Dan Egnor2009-11-231-1/+1