summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* am 70736a6d: Merge "Avoid starting multiple threads in ShutdownThread" into ↵Mike Lockwood2010-07-261-1/+5
|\ | | | | | | | | | | | | | | | | gingerbread Merge commit '70736a6d92767258543bb03ac22a705535d86341' into gingerbread-plus-aosp * commit '70736a6d92767258543bb03ac22a705535d86341': Avoid starting multiple threads in ShutdownThread
| * Avoid starting multiple threads in ShutdownThreadMike Lockwood2010-07-261-1/+5
| | | | | | | | | | | | | | | | | | | | The previous code allowed this to happen if a second call to shutdown happened while the dialog was being displayed. BUG: 2563243 Change-Id: I93adc4ef316917a79002d580b17eda0dc354704c Signed-off-by: Mike Lockwood <lockwood@android.com>
* | am 14bfa398: Infrastructure to report running services to developer.Dianne Hackborn2010-07-261-0/+68
|\ \ | |/ | | | | | | | | | | Merge commit '14bfa398a4e8697ce5822861a684b7d1245e4a85' into gingerbread-plus-aosp * commit '14bfa398a4e8697ce5822861a684b7d1245e4a85': Infrastructure to report running services to developer.
| * Infrastructure to report running services to developer.Dianne Hackborn2010-07-241-0/+68
| | | | | | | | Change-Id: Id1aae61323e7b8357c5fcc4bc641aaa57f3b6fde
* | am 46730fc7: Fix handling of application disabled state.Dianne Hackborn2010-07-261-0/+10
|\ \ | |/ | | | | | | | | | | Merge commit '46730fc78388607fd562044cbaaa26ffc9f65337' into gingerbread-plus-aosp * commit '46730fc78388607fd562044cbaaa26ffc9f65337': Fix handling of application disabled state.
| * Fix handling of application disabled state.Dianne Hackborn2010-07-241-0/+10
| | | | | | | | Change-Id: I617b76e89eeb75437b384b92f1205bb00b15bb70
* | am 3bee5af8: Battery stats: start removing last stats, keep total discharge.Dianne Hackborn2010-07-262-101/+135
|\ \ | |/ | | | | | | | | | | Merge commit '3bee5af8162c177f8c8f4199489a401058ab26a9' into gingerbread-plus-aosp * commit '3bee5af8162c177f8c8f4199489a401058ab26a9': Battery stats: start removing last stats, keep total discharge.
| * Battery stats: start removing last stats, keep total discharge.Dianne Hackborn2010-07-242-101/+135
| | | | | | | | Change-Id: I59c4bcbb9893adb237017add76b83c22153f94ef
* | am eab07e5c: Merge "Report sensor events to BatteryStats service" into ↵Mathias Agopian2010-07-261-0/+7
|\ \ | |/ | | | | | | | | | | | | | | gingerbread Merge commit 'eab07e5c1d48d45f76ac2dd4a45c8a3457aa290d' into gingerbread-plus-aosp * commit 'eab07e5c1d48d45f76ac2dd4a45c8a3457aa290d': Report sensor events to BatteryStats service
| * Merge "Report sensor events to BatteryStats service" into gingerbreadMathias Agopian2010-07-231-0/+7
| |\
| | * Report sensor events to BatteryStats serviceMathias Agopian2010-07-231-0/+7
| | | | | | | | | | | | Change-Id: I9b83aa709887aa658bc474391573f2d45b6c4eb2
* | | am a13a02cd: New permission for non-purgeable cache downloads.Steve Howard2010-07-261-0/+7
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'a13a02cd0ec6c0584fc2423feb974d77d0945964' into gingerbread-plus-aosp * commit 'a13a02cd0ec6c0584fc2423feb974d77d0945964': New permission for non-purgeable cache downloads.
| * | New permission for non-purgeable cache downloads.Steve Howard2010-07-231-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | This permission allows an app to use the public download manager API to download files to the cache partition that won't be automatically deleted when the download manager needs space. Change-Id: Id9a5cd61c940df22765b358290b8ad8ceeff493e
* | | am f72181c6: Fix hosttests to use the new ddmlib API.Xavier Ducrohet2010-07-263-160/+529
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f72181c60943dcfb642aac1dc5fa5416c1bb566e' into gingerbread-plus-aosp * commit 'f72181c60943dcfb642aac1dc5fa5416c1bb566e': Fix hosttests to use the new ddmlib API.
| * | | Fix hosttests to use the new ddmlib API.Xavier Ducrohet2010-07-263-160/+529
| | | | | | | | | | | | | | | | Change-Id: I629876c5baabc1cd8700604c4ebed13cc9e2168d
* | | | am 8cd48574: Fixed bug in BitmapFactory.decodeStreamGilles Debunne2010-07-261-3/+5
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Merge commit '8cd48574a755bea86243e9f9eabaee341ecf9c60' into gingerbread-plus-aosp * commit '8cd48574a755bea86243e9f9eabaee341ecf9c60': Fixed bug in BitmapFactory.decodeStream
| * | | Fixed bug in BitmapFactory.decodeStreamGilles Debunne2010-07-231-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Downloading images over a slow connection could result in errors and null images. The JavaInputStreamAdaptor::do_skip method was correctly called in a loop (to handle the EOF case using read()), but the amount that was skipped at each time was not decreased by the amount already skipped. Bug http://code.google.com/p/android/issues/detail?id=6066 Cherry picked from master CL57808 Change-Id: Ie6856898b21ba31de1209e1f995b4ae784c919b9
* | | | am c7ab09ed: Merge "Fix build."Jean-Baptiste Queru2010-07-261-6/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Merge commit 'c7ab09ede5426f1ca7f1215aa4d7ac95a2b6109b' into gingerbread-plus-aosp * commit 'c7ab09ede5426f1ca7f1215aa4d7ac95a2b6109b': Fix build.
| * | | Merge "Fix build."Jean-Baptiste Queru2010-07-261-6/+1
| |\ \ \
| | * | | Fix build.Jean-Baptiste Queru2010-07-161-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to using public APIs instead of private ones. Change-Id: Ia3468d94b3dadeb6a000ce419ee08f7e7ba5dc67
* | | | | am f5c73101: Merge "dependent change for "parse instrumentation result ↵Jean-Baptiste Queru2010-07-231-1/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bundles" in sdk" Merge commit 'f5c7310152cf5537be6997412c1a42dde9fe9ecf' into gingerbread-plus-aosp * commit 'f5c7310152cf5537be6997412c1a42dde9fe9ecf': dependent change for "parse instrumentation result bundles" in sdk
| * | | | Merge "dependent change for "parse instrumentation result bundles" in sdk"Jean-Baptiste Queru2010-07-231-1/+2
| |\ \ \ \
| | * | | | dependent change for "parse instrumentation result bundles" in sdkGuang Zhu2010-07-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie3708d30620a703909829c32f5599816cc52b3f6
| * | | | | Remove compilation warnings by removing illegal charactersMac Wang2010-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8522be88b628a12fbde7825354730de4b4d4635a
* | | | | | am 13d08515: Remove SEE_ALL_EXTERNAL permission from Download Manager.Steve Howard2010-07-221-8/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '13d08515f038db45de6028085993ae6076566867' into gingerbread-plus-aosp * commit '13d08515f038db45de6028085993ae6076566867': Remove SEE_ALL_EXTERNAL permission from Download Manager.
| * | | | | Remove SEE_ALL_EXTERNAL permission from Download Manager.Steve Howard2010-07-211-8/+0
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm removing this currently unused functionality from the Download Manager implementation, so the constant might as well go. Change-Id: I4f0970211201881a8426b83b5275408cd14c3377
* | | | | am b8e07a51: DL manager support for broadcasts + connectivity controlSteve Howard2010-07-213-25/+97
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b8e07a51c1849d6894c5773a3daacedd01294218' into gingerbread-plus-aosp * commit 'b8e07a51c1849d6894c5773a3daacedd01294218': DL manager support for broadcasts + connectivity control
| * | | | DL manager support for broadcasts + connectivity controlSteve Howard2010-07-213-25/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Additions to DownloadManager to support control of broadcast intents, allowed network types, and roaming control. This includes new constants and added implementation. * New DB columns to hold connectivity flags and one to indicate whether the download was initiated through the public API; this is used to change behavior related to broadcast intents and connectivity controls. Change-Id: I2e8e4ce92cde7889a0f24dc43b86c596c73c0eaa
* | | | | am 23e8de26: propagate sensor event rate properlyMathias Agopian2010-07-211-3/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '23e8de26b7b3d04daf08526f314c2fdd2f8fee65' into gingerbread-plus-aosp * commit '23e8de26b7b3d04daf08526f314c2fdd2f8fee65': propagate sensor event rate properly
| * | | | propagate sensor event rate properlyMathias Agopian2010-07-211-3/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I32e67d30e4295285a6827956cc8161b2025d70bc
* | | | | am e4764521: Merge "new SensorService" into gingerbreadMathias Agopian2010-07-214-245/+140
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'e4764521353e898554931a557460fc49209fb0a9' into gingerbread-plus-aosp * commit 'e4764521353e898554931a557460fc49209fb0a9': new SensorService
| * | | | Merge "new SensorService" into gingerbreadMathias Agopian2010-07-214-245/+140
| |\ \ \ \
| | * | | | new SensorServiceMathias Agopian2010-07-194-245/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove old sensor service and implement SensorManager on top of the new (native) SensorManger API. Change-Id: Iddb77d498755da3e11646473a44d651f12f40281
* | | | | | am 3685db7f: am e8605af5: Merge "Avoid leaking file descriptors when ↵Dan Egnor2010-07-211-32/+57
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | returning drop box events." into froyo Merge commit '3685db7f5dd8a830a4e096404d4924e12697fb78' into gingerbread-plus-aosp * commit '3685db7f5dd8a830a4e096404d4924e12697fb78': Avoid leaking file descriptors when returning drop box events.
| * | | | | am e8605af5: Merge "Avoid leaking file descriptors when returning drop box ↵Dan Egnor2010-07-211-32/+57
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | events." into froyo Merge commit 'e8605af513e846f6cd223c9e92461189727d8c9b' into gingerbread * commit 'e8605af513e846f6cd223c9e92461189727d8c9b': Avoid leaking file descriptors when returning drop box events.
| | * \ \ \ \ Merge "Avoid leaking file descriptors when returning drop box events." into ↵Dan Egnor2010-07-211-32/+57
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | froyo
| | | * | | | | Avoid leaking file descriptors when returning drop box events.Dan Egnor2010-07-211-32/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can't use Parcel.writeValue() to write the ParcelFileDescriptor, otherwise it leaks when returning the value to the caller (the flag gets lost). Change the way DropBoxManager.Entry gets serialized so that it uses a bit of its own flags value to track whether the data is a byte[] or a ParcelFileDescriptor. Modify the dropbox unit test to add extensive checking of Entry serialization and deserialization under various circumstances, and to include a regression test to ensure that FD leaking doesn't happen. Bug: 2847738 Change-Id: I4ccd17dd03ffab234340cd359e6f3510fdf81193
* | | | | | | | am 92010ff5: am dbac180d: Fix a merge problem with html mmsTom Taylor2010-07-212-3/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '92010ff5cf014c0ff73ee4ad4bb169dd916a15a9' into gingerbread-plus-aosp * commit '92010ff5cf014c0ff73ee4ad4bb169dd916a15a9': Fix a merge problem with html mms
| * | | | | | | am dbac180d: Fix a merge problem with html mmsTom Taylor2010-07-212-3/+8
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'dbac180d8342a7db2bb9994f937869eecb6b50ff' into gingerbread * commit 'dbac180d8342a7db2bb9994f937869eecb6b50ff': Fix a merge problem with html mms
| | * | | | | | Fix a merge problem with html mmsTom Taylor2010-07-213-3/+9
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Html mms message support was added back in Jan '10. At that time, we had moved the mms code out of the framework into the mms app. We decided to back out that change and leave the mms code in its original place. As a result, the changes to support html messages were lost. This handmerged CL restores those changes. I'll cherry-pick this into master as well. Bug 2858888 Change-Id: Icf8835edc8ac396698c167be5433a6fe1cfe6103
* | | | | | | am 7070b365: Added support for auxiliary audio effects to AudioTrack and ↵Eric Laurent2010-07-211-0/+40
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MediaPlayer. Merge commit '7070b36549d511d6627538c73dfbab23fbae5b43' into gingerbread-plus-aosp * commit '7070b36549d511d6627538c73dfbab23fbae5b43': Added support for auxiliary audio effects to AudioTrack and MediaPlayer.
| * | | | | | Added support for auxiliary audio effects to AudioTrack and MediaPlayer.Eric Laurent2010-07-211-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added methods to AudioTrack and MediaPlayer java classes to enable use of auxiliary audio effects. The effect can be attached and detached by specifying its ID and the send level controlled. Change-Id: Ie74ff54a453096a742688476f612ce355543b6f3
* | | | | | | merge from open-source masterThe Android Open Source Project2010-07-211-4/+4
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | Change-Id: Ide1539b6777faf232d5360d6dc89a5d255982747
| * | | | | | Shoud specify the Resource class instance as an argument of the methodMasanori Ogino2010-07-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | newDrawable and change the name from 'DrawableCacheClear' to 'clearDrawableCache' (additional changes for ID:15815) https://review.source.android.com/#change,15815 Change-Id: I6bf19b8e6e187df8c8e3cb57d9e04278ddfe5055
* | | | | | | am 29e25bd3: Merge "Only print out wake locks in the if the wakelock was ↵Jason Parks2010-07-201-7/+5
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | held." into gingerbread Merge commit '29e25bd3418b04e395119bf99abe92898830a796' into gingerbread-plus-aosp * commit '29e25bd3418b04e395119bf99abe92898830a796': Only print out wake locks in the if the wakelock was held.
| * | | | | | Merge "Only print out wake locks in the if the wakelock was held." into ↵Jason Parks2010-07-201-7/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | gingerbread
| | * | | | | | Only print out wake locks in the if the wakelock was held.Jason Parks2010-07-201-7/+5
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | Change-Id: I742121b70bd0e56ca2efe05fffa9fe3e4ad7b619
* | | | | | | am 3c1363be: am 2f0dc6d9: Merge "COMMENT ONLY change to add some warnings ↵Dan Egnor2010-07-202-3/+21
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | about ParcelFileDescriptor behavior with Parcel.writeValue()." into froyo Merge commit '3c1363beec9c142c062d8704b8bef4230b42eae5' into gingerbread-plus-aosp * commit '3c1363beec9c142c062d8704b8bef4230b42eae5': COMMENT ONLY change to add some warnings about ParcelFileDescriptor
| * | | | | | am 2f0dc6d9: Merge "COMMENT ONLY change to add some warnings about ↵Dan Egnor2010-07-202-3/+21
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ParcelFileDescriptor behavior with Parcel.writeValue()." into froyo Merge commit '2f0dc6d9f50ceece294e9db393583e655d3bf781' into gingerbread * commit '2f0dc6d9f50ceece294e9db393583e655d3bf781': COMMENT ONLY change to add some warnings about ParcelFileDescriptor
| | * | | | | Merge "COMMENT ONLY change to add some warnings about ParcelFileDescriptor ↵Dan Egnor2010-07-202-3/+21
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | behavior with Parcel.writeValue()." into froyo