summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Collapse)AuthorAgeFilesLines
* am df7ccbc8: Merge "Fix 2656989. Clean up update to updated system ↵Suchi Amalapurapu2010-05-051-0/+12
|\ | | | | | | | | | | | | | | | | applications." into froyo Merge commit 'df7ccbc8ff0d93a708a7fa1e57469d3f93ceda5c' into froyo-plus-aosp * commit 'df7ccbc8ff0d93a708a7fa1e57469d3f93ceda5c': Fix 2656989. Clean up update to updated system applications.
| * Fix 2656989. Clean up update to updated system applications.Suchi Amalapurapu2010-05-051-0/+12
| | | | | | | | Change-Id: Ic66b00926c45fac43396f1f8f23d0865ba77faba
* | merge from open-source masterThe Android Open Source Project2010-05-051-0/+1
|\ \ | | | | | | | | | Change-Id: Ia9e1f4e049f5870386ea29ddb6e3ef028ea918da
| * \ Merge "Set alpha value for newly created dim surface."Dianne Hackborn2010-05-041-0/+1
| |\ \
| | * | Set alpha value for newly created dim surface.Maciej Białka2010-04-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newly created dim surface has alpha set to 1 (opaque), but it is assumed in dim animation code that it is 0 (transparent). When new dim surface is created and expected dim value is calculated to 0 then alpha is never set making screen black (dut to default aplha=1) when dim surface is shown.
* | | | am 65b2561c: Merge "Fix issue #2643754: Launcher is caching widget layouts ↵Dianne Hackborn2010-05-041-0/+18
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | for too long" into froyo Merge commit '65b2561c3bd74b639df0fead2041c775b7f40000' into froyo-plus-aosp * commit '65b2561c3bd74b639df0fead2041c775b7f40000': Fix issue #2643754: Launcher is caching widget layouts for too long
| * | | Fix issue #2643754: Launcher is caching widget layouts for too longDianne Hackborn2010-05-041-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the .apk file names now changing during an update, we need to make sure to flush all caches related to a package when the package is removed. Otherwise we can continue to use the old package, since its old file may still exist if we try to load it too soon. Change-Id: I15f08dffca3feac999dbca4f24bef12a30ca0a66
* | | | merge from open-source masterThe Android Open Source Project2010-05-041-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | Change-Id: I5f552b45caae639170674213c23f154437b58afd
| * | | Merge "Fix typo of <p> end tag in appwidgets.xml"Romain Guy2010-05-031-1/+1
| |\ \ \
| | * | | Fix typo of <p> end tag in appwidgets.xmlPatrick Tsai2010-05-011-1/+1
| | | |/ | | |/| | | | | | | | | Change-Id: Ic1f4d8ade0d32f3b74decbe557d4275dc2e19466
* | | | merge from open-source masterThe Android Open Source Project2010-05-031-1/+1
|\ \ \ \ | |/ / / | | | | | | | | Change-Id: If72ad6758c9e1bf77c38c4afec6b00ec9d5b89e4
| * | | 'uses-library' was not working for persistent applications.Jey2010-04-291-1/+1
| |/ / | | | | | | | | | | | | | | | Fix by generating the applicationInfo, when asked for info. Change-Id: I44686d5a306562c6649148dce8f709e682adcdf4
* | | am c956f375: Fix issue #2641875: Apps on sdcard not accesible after updateDianne Hackborn2010-04-291-2/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Merge commit 'c956f37567593a71271bae107eafec47575f7dcc' into froyo-plus-aosp * commit 'c956f37567593a71271bae107eafec47575f7dcc': Fix issue #2641875: Apps on sdcard not accesible after update
| * | Fix issue #2641875: Apps on sdcard not accesible after updateDianne Hackborn2010-04-291-2/+1
| | | | | | | | | | | | Change-Id: I541aa040939e6a872f0b7e8e82e44f96de49d97a
* | | am 6e4895b6: Merge "Make timezone changes apply to status bar time in 24hr ↵Amith Yamasani2010-04-281-0/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | mode. Bug: 2632681" into froyo Merge commit '6e4895b63aa64a8df64dd69c49a414b7566932d3' into froyo-plus-aosp * commit '6e4895b63aa64a8df64dd69c49a414b7566932d3': Make timezone changes apply to status bar time in 24hr mode. Bug: 2632681
| * | Merge "Make timezone changes apply to status bar time in 24hr mode. Bug: ↵Amith Yamasani2010-04-281-0/+3
| |\ \ | | | | | | | | | | | | 2632681" into froyo
| | * | Make timezone changes apply to status bar time in 24hr mode. Bug: 2632681Amith Yamasani2010-04-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The SimpleDateFormat was being cached and new timezone not being applied. Make sure to apply the new timezone to the format object as soon as it changes. Change-Id: I72abfef2e14cf5db5a6e8cb71b053380b695495c
* | | | am bc5a0328: Merge "Fix issue #2569139: Sapphire user cannot login to ↵Dianne Hackborn2010-04-281-9/+10
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | last.fm..." into froyo Merge commit 'bc5a03286a72dc3627cee313d473178f5a123049' into froyo-plus-aosp * commit 'bc5a03286a72dc3627cee313d473178f5a123049': Fix issue #2569139: Sapphire user cannot login to last.fm...
| * | | Fix issue #2569139: Sapphire user cannot login to last.fm...Dianne Hackborn2010-04-281-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...after upgrade from Donut to FRF01B For realz this time. Change-Id: I92bd12451b19a6006cf487a9dfa0b7c696a21122
* | | | am cd24dae9: Merge "Fix bug 2605504 Don\'t leak a metric ton of ↵Jean-Michel Trivi2010-04-261-7/+32
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | NotificationPlayer threads The Looper on the thread created in order to be notified of the playback completion of notification sounds, was never stopped, causing the threads to stay around in wait state. T Merge commit 'cd24dae9ca6550b24333f889935e1de068759ce5' into froyo-plus-aosp * commit 'cd24dae9ca6550b24333f889935e1de068759ce5': Fix bug 2605504 Don't leak a metric ton of NotificationPlayer threads
| * | | Merge "Fix bug 2605504 Don't leak a metric ton of NotificationPlayer threads ↵Jean-Michel Trivi2010-04-261-7/+32
| |\ \ \ | | | | | | | | | | | | | | | The Looper on the thread created in order to be notified of the playback completion of notification sounds, was never stopped, causing the threads to stay around in wait state. The fix consists in quitting the Looper used for the previous sound when a new sound is started." into froyo
| | * | | Fix bug 2605504 Don't leak a metric ton of NotificationPlayer threadsJean-Michel Trivi2010-04-261-7/+32
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Looper on the thread created in order to be notified of the playback completion of notification sounds, was never stopped, causing the threads to stay around in wait state. The fix consists in quitting the Looper used for the previous sound when a new sound is started. Change-Id: Ia4b3d16b5447ffafacc093db3a7fe05574089935
* | | | am 27fba679: Fix Throttle reset.Robert Greenwalt2010-04-261-20/+16
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '27fba6797b07583ef6c280bc287bf327e47f5e66' into froyo-plus-aosp * commit '27fba6797b07583ef6c280bc287bf327e47f5e66': Fix Throttle reset.
| * | | Fix Throttle reset.Robert Greenwalt2010-04-261-20/+16
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | The start and end times were precisely the same so, a ">" check needed to be ">=". Also removed useless code and removed the potential problem where continuous gradual advancement of your start and end times would prevent resets. bug:2629717 Change-Id: Ieced1965a5611a9b555e92bcf924ec350f2a80db
* | | am 19681af4: Merge "Handle throttling being disabled via policy change" into ↵Robert Greenwalt2010-04-261-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | froyo Merge commit '19681af44b7c7494ae8de28dab8aacc3e9d92390' into froyo-plus-aosp * commit '19681af44b7c7494ae8de28dab8aacc3e9d92390': Handle throttling being disabled via policy change
| * | Merge "Handle throttling being disabled via policy change" into froyoRobert Greenwalt2010-04-261-0/+1
| |\ \
| | * | Handle throttling being disabled via policy changeRobert Greenwalt2010-04-231-0/+1
| | | | | | | | | | | | | | | | | | | | bug:2622543 Change-Id: Ic0c169094cdb4f80af9cfcbed116f59fda46a421
* | | | am 8b0047f8: Merge "Fix typo when parsing external platform version from ↵Dianne Hackborn2010-04-231-2/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Settings." into froyo Merge commit '8b0047f82504ebc9b282ed950a85a758b59c4e14' into froyo-plus-aosp * commit '8b0047f82504ebc9b282ed950a85a758b59c4e14': Fix typo when parsing external platform version from Settings.
| * | | Fix typo when parsing external platform version from Settings.Bryan Mawhinney2010-04-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | May fix http://b/2569139 Change-Id: I437f614fd25512bd461812feddb091edcd12ccb7
* | | | am 2adec762: Merge "Fix issue #2621809: Kill! Kill! Kill!" into froyoDianne Hackborn2010-04-232-8/+15
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '2adec762fbb61c73f612acb7463ba765de1296ad' into froyo-plus-aosp * commit '2adec762fbb61c73f612acb7463ba765de1296ad': Fix issue #2621809: Kill! Kill! Kill!
| * | | Merge "Fix issue #2621809: Kill! Kill! Kill!" into froyoDianne Hackborn2010-04-232-8/+15
| |\ \ \ | | |/ / | |/| |
| | * | Fix issue #2621809: Kill! Kill! Kill!Dianne Hackborn2010-04-232-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | Stop! Stop! Stop! Spamming the log. Change-Id: I13f432b49d8c85165873566d58e2fb2714b1263e
* | | | am 0b2ebe9b: Merge "Respond to changes in throttle policy." into froyoRobert Greenwalt2010-04-231-3/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '0b2ebe9b45172b9147f86fd69eedb2a200982b68' into froyo-plus-aosp * commit '0b2ebe9b45172b9147f86fd69eedb2a200982b68': Respond to changes in throttle policy.
| * | | Respond to changes in throttle policy.Robert Greenwalt2010-04-231-3/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were updating limits and such before, but we were not applying them to the current situation if we were already throttled. Now it can result in us throttling or changing our throttle rate or unthrottling or even making the ui come or go (disabling/enable throttling) bug:2622543 bug:2619879 Change-Id: I64a62634d54f4768ab8625f8d72f9f66a239cb19
* | | am 251ccef0: Merge "Add a Throttle check shortly after boot." into froyoRobert Greenwalt2010-04-231-0/+7
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '251ccef0445d4456809bfc41a6344e2dae24f2c3' into froyo-plus-aosp * commit '251ccef0445d4456809bfc41a6344e2dae24f2c3': Add a Throttle check shortly after boot.
| * | Merge "Add a Throttle check shortly after boot." into froyoRobert Greenwalt2010-04-231-0/+7
| |\ \
| | * | Add a Throttle check shortly after boot.Robert Greenwalt2010-04-221-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throttle is useless when ntp and imsi are not yet ready. In the real world the second check won't happen for 10 minutes letting people do what they want for 10 minutes each boot. Trim this down with a quicker first check. bug:2614247 Change-Id: I84ec33f31e8fed37b3933482fbc187b8e9e94e79
* | | | am 90c6aec1: Merge "Fix issue #2619247: Music sometimes stops playing when ↵Dianne Hackborn2010-04-221-9/+28
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | navigation talks" into froyo Merge commit '90c6aec10f969acf9b171b82920480fb6aeb007f' into froyo-plus-aosp * commit '90c6aec10f969acf9b171b82920480fb6aeb007f': Fix issue #2619247: Music sometimes stops playing when navigation talks
| * | | Merge "Fix issue #2619247: Music sometimes stops playing when navigation ↵Dianne Hackborn2010-04-221-9/+28
| |\ \ \ | | | | | | | | | | | | | | | talks" into froyo
| | * | | Fix issue #2619247: Music sometimes stops playing when navigation talksDianne Hackborn2010-04-221-9/+28
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a service transitions from foreground to background, we now push it to the top of the LRU list. Also fix the activity manager to take care of killing processes if we go beyond a reasonable number of background process to keep around. Change-Id: Ic9f44c02af7a111ee6f1d06142386b301948bafe
* | | | am 9bc0a572: Merge "Fix issue #2608292: Fails to launch the video camera ↵Dianne Hackborn2010-04-221-8/+10
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | preview" into froyo Merge commit '9bc0a572d8459e0b6209e8a68cb680389c1f8b73' into froyo-plus-aosp * commit '9bc0a572d8459e0b6209e8a68cb680389c1f8b73': Fix issue #2608292: Fails to launch the video camera preview
| * | | Fix issue #2608292: Fails to launch the video camera previewDianne Hackborn2010-04-221-8/+10
| |/ / | | | | | | | | | | | | | | | | | | Need to clear the attached hidden flag on the window, even if it does not yet have an actual surface. Change-Id: I0a90f6b03cd8e347a3eae4d6bea3ab93f7128bf4
* | | am 05fa2144: Merge "Trim throttle logs." into froyoRobert Greenwalt2010-04-221-15/+21
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '05fa2144e458dc8f024235ea01b8682055d828bf' into froyo-plus-aosp * commit '05fa2144e458dc8f024235ea01b8682055d828bf': Trim throttle logs.
| * | Merge "Trim throttle logs." into froyoRobert Greenwalt2010-04-221-15/+21
| |\ \
| | * | Trim throttle logs.Robert Greenwalt2010-04-221-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing unwanted sntp logging and throttle logging. bug:2614927 Change-Id: Ic0b1c3502ebbc1f04130d09d715591af6513f439
* | | | am 36fa4713: Merge "Fix security hole in Google backup transport ↵Christopher Tate2010-04-211-4/+19
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | registration" into froyo Merge commit '36fa47139d4621dc4bf8d89caa8650495d901b00' into froyo-plus-aosp * commit '36fa47139d4621dc4bf8d89caa8650495d901b00': Fix security hole in Google backup transport registration
| * | | Merge "Fix security hole in Google backup transport registration" into froyoChristopher Tate2010-04-211-4/+19
| |\ \ \ | | |/ / | |/| |
| | * | Fix security hole in Google backup transport registrationChristopher Tate2010-04-211-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, it was conceivable that a 3rd party application on a non-GED device could publish a service that supported the (hidden) IBackupTransport interface and spoofed the Google backup transport's package and component name. This could allow it to secretly intercept all data moved through the backup mechanism. Fix by ensuring that the package in question exists and is part of the OS itself (FLAG_SYSTEM in its ApplicationInfo description) before binding to it. Fixes bug #2457063 Change-Id: I3487572be45c2014fa209beacfe3ac6f8270f872
* | | | am 22caecda: Merge "Fix PM crash due to bad array bookkeeping logic." into froyoJeff Brown2010-04-201-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '22caecda8a24c971972d78a112279c48f242d529' into froyo-plus-aosp * commit '22caecda8a24c971972d78a112279c48f242d529': Fix PM crash due to bad array bookkeeping logic.
| * | | Merge "Fix PM crash due to bad array bookkeeping logic." into froyoJeff Brown2010-04-201-1/+1
| |\ \ \