summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix issue #2364506: Phone locked up while listening to music and attempting ↵Dianne Hackborn2010-01-192-16/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to download an update Make sure calls into the notification manager are not done with the activity manager lock held. Change-Id: Ib53c3b9f46160d94ee1e7079b1a5123e0d1225d8
* | | | am 1193ae4e: Backport l53e91db7 from master.Robert Greenwalt2010-01-131-5/+19
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '1193ae4e824c66b75083c444ce0f250594e138ee' into eclair-plus-aosp * commit '1193ae4e824c66b75083c444ce0f250594e138ee': Backport l53e91db7 from master.
| * | | Backport l53e91db7 from master.Robert Greenwalt2010-01-131-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents sending out ConnectivityManager broadcasts when the connection is repeating the same major state. This means continued wifi scanning does not generate CM broadcasts (though wifi state broadcasts continue). bug: 2265222 Dr No approval: jsh
* | | | am c93c70c4: Merge "framework: storage: Ensure that filesystems are ↵San Mehat2010-01-121-1/+74
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | unmounted before shutdown/reboot" into eclair Merge commit 'c93c70c4b849d31ff1b5e5cf2fb9462fd60e5da0' into eclair-plus-aosp * commit 'c93c70c4b849d31ff1b5e5cf2fb9462fd60e5da0': framework: storage: Ensure that filesystems are unmounted before shutdown/reboot
| * | | framework: storage: Ensure that filesystems are unmounted before shutdown/rebootSan Mehat2010-01-121-1/+74
| | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | am 3fb4ee4e: Merge "Immediately close the shade when the status bar is ↵Daniel Sandler2010-01-081-1/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | disabled. (DO NOT MERGE)" into eclair Merge commit '3fb4ee4e03351078ceadf3d8dd05789ae152e8dd' into eclair-plus-aosp * commit '3fb4ee4e03351078ceadf3d8dd05789ae152e8dd': Immediately close the shade when the status bar is disabled. (DO NOT MERGE)
| * | | Immediately close the shade when the status bar is disabled. (DO NOT MERGE)Daniel Sandler2009-12-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides a quick fix for http://b/2298803 (if the in-call UI comes up while the user is holding the windowshade, the shade sticks in place and the display becomes unresponsive). Merged from master (I92a824fe). TODO: safely restore code to animate the shade closed rather than simply causing it to disappear. Change-Id: I53dc76fdfe86636f30f37a223a88d27a5766d3eb
* | | | am 558947c9: Issue #2335763: Cant dial emergency number on my deviceDianne Hackborn2009-12-181-0/+12
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '558947c9899627067d632e8a6365f77a35f433e1' into eclair-plus-aosp * commit '558947c9899627067d632e8a6365f77a35f433e1': Issue #2335763: Cant dial emergency number on my device
| * | | Issue #2335763: Cant dial emergency number on my deviceDianne Hackborn2009-12-181-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This may fix the issue, but we have no repro steps so no way to make sure. What appeared to be going on was that the emergency dialer was created, but still had the starting preview window above it. We were stuck in this state because the preview window didn't have the "hide lock screen" flag set, so the lock screen would never be removed, and thus we would never take care of finishing the show of the emergency dialer (because it was not visible) and thus not remove the starting window. The solution here is to simply propagate the lock flags up to the starting window. Change-Id: I6da9f6494537f0661d9d230664ebf745c293ea7d
* | | | am da4cc343: Fix issue 2324029: In-call (and other) audio screwed up after ↵Eric Laurent2009-12-141-17/+14
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | using Pandora (ERD72). Merge commit 'da4cc34308d65730c404b669926a92e37b378555' into eclair-plus-aosp * commit 'da4cc34308d65730c404b669926a92e37b378555': Fix issue 2324029: In-call (and other) audio screwed up after using Pandora (ERD72).
| * | | Fix issue 2324029: In-call (and other) audio screwed up after using Pandora ↵Eric Laurent2009-12-141-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ERD72). The problem is due to spurious headset connection indications received from event observer when a 3.5mm headset w/o mic is connected. In this particular case, The HeadsetObserver first received a valid indication of headset with mic connection, followed by a headset with mic disconnection and finally a headset w/o mic connection. The HeadsetObserver delays the headset disconnection intent to leave time to music app to pause music before the output path is switched. As the last headset w/o mic connection indication is received from the event observer before the intent corresponding to the spurious headset with mic disconnection is broadcast, the later is discarded. Results a state where the headset with mic is always considered as connected. The fix consists in not canceling pending intents when a new headset state is received and carrying the HeadsetObserver state with the delayed message triggering the broacast of the disconnection intent.
* | | | am 9b52a218: Fix #2269582 Sometimes camera preview screen is truncatedDianne Hackborn2009-12-111-8/+51
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '9b52a2184e99565bcd7f77effb321c95a2a4837e' into eclair-plus-aosp * commit '9b52a2184e99565bcd7f77effb321c95a2a4837e': Fix #2269582 Sometimes camera preview screen is truncated
| * | | Fix #2269582 Sometimes camera preview screen is truncatedDianne Hackborn2009-12-111-8/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were a few places in the window manager where we wouldn't cause a layout after making a window visible. This would leave it using whatever size and position it last have since we don't layout windows when they are not visible. Also includes a little part I missed in the security issue that allowed wallpapers to see input on the lock screen. Change-Id: Icd7e037ad9a67ac936bc7039d87ed68f49502d73
* | | | am 474731d5: Merge change I2ffe306f into eclairDianne Hackborn2009-12-111-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '474731d5efb30c1e9184f998610054747eb8e764' into eclair-plus-aosp * commit '474731d5efb30c1e9184f998610054747eb8e764': Fix issue #2304284: contacts/dialer/recentcalls constantly flashing
| * | | Merge change I2ffe306f into eclairAndroid (Google) Code Review2009-12-111-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix issue #2304284: contacts/dialer/recentcalls constantly flashing
| | * | | Fix issue #2304284: contacts/dialer/recentcalls constantly flashingDianne Hackborn2009-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure the application is always given the most recent configuration when launcher. Use the current configuration, instead of whatever happens to be set by the app, for reporting what it was launched with. Change-Id: I2ffe306f56cc9092b640546dd0a28d2c29b9c0b3
* | | | | am 2624fbca: Fix #2320798: Device hang then runtime restartChristopher Tate2009-12-111-9/+9
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '2624fbcaaa74b3a6d8d60d22d9e16ef26a98a6b2' into eclair-plus-aosp * commit '2624fbcaaa74b3a6d8d60d22d9e16ef26a98a6b2': Fix #2320798: Device hang then runtime restart
| * | | | Fix #2320798: Device hang then runtime restartChristopher Tate2009-12-111-9/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | The system_server process is deadlocking between event dispatch and window manager code. This change fixes the lock scoping to eliminate the deadlock. Change-Id: I00f029e4d51d7432119ad3aeec260df215b52546
* | | | am d3cfb1bd: Merge change Ia48b3f2a into eclairDianne Hackborn2009-12-091-1/+15
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'd3cfb1bd84affbf740256f5e9804c93ef7722b37' into eclair-plus-aosp * commit 'd3cfb1bd84affbf740256f5e9804c93ef7722b37': Fix #2313887: Device doesn't boot after rebooting device...
| * | | Fix #2313887: Device doesn't boot after rebooting device...Dianne Hackborn2009-12-091-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...in setup wizard ->Wifi setup screen. We were stopped waiting for the wallpaper to draw, which it would never do because it had been obscured and thus hidden. Change-Id: Ia48b3f2a46ca970f143cbaee99f5f2a054378986
* | | | am e851cdc6: Merge change Ifd95b9f5 into eclairDianne Hackborn2009-12-081-1/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'e851cdc6c48c977d05096847001a0601d892fd55' into eclair-plus-aosp * commit 'e851cdc6c48c977d05096847001a0601d892fd55': Fix #2313382: SECURITY: Live wallpapers get touch events through the lock screen.
| * | | Fix #2313382: SECURITY: Live wallpapers get touch events through the lock ↵Dianne Hackborn2009-12-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | screen. This is a quick and dirty hack to not deliver touch events to the wallpaper when they are being sent to the keyguard. Perhaps we should have a separate window flag for this, but... bleah. Maybe later. Or maybe I'll use that secure flag. Or something. Change-Id: Ifd95b9f5b10db24a0854a93b925a833b24331b4c
* | | | am 9ae9763b: Merge change Ib097fbbf into eclairRobert Greenwalt2009-12-071-21/+7
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '9ae9763b7e5dd872619b13c889b72b0df176f956' into eclair-plus-aosp * commit '9ae9763b7e5dd872619b13c889b72b0df176f956': DO NOT MERGE Reverting change I53e91db7.
| * | | Merge change Ib097fbbf into eclairAndroid (Google) Code Review2009-12-071-21/+7
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: DO NOT MERGE Reverting change I53e91db7.
| | * | | DO NOT MERGE Reverting change I53e91db7.Robert Greenwalt2009-12-071-21/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accidentally submitted into eclair instead of eclair-mr2. I apparently rebased my mr2 working dir to eclair by mistake. Do not merge this so the desired change will survive on mr2 as intended. bug: 2265222
* | | | | am 9d3cb9bf: Merge change I204e4787 into eclairJaikumar Ganesh2009-12-072-21/+29
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '9d3cb9bfc6d7a5f340d2dd8132b201b933687564' into eclair-plus-aosp * commit '9d3cb9bfc6d7a5f340d2dd8132b201b933687564': Fix updating Bluetooth icon on status bar and for Wifi.
| * | | | Merge change I204e4787 into eclairAndroid (Google) Code Review2009-12-072-21/+29
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * changes: Fix updating Bluetooth icon on status bar and for Wifi.
| | * | | Fix updating Bluetooth icon on status bar and for Wifi.Jaikumar Ganesh2009-12-072-21/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Status bar uses the SINK_STATE_CHANGE intent to determine the icon. This intent also has the device. Thus, we can get this intent for any device and we update the icon wrongly. The same problem is with Wifi. This was not commonly observed till now, but with the car dock changes its easy to reproduce as we can get an incoming connection from the car's bluetooth system. For Wifi, this will cause coexistance issues especially with desk docks. Dr No: Eastham Bug: 2133530
* | | | | am 90d1b745: Merge change I53e91db7 into eclairRobert Greenwalt2009-12-071-7/+21
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '90d1b745ec4a7ccd15cdcc185420bf2000b4f7a3' into eclair-plus-aosp * commit '90d1b745ec4a7ccd15cdcc185420bf2000b4f7a3': Filter out minor Connectivity Notifications.
| * | | | Filter out minor Connectivity Notifications.Robert Greenwalt2009-12-071-7/+21
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't send a connectivity change notification if the change is in detailed state only. IE, Disconnect/Idle -> Disconnect/Scanning should not trigger a connection change notification. bug: 2265222
* | | | am ae952b3b: Merge change Ibe1c422a into eclairSuchi Amalapurapu2009-12-041-13/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'ae952b3bcc3eb744cceb5cd0ae65b2c7a83f9de7' into eclair-plus-aosp * commit 'ae952b3bcc3eb744cceb5cd0ae65b2c7a83f9de7': If the usage stats file doesn't exist in the first place there is no need to
| * | | If the usage stats file doesn't exist in the first place there is no need toSuchi Amalapurapu2009-12-041-13/+11
| | | | | | | | | | | | | | | | backup and short return.
* | | | am 8c411fb1: Merge change I79420b02 into eclairJaikumar Ganesh2009-12-031-3/+12
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '8c411fb13923d1fa28fcd98452bf3d17b8b1a338' into eclair-plus-aosp * commit '8c411fb13923d1fa28fcd98452bf3d17b8b1a338': Add support for Car Dock.
| * | | Merge change I79420b02 into eclairAndroid (Google) Code Review2009-12-031-3/+12
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Add support for Car Dock.
| | * | | Add support for Car Dock.Jaikumar Ganesh2009-12-031-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Dr No: Eastham Bug: 2133530
* | | | | am 678c2e35: Merge change I9ef88863 into eclairMike Lockwood2009-12-031-21/+23
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '678c2e35768a5426b4ad8f67c836008e7751a353' into eclair-plus-aosp * commit '678c2e35768a5426b4ad8f67c836008e7751a353': Add WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR to indicate screen was turned off by the proximity sensor.
| * | | | Add WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR to indicate screen was ↵Mike Lockwood2009-12-031-21/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | turned off by the proximity sensor. Part of a fix for bug b/2300622 (Proximity sensor always blows up the lock screen while in call) Change-Id: I9ef888638b19540a78a34507d52ff522f505102f Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | am 19a4157c: Make the notification panel send the position as well.Joe Onorato2009-12-021-1/+7
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '19a4157ce40f4ab77b60445b8e73069c5877bb8a' into eclair-plus-aosp * commit '19a4157ce40f4ab77b60445b8e73069c5877bb8a': Make the notification panel send the position as well.
| * | | | 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
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'dcd58cfda366c915b1f0739cb115f9d972351c73' into eclair-plus-aosp * commit 'dcd58cfda366c915b1f0739cb115f9d972351c73': Fix issue #2300232: Bugs in resolving conflicting pointers
| * | | | Fix issue #2300232: Bugs in resolving conflicting pointersDianne Hackborn2009-12-021-2/+5
| |/ / / | | | | | | | | | | | | Change-Id: I7b9328c7a1c4f6b731e64cdca2ed9de71b84587f
* | | | am 9b7dba93: Merge change Icc49422a into eclairMike Lockwood2009-12-021-9/+39
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '9b7dba936c24fa7959561ddf1a0c8ba4d2165782' into eclair-plus-aosp * commit '9b7dba936c24fa7959561ddf1a0c8ba4d2165782': Implement new notification LED blinking logic:
| * | | Implement new notification LED blinking logic:Mike Lockwood2009-12-021-9/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Do not pulse notification LED when screen is on. 2) Pulse once on new notification if Settings.System.NOTIFICATION_LIGHT_PULSE is false, otherwise pulse persistently while screen is off. Fixes part of bug b/2238250 (trackball should pulse occasionally to indicate new email) Change-Id: Icc49422a4e9d14412fc159a8e2596503a85bac51 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | am 5886050f: Merge change I0d8f7593 into eclairDianne Hackborn2009-12-011-123/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '5886050fad97923c33cbc831fe07a5b1746b2b58' into eclair-plus-aosp * commit '5886050fad97923c33cbc831fe07a5b1746b2b58': Fix issue #2296457: PackageManager.addPackageToPreferred needs to a no-op
| * | | Fix issue #2296457: PackageManager.addPackageToPreferred needs to a no-opDianne Hackborn2009-12-011-123/+4
| | | | | | | | | | | | | | | | Change-Id: I0d8f75938226e1bb49cf7b1154445631b0bb0bc9
* | | | am abf7fed2: Merge change I2b7c8a32 into eclairMike Lockwood2009-11-301-1/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'abf7fed21bfa7eb899be558477d928a7c9f3e1f6' into eclair-plus-aosp * commit 'abf7fed21bfa7eb899be558477d928a7c9f3e1f6': Fix more of bug 2290852: Don't wake screen when bluetooth headset is connected or disconnected.
| * | | Merge change I2b7c8a32 into eclairAndroid (Google) Code Review2009-11-301-1/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix more of bug 2290852: Don't wake screen when bluetooth headset is connected or disconnected.
| | * | | Fix more of bug 2290852: Don't wake screen when bluetooth headset is ↵Mike Lockwood2009-11-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connected or disconnected. This fixes another case where the screen would turn on when the keyguard is open but hidden by another activity. Change-Id: I2b7c8a329036401709e96ded4f4c138041192a71 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | am bb3bb57a: Merge change I524dc046 into eclairEric Laurent2009-11-301-8/+13
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'bb3bb57a6330f71323fcd7e93e88dbdab55daec3' into eclair-plus-aosp * commit 'bb3bb57a6330f71323fcd7e93e88dbdab55daec3': Fix issue 2192673: Music Pausing Even when notifications are set to silent.
| * | | | Fix issue 2192673: Music Pausing Even when notifications are set to silent.Eric Laurent2009-11-271-8/+13
| |/ / / | | | | | | | | | | | | Do not play ringtones, notifications or camera sounds if ringer mode is silent.