OSDN Git Service

android-x86/frameworks-native.git
14 years agoMerge change I580de484 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 04:18:44 +0000 (20:18 -0800)]
Merge change I580de484 into eclair

* changes:
  Fix issue #2256270: Package manager sends bad broadcasts when components change

14 years agoMerge change I3656f7a3 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 04:11:25 +0000 (20:11 -0800)]
Merge change I3656f7a3 into eclair

* changes:
  Honor the mInitialScale set on WebView. This was lost when we fixed restoring the scale for a new page.

14 years agoMerge change Idc34a3f7 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 04:11:13 +0000 (20:11 -0800)]
Merge change Idc34a3f7 into eclair

* changes:
  Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states. Tweak "animation" to be 250ms based on conversation with ui guys. Some minor performance tweaks to SlidingTab.

14 years agoMerge change I80022375 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 03:09:56 +0000 (19:09 -0800)]
Merge change I80022375 into eclair

* changes:
  Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast

14 years agoMerge change Icccbd889 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 02:52:07 +0000 (18:52 -0800)]
Merge change Icccbd889 into eclair

* changes:
  Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.

14 years agoMerge change Ifcf20541 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 02:49:55 +0000 (18:49 -0800)]
Merge change Ifcf20541 into eclair

* changes:
  New Javadoc for ContactsContract.

14 years agoMerge change I775e1ec0 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 02:16:05 +0000 (18:16 -0800)]
Merge change I775e1ec0 into eclair

* changes:
  Debugging for issue #2250075: Desk dock clock app sometimes doesn't

14 years agoMerge change I7fb3bc59 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 02:05:12 +0000 (18:05 -0800)]
Merge change I7fb3bc59 into eclair

* changes:
  Add new date formats for the lock screen.

14 years agoMerge change I5975651f into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 23:37:37 +0000 (15:37 -0800)]
Merge change I5975651f into eclair

* changes:
  Don't feed the timezone to RenderScript time functions, let the library figure it out.

14 years agoMerge change I7b8b6cfb into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 23:36:18 +0000 (15:36 -0800)]
Merge change I7b8b6cfb into eclair

* changes:
  Do not force screen on when undocking from the desk dock.

14 years agoMerge change Icc48b1e7 into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 23:15:55 +0000 (15:15 -0800)]
Merge change Icc48b1e7 into eclair

* changes:
  don't request a sync when temp providers are created

14 years agoMerge change Ibb245ea7 into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 22:34:05 +0000 (14:34 -0800)]
Merge change Ibb245ea7 into eclair

* changes:
  Return an empty PluginList instead of null for the deprecated getPluginList() api.

14 years agoMerge change Ia895aa7d into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 22:02:00 +0000 (14:02 -0800)]
Merge change Ia895aa7d into eclair

* changes:
  Fix for 2209086:  Initial pass at new SlidingTab widget and integration into LockScreen.

14 years agoMerge change I326c1f7e into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 20:46:22 +0000 (12:46 -0800)]
Merge change I326c1f7e into eclair

* changes:
  Throttle nitz updates as the are too numerous on cdma.

14 years agoMerge change Ia629e0f8 into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 19:53:06 +0000 (11:53 -0800)]
Merge change Ia629e0f8 into eclair

* changes:
  Make multipart message follow 3GPP TS 23.040 V9.0.0 (2009-06), section 9.2.3.24.1 : all the parts should have the same encoding.

14 years agoMerge change Idf7fafd3 into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 18:54:58 +0000 (10:54 -0800)]
Merge change Idf7fafd3 into eclair

* changes:
  Fix issue #2248951: Need to turn off touch filtering outside of sholes

14 years agoMerge change I5d30aa18 into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 07:03:57 +0000 (23:03 -0800)]
Merge change I5d30aa18 into eclair

* changes:
  Make vCard parser invalid lines in vCard file which look like some comment. Do not merge.

14 years agoMerge change I05fd0df0 into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 06:29:59 +0000 (22:29 -0800)]
Merge change I05fd0df0 into eclair

* changes:
  Fix potential deadlock in stopPreview/stopRecord.

14 years agoMerge change I4db11d50 into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 06:03:20 +0000 (22:03 -0800)]
Merge change I4db11d50 into eclair

* changes:
  Backport the change I30b141a2 from MR2 to MR1. Do not merge.

14 years agoFix potential deadlock in stopPreview/stopRecord.
Dave Sparks [Wed, 11 Nov 2009 01:08:08 +0000 (17:08 -0800)]
Fix potential deadlock in stopPreview/stopRecord.

Some camera HALs spin up a preview thread and need to wait for
the thread to exit. This can create a potential deadlock. In
stopPreview, we take the main lock. If a preview callback occurs
while the lock is held, the preview thread will block. If the
camera HAL is waiting for the preview thread to exit, this will
cause a deadlock.

This patch breaks out the preview buffer heap into a separate
mutex. This mutex is never held when the main lock is held, thus
preventing the deadlock from occuring.

14 years agoMerge change I50986dd4 into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 00:53:43 +0000 (16:53 -0800)]
Merge change I50986dd4 into eclair

* changes:
  Make the RegisteredSErvices Cache not allow the registered service for a type to change without first uninstalling the previous service for that type, unless the newly installed service is in the system image.

14 years agoMerge change I65208317 into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 00:36:40 +0000 (16:36 -0800)]
Merge change I65208317 into eclair

* changes:
  Update OBEX to fix missing several contact entries issue.

14 years agoMerge change I0de7979b into eclair
Android (Google) Code Review [Tue, 10 Nov 2009 23:27:36 +0000 (15:27 -0800)]
Merge change I0de7979b into eclair

* changes:
  Fix issue #2170897: wallpaper touch-up event not seen when exiting lock screen

14 years agoMerge change Ie806ae6f into eclair
Android (Google) Code Review [Tue, 10 Nov 2009 23:21:28 +0000 (15:21 -0800)]
Merge change Ie806ae6f into eclair

* changes:
  Fix multi-lock ordering issues in GLSurfaceView

14 years agoMerge change I96c4d4b3 into eclair
Android (Google) Code Review [Tue, 10 Nov 2009 20:27:53 +0000 (12:27 -0800)]
Merge change I96c4d4b3 into eclair

* changes:
  Fix for random audio output failures, properly dup() the file descriptor in IMediaPlayer::setDataSource to assume ownership as the caller will otherwise close it.

14 years agoMerge change I83ba96fe into eclair
Android (Google) Code Review [Tue, 10 Nov 2009 18:27:05 +0000 (10:27 -0800)]
Merge change I83ba96fe into eclair

* changes:
  Fix issue #2246723: Only one Application object gets onCreate called

14 years agoMerge change Ic060d86f into eclair
Android (Google) Code Review [Tue, 10 Nov 2009 18:04:40 +0000 (10:04 -0800)]
Merge change Ic060d86f into eclair

* changes:
  Check whether test server is up before running tests which use streaming files.

14 years agoam 88427cff: Merge change Ibcfb7d10 into eclair-sdk
Scott Main [Tue, 10 Nov 2009 17:26:24 +0000 (09:26 -0800)]
am 88427cff: Merge change Ibcfb7d10 into eclair-sdk

Merge commit '88427cff609e668185010af2244500be5823595e' into eclair

* commit '88427cff609e668185010af2244500be5823595e':
  docs: add more documentation for the bluetooth apis.

14 years agoMerge change Ibcfb7d10 into eclair-sdk
Android (Google) Code Review [Tue, 10 Nov 2009 17:21:00 +0000 (09:21 -0800)]
Merge change Ibcfb7d10 into eclair-sdk

* changes:
  docs: add more documentation for the bluetooth apis.

14 years agoam 3a103a87: Merge change I15536f3c into eclair-sdk
Dirk Dougherty [Tue, 10 Nov 2009 17:20:55 +0000 (09:20 -0800)]
am 3a103a87: Merge change I15536f3c into eclair-sdk

Merge commit '3a103a87b0b3b0e9055f32e1c7f0ec3a58456bad' into eclair

* commit '3a103a87b0b3b0e9055f32e1c7f0ec3a58456bad':
  doc change: Add instruction to disable antivirus before installing SDK components. Add download page link to installing doc.

14 years agoMerge change I15536f3c into eclair-sdk
Android (Google) Code Review [Tue, 10 Nov 2009 17:13:29 +0000 (09:13 -0800)]
Merge change I15536f3c into eclair-sdk

* changes:
  doc change: Add instruction to disable antivirus before installing SDK components. Add download page link to installing doc.

14 years agoMerge change Idcd98310 into eclair
Android (Google) Code Review [Tue, 10 Nov 2009 12:34:48 +0000 (04:34 -0800)]
Merge change Idcd98310 into eclair

* changes:
  PowerManagerService: enable logging for when mPowerState changes.

14 years agoMerge change Id09376d1 into eclair
Android (Google) Code Review [Tue, 10 Nov 2009 03:32:47 +0000 (19:32 -0800)]
Merge change Id09376d1 into eclair

* changes:
  fix [2071412] work around mdp 32-bits fade limitation

14 years agoMerge change Ie211adae into eclair
Android (Google) Code Review [Tue, 10 Nov 2009 03:31:02 +0000 (19:31 -0800)]
Merge change Ie211adae into eclair

* changes:
  Add a way for wallpapers to know the delta between virtual screens.

14 years agoMerge change I2a4b120c into eclair
Android (Google) Code Review [Tue, 10 Nov 2009 03:02:17 +0000 (19:02 -0800)]
Merge change I2a4b120c into eclair

* changes:
  Add more ringtones. Bug 2219950.

14 years agofix [2071412] work around mdp 32-bits fade limitation
Mathias Agopian [Tue, 10 Nov 2009 01:55:59 +0000 (17:55 -0800)]
fix [2071412] work around mdp 32-bits fade limitation

make sure to always specify blits *inside* the source bitmap.

14 years agoMerge change Ib12bcb7f into eclair
Android (Google) Code Review [Tue, 10 Nov 2009 00:52:54 +0000 (16:52 -0800)]
Merge change Ib12bcb7f into eclair

* changes:
  Support for fallback fonts in layoutlib.

14 years agoMerge change I47aa76bf into eclair
Android (Google) Code Review [Mon, 9 Nov 2009 21:46:17 +0000 (13:46 -0800)]
Merge change I47aa76bf into eclair

* changes:
  Add new notifications and ringtones.

14 years agoMerge change I70e1f7a6 into eclair
Android (Google) Code Review [Mon, 9 Nov 2009 20:37:22 +0000 (12:37 -0800)]
Merge change I70e1f7a6 into eclair

* changes:
  Fix the selection of locale from SIM mcc.

14 years agoMerge change I73b60354 into eclair
Android (Google) Code Review [Mon, 9 Nov 2009 16:53:11 +0000 (08:53 -0800)]
Merge change I73b60354 into eclair

* changes:
  AudioFlinger: delete Track object when createTrack() fails due to lack of tracks in AudioMixer.

14 years agoMerge change Icaf932d0 into eclair
Android (Google) Code Review [Mon, 9 Nov 2009 16:09:35 +0000 (08:09 -0800)]
Merge change Icaf932d0 into eclair

* changes:
  Fix code example in Parcelable javadoc

14 years agoAudioFlinger: delete Track object when createTrack() fails due to lack of tracks...
Eric Laurent [Mon, 9 Nov 2009 12:45:39 +0000 (04:45 -0800)]
AudioFlinger: delete Track object when createTrack() fails due to lack of tracks in AudioMixer.

This problem was encountered as a side effect of issue 2245298.

14 years agoMerge change Ifb9d6df3 into eclair
Android (Google) Code Review [Mon, 9 Nov 2009 06:58:34 +0000 (22:58 -0800)]
Merge change Ifb9d6df3 into eclair

* changes:
  More log for issue 2242381.

14 years agoMerge change Ic42763b1 into eclair
Android (Google) Code Review [Mon, 9 Nov 2009 02:07:14 +0000 (18:07 -0800)]
Merge change Ic42763b1 into eclair

* changes:
  Fix issue #2242440: Window screen brightness attribute is broken

14 years agoMerge change I1bc566a1 into eclair
Android (Google) Code Review [Sun, 8 Nov 2009 23:51:02 +0000 (15:51 -0800)]
Merge change I1bc566a1 into eclair

* changes:
  Ignore the light sensor if the screen is turning off.

14 years agoReset binder service threads' cgroup/priority after command completion
Christopher Tate [Sun, 8 Nov 2009 22:29:02 +0000 (14:29 -0800)]
Reset binder service threads' cgroup/priority after command completion

To prevent buggy command implementations from poisoning binder threads'
scheduling class & priority for future command execution, we now reset the
cgroup and thread priority to foreground/normal when a binder service thread
finishes executing the designated command.

Change-Id: Ibc0ab2485751453f6dc96fdb4eb877fd02796e3f

14 years agoMerge change I32d41651 into eclair
Android (Google) Code Review [Sun, 8 Nov 2009 18:19:59 +0000 (10:19 -0800)]
Merge change I32d41651 into eclair

* changes:
  Allow a GLThread to release and reacquire the EGL Surface as needed.

14 years agoMerge change I62704736 into eclair
Android (Google) Code Review [Sun, 8 Nov 2009 02:11:06 +0000 (18:11 -0800)]
Merge change I62704736 into eclair

* changes:
  Do not apply light sensor debounce logic while the light sensor is still warming up.

14 years agoMore log for issue 2242381.
Eric Laurent [Sat, 7 Nov 2009 08:01:32 +0000 (00:01 -0800)]
More log for issue 2242381.

Added more log in system dump for AudioFlinger and AudioPolicyService to help debug issue 2242381 and other issues where the audio driver hangs.

14 years agoMerge change I47ef4266 into eclair
Android (Google) Code Review [Sat, 7 Nov 2009 06:05:34 +0000 (01:05 -0500)]
Merge change I47ef4266 into eclair

* changes:
  Expose WallpaperSettingsActivity in the public API.

14 years agoMerge change I32ce8591 into eclair
Android (Google) Code Review [Sat, 7 Nov 2009 02:29:56 +0000 (21:29 -0500)]
Merge change I32ce8591 into eclair

* changes:
  Stop scrolling ListView when tapping a clickable item.

14 years agoMerge change I9f3020db into eclair
Android (Google) Code Review [Sat, 7 Nov 2009 01:08:35 +0000 (20:08 -0500)]
Merge change I9f3020db into eclair

* changes:
  fix [2243164] live wallpaper screen artifacts at end of boot

14 years agoMerge change Ia4424950 into eclair
Android (Google) Code Review [Sat, 7 Nov 2009 00:00:54 +0000 (19:00 -0500)]
Merge change Ia4424950 into eclair

* changes:
  Fix stupid bug in GLThreadManager implementation.

14 years agoam 0e08055a: Merge change I14a9acd3 into eclair-sdk
Scott Main [Fri, 6 Nov 2009 23:41:28 +0000 (15:41 -0800)]
am 0e08055a: Merge change I14a9acd3 into eclair-sdk

Merge commit '0e08055aa31c752732005fc48b09ee470a2c4822' into eclair

* commit '0e08055aa31c752732005fc48b09ee470a2c4822':
  docs: add new document for the win usb driver;

14 years agoMerge change Ic8093c11 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 22:03:52 +0000 (17:03 -0500)]
Merge change Ic8093c11 into eclair

* changes:
  Hold a lock while we access the preview heap.

14 years agoMerge change I14a9acd3 into eclair-sdk
Android (Google) Code Review [Fri, 6 Nov 2009 21:57:12 +0000 (16:57 -0500)]
Merge change I14a9acd3 into eclair-sdk

* changes:
  docs: add new document for the win usb driver; remove usb guide from the device document.

14 years agoMerge change Idc1396c8 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 21:56:51 +0000 (16:56 -0500)]
Merge change Idc1396c8 into eclair

* changes:
  Only use FLAG_ACTIVITY_CLEAR_TOP on the search intent when from global search.

14 years agoMerge change Icdd2864e into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 21:23:42 +0000 (16:23 -0500)]
Merge change Icdd2864e into eclair

* changes:
  b/2234854 Fixed Bluetooth API return codes for requesting permission to enable bluetooth

14 years agoMerge change Ie994c0e8 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 20:58:20 +0000 (15:58 -0500)]
Merge change Ie994c0e8 into eclair

* changes:
  Update CdmaSmsTest unit test.

14 years agoMerge change I3f0ded49 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 20:55:52 +0000 (15:55 -0500)]
Merge change I3f0ded49 into eclair

* changes:
  Increase light sensor delay from one to two seconds.

14 years agoMerge change Ibf6e51b7 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 20:00:31 +0000 (15:00 -0500)]
Merge change Ibf6e51b7 into eclair

* changes:
  Set argv[0] from the main thread of an app, not a random binder thread

14 years agoMerge change I97b30e2f into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 19:49:39 +0000 (14:49 -0500)]
Merge change I97b30e2f into eclair

* changes:
  Revert jparks code from IPCThreadState.

14 years agoHold a lock while we access the preview heap.
Dave Sparks [Fri, 6 Nov 2009 19:47:13 +0000 (11:47 -0800)]
Hold a lock while we access the preview heap.

copyFrameAndPostCopiedFrame was not holding a lock while it accessed
the preview heap. If the client process is torn down while the heap
is accessed, the memcpy could access memory that was deallocated.

This patch creates a local sp reference to the preview heap while
holding the lock, then releases the lock. This should prevent the
heap from being pulled out from underneath us.

14 years agoMerge change I6ccd2ebc into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 19:39:22 +0000 (14:39 -0500)]
Merge change I6ccd2ebc into eclair

* changes:
  Expose PowerManager.isScreenOn in the public api.

14 years agoRevert jparks code from IPCThreadState.
Evan Millar [Fri, 6 Nov 2009 19:25:23 +0000 (11:25 -0800)]
Revert jparks code from IPCThreadState.

14 years agoMerge change I4e9fe62b into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 19:23:14 +0000 (14:23 -0500)]
Merge change I4e9fe62b into eclair

* changes:
  do not merge -- original checkin to mr2 here:

14 years agoam 91bb62f0: New API 4 with new CDMA constants.
Xavier Ducrohet [Fri, 6 Nov 2009 18:00:29 +0000 (10:00 -0800)]
am 91bb62f0: New API 4 with new CDMA constants.

Merge commit '91bb62f0dc002065cb1932a96fecf15c1b92b6e9' into eclair

* commit '91bb62f0dc002065cb1932a96fecf15c1b92b6e9':
  New API 4 with new CDMA constants.

14 years agoMerge change Ic997acac into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 16:27:03 +0000 (11:27 -0500)]
Merge change Ic997acac into eclair

* changes:
  Make AudioPlayer a little less verbose, defer starting audio playback until after the first video frame has been decoded (if there's video at all).

14 years agoMerge change I44d4cbec into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 08:07:01 +0000 (03:07 -0500)]
Merge change I44d4cbec into eclair

* changes:
  Fix some SMS encode issues.

14 years agoMerge change Ic9568e39 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 07:12:40 +0000 (02:12 -0500)]
Merge change Ic9568e39 into eclair

* changes:
  When tasks are moved to top or bottom, the app tokens are being rearranged. The window token rearrangement is defered if an animation is underway. Force a focus recomputation when the window tokens are finally rearranged so that we have a valid focused window.

14 years agoMerge change I971f6fd3 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 06:23:52 +0000 (01:23 -0500)]
Merge change I971f6fd3 into eclair

* changes:
  Improve GLSurfaceView to avoid deadlocks and race conditions.

14 years agoMerge change Ie71d9e42 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 03:20:02 +0000 (22:20 -0500)]
Merge change Ie71d9e42 into eclair

* changes:
  Another test for StatusBar test.

14 years agoMerge change I2c6e54e4 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 01:29:54 +0000 (20:29 -0500)]
Merge change I2c6e54e4 into eclair

* changes:
  Throttle proximity sensor values so we do not process more than one change a second.

14 years agoMerge change Id0267cc0 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 00:25:11 +0000 (19:25 -0500)]
Merge change Id0267cc0 into eclair

* changes:
  Add needsOtaServiceProvisioning and used to not allow data calls until the device is provisioned.

14 years agoMerge change I4b03c2cd into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 00:15:56 +0000 (19:15 -0500)]
Merge change I4b03c2cd into eclair

* changes:
  Add windows media support check in MediaMetadataTest.java and MediaPlayerApiTest.java

14 years agoMerge change I1dc2ae28 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 00:03:09 +0000 (19:03 -0500)]
Merge change I1dc2ae28 into eclair

* changes:
  Fix bug 2242585 to unhide the new audio recording sources. Unhide CAMCORDER and VOICE_RECOGNITION in android.media.MediaRecorder

14 years agoMerge change Idf40f3b0 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 23:42:14 +0000 (18:42 -0500)]
Merge change Idf40f3b0 into eclair

* changes:
  Prevent crash in Home when using widgets whose ids collide with Home's resources.

14 years agoPrevent crash in Home when using widgets whose ids collide with Home's
Romain Guy [Thu, 5 Nov 2009 21:36:15 +0000 (13:36 -0800)]
Prevent crash in Home when using widgets whose ids collide with Home's
resources.

Bug #2228943.

Approved by mcleron, triaged by ryanpc.

Change-Id: Idf40f3b09502ae5d0d3b9a6a72c265a2de2ffca2

14 years agoMerge change I0e27b5ca into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 22:39:56 +0000 (17:39 -0500)]
Merge change I0e27b5ca into eclair

* changes:
  Fix texture upload bug for narrow texture of less than 32bpp.

14 years agoMerge change I21d0dca3 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 22:15:51 +0000 (17:15 -0500)]
Merge change I21d0dca3 into eclair

* changes:
  Add BMW kits made by Motorola PCS to autoblack list for Bluetooth.

14 years agoMerge change Ie80e2381 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 21:50:34 +0000 (16:50 -0500)]
Merge change Ie80e2381 into eclair

* changes:
  DO NOT MERGE: Squashed commit of the following:

14 years agoMerge change I14fb81af into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 21:08:40 +0000 (16:08 -0500)]
Merge change I14fb81af into eclair

* changes:
  Fix for 2221718: Hang in BatteryStatsService.noteBluetoothOn

14 years agoMerge change Ia4eedace into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 21:01:50 +0000 (16:01 -0500)]
Merge change Ia4eedace into eclair

* changes:
  Now that UseBuffer on this component is fixed, let's use it.

14 years agoMerge change Id1458b01 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 20:53:25 +0000 (15:53 -0500)]
Merge change Id1458b01 into eclair

* changes:
  New live wallpaper API to expose author and description strings.

14 years agoMerge change I48cbd0bc into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 19:15:54 +0000 (14:15 -0500)]
Merge change I48cbd0bc into eclair

* changes:
  remove the SubscribedFeedsProvider since it has been moved to vendor/google

14 years agoMerge change I93f500a5 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 07:55:26 +0000 (02:55 -0500)]
Merge change I93f500a5 into eclair

* changes:
  Fix issue 2203561: Sholes: audio playing out of earpiece.

14 years agoMerge change I09282f5b into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 02:33:27 +0000 (21:33 -0500)]
Merge change I09282f5b into eclair

* changes:
  Fix the build (hopefully.)

14 years agoMerge change I9490271c into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 01:32:00 +0000 (20:32 -0500)]
Merge change I9490271c into eclair

* changes:
  Add BluetoothDevice to SDK AIDL list.

14 years agoMerge change I4499ad72 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 01:27:11 +0000 (20:27 -0500)]
Merge change I4499ad72 into eclair

* changes:
  Fix bad merge fixes build breakage.

14 years agoMerge change I3bbfb4f9 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 00:58:00 +0000 (19:58 -0500)]
Merge change I3bbfb4f9 into eclair

* changes:
  Remove unused field and add new API to control the children drawing order.

14 years agoMerge change I76127f6f into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 00:39:29 +0000 (19:39 -0500)]
Merge change I76127f6f into eclair

* changes:
  Add support for colored LED on jogball backlight.

14 years agoam e33044ea: (-s ours) Merge change Ib9cc041e into eclair-sdk
Ying Wang [Thu, 5 Nov 2009 00:18:04 +0000 (16:18 -0800)]
am e33044ea: (-s ours) Merge change Ib9cc041e into eclair-sdk

Merge commit 'e33044eadfa9969e71e50d1aff165cbc436b13f3' into eclair

* commit 'e33044eadfa9969e71e50d1aff165cbc436b13f3':
  Explicitly specify that online-sdk depends on framework-res. (do not merge)

14 years agoMerge change Ib9cc041e into eclair-sdk
Android (Google) Code Review [Thu, 5 Nov 2009 00:08:59 +0000 (19:08 -0500)]
Merge change Ib9cc041e into eclair-sdk

* changes:
  Explicitly specify that online-sdk depends on framework-res. (do not merge)

14 years agoMerge change I561011bc into eclair
Android (Google) Code Review [Wed, 4 Nov 2009 23:52:27 +0000 (18:52 -0500)]
Merge change I561011bc into eclair

* changes:
  Fix #2176803 - restores from userdebug to user builds not working

14 years agoMerge change I2867746d into eclair
Android (Google) Code Review [Wed, 4 Nov 2009 22:54:00 +0000 (17:54 -0500)]
Merge change I2867746d into eclair

* changes:
  When a thread is about to be put back onto the thread pool ensure that it is in the foreground cgroup.

14 years agopart of fix [2186418] switch passion to 24-bits framebuffer
Mathias Agopian [Wed, 4 Nov 2009 00:17:55 +0000 (16:17 -0800)]
part of fix [2186418] switch passion to 24-bits framebuffer

add support for RGBX_8888 EGLConfigs in the software renderer
(since that's what we're using in the MDP case)

14 years agoWhen a thread is about to be put back onto the thread pool ensure that it is in the...
Jason Parks [Wed, 4 Nov 2009 22:25:26 +0000 (14:25 -0800)]
When a thread is about to be put back onto the thread pool ensure that it is in the foreground cgroup.

14 years agoam 00e44ef2: Merge change I54545dfd into eclair-sdk
Dirk Dougherty [Wed, 4 Nov 2009 22:12:29 +0000 (14:12 -0800)]
am 00e44ef2: Merge change I54545dfd into eclair-sdk

Merge commit '00e44ef21777f32b67a8d51ee375cd290a3fb2d4' into eclair

* commit '00e44ef21777f32b67a8d51ee375cd290a3fb2d4':
  doc change: fix broken R.styleable formatting (caused by missing periods). Adjust table markup.

14 years agoMerge change I54545dfd into eclair-sdk
Android (Google) Code Review [Wed, 4 Nov 2009 22:04:41 +0000 (17:04 -0500)]
Merge change I54545dfd into eclair-sdk

* changes:
  doc change: fix broken R.styleable formatting (caused by missing periods). Adjust table markup.

14 years agoMerge change Ibbf945f3 into eclair
Android (Google) Code Review [Wed, 4 Nov 2009 20:45:39 +0000 (15:45 -0500)]
Merge change Ibbf945f3 into eclair

* changes:
  fix [2236832] software OpenGL ES driver doesn't work on sholes