Merge commit 'b078d6ef7c83df156ff2f6bac48df26a2766bf5d' into eclair-plus-aosp
* commit 'b078d6ef7c83df156ff2f6bac48df26a2766bf5d':
Add uuids to adb shell dumpsys bluetooth
Merge commit '2d5a14d6bf2bbc5a7e895cd4a0b977dd2f297532' into eclair-plus-aosp
* commit '2d5a14d6bf2bbc5a7e895cd4a0b977dd2f297532':
clean up the too many deletes dialog
Merge commit '98d8858890227861c5dc28bc7acee9b1adedda45' into eclair-plus-aosp
* commit '98d8858890227861c5dc28bc7acee9b1adedda45':
Close suggestion cursors that arrive after adapter is closed
Merge commit 'ba223760895e62ad2fcb85476984cb29018860c9' into eclair
* commit 'ba223760895e62ad2fcb85476984cb29018860c9':
Close suggestion cursors that arrive after adapter is closed
Bluez sends the UUID of the local service being accessed in Agent.Authorize,
not the remote service. So check for Audio Source not Audio Sink.
In most cases this was not a problem because Bluez sends us AdvAudioDist UUID
(0x110D) for incoming A2DP connections, which we already check for. This is a
precautionary change.
Merge commit '4b8e3fb51155ab6c990803ff7780cd1b8c8f3dcf' into eclair-plus-aosp
* commit '4b8e3fb51155ab6c990803ff7780cd1b8c8f3dcf':
Disregard the EOS buffer flag while flushing or shutting down the decoder.
Merge commit 'c27bff913a2c9c4a1f42b00951740cf139cb19ad' into eclair-plus-aosp
* commit 'c27bff913a2c9c4a1f42b00951740cf139cb19ad':
Added a commandline option to "stagefright" that limits decoding to a maximum number of frames per iteration.
Merge commit '867bb7c3538cc66c378a695996cf8290a8774491' into eclair-plus-aosp
* commit '867bb7c3538cc66c378a695996cf8290a8774491':
Keep up with latest changes to overlay handling on that unnamable platform.
These may be incorporated into a fasttrack framework widget at some
point. For now we'll just make them private assets.
Change-Id: I6b8c1e5c4a5f8c38a95f23dfab9a67973862db95
Before, after using the Browser, memory-hungry apps could
become very sluggish. This was because the search dialog in the
system process had the BrowserProvider open, which in turn had
EnhancedGoogleSearch open. Since EhancedGoogleSearch runs in acore,
the system would keep both the Browser process and acore to stay
around forever.
The cause (or at least one common cause) for this was that
if the user types quickly, and clicks on a suggestion before
the displayed suggestions have caught up, some suggestion cursors
are not be closed.
This change solves this problem by adding a close() method to
SuggestionsAdapter. SuggestionsAdapter now closes any cursors
that are passed to it after close() is called.
Fixes http://b/issue?id=2078226
"global search holding reference to browser: system -> browser -> acore = :("
Merge commit 'd497d87650dd79f7d6a4751d79598d68ceb4b789' into eclair-plus-aosp
* commit 'd497d87650dd79f7d6a4751d79598d68ceb4b789':
Pass the estimated size of new HTML 5 databases to the ChromeClient so it can use that amount to figure an initial default quota.
Merge commit 'ba176d6c8ad581e65b46bd6835c0737e74ef453d' into eclair-plus-aosp
* commit 'ba176d6c8ad581e65b46bd6835c0737e74ef453d':
Don't reference hidden API from comments.
Merge commit '228743001721e5b167d393523ad35d78ba965195' into eclair-plus-aosp
* commit '228743001721e5b167d393523ad35d78ba965195':
If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing the viewport.
Merge commit '16c758fb156cc8184e9c3ace7aa4717af4bb05ea' into eclair-plus-aosp
* commit '16c758fb156cc8184e9c3ace7aa4717af4bb05ea':
run the sync thread at background priority
Merge commit '534aa012b5063abeaa36b9ade69851add8b7a48f' into eclair-plus-aosp
* commit '534aa012b5063abeaa36b9ade69851add8b7a48f':
Mark all legacy contacts APIs as deprecated.
Now that we've merged ContactsContract and are relying on
compatibility mode, we're marking the previous public
contacts API as deprecated.
Fixes http://b/2076016