Merge commit '4813b51ec7f9f485a9f98583d4a90ca3d1bed6f7' into eclair-plus-aosp
* commit '4813b51ec7f9f485a9f98583d4a90ca3d1bed6f7':
Implement clean killing of the TTS service.
* changes:
Implement clean killing of the TTS service. If files were being synthesized to while the service was being killed, it would have left partially written files (with no header). This CL checks if the service is rendering to a file at the time the service is destroyed: if it is, it will stop the rendering and deletes the file.
Merge commit '8c9e1a4fc4b6585ce96451b36a7253812c1b80ae'
* commit '8c9e1a4fc4b6585ce96451b36a7253812c1b80ae':
dumpstate: Get last_kmsg from /data instead of /proc.
Merge commit '1339614e67ff81b22d961e10d39f36118c536752' into eclair-plus-aosp
* commit '1339614e67ff81b22d961e10d39f36118c536752':
dumpstate: Get last_kmsg from /data instead of /proc.
If files were being synthesized to while the service was being killed,
it would have left partially written files (with no header). This CL
checks if the service is rendering to a file at the time the service
is destroyed: if it is, it will stop the rendering and deletes the file.
Merge commit '18a555be9a8ea5238f42c6967564d6bcc5afcb7b'
* commit '18a555be9a8ea5238f42c6967564d6bcc5afcb7b':
Add Gservices setting for the frequency to perform provisioning.
Merge commit 'b89c9d422781d10c614af61b1519daed2b9086e2' into eclair-plus-aosp
* commit 'b89c9d422781d10c614af61b1519daed2b9086e2':
Add Gservices setting for the frequency to perform provisioning.
Merge commit 'c4ba7e39f1588604c0ae1e117e35b8413619abac' into eclair-plus-aosp
* commit 'c4ba7e39f1588604c0ae1e117e35b8413619abac':
New List and Tab assets.
Merge commit 'b078d6ef7c83df156ff2f6bac48df26a2766bf5d' into eclair-plus-aosp
* commit 'b078d6ef7c83df156ff2f6bac48df26a2766bf5d':
Add uuids to adb shell dumpsys bluetooth
* changes:
docs only. add new documentation for installing the new winusb driver. also add a link to the HTC support site for ADP flashing and remove references to the G1 and generalize to "consumer devices"
add new documentation for installing the new winusb driver.
also add a link to the HTC support site for ADP flashing
and remove references to the G1 and generalize to "consumer devices"
Merge commit '2d5a14d6bf2bbc5a7e895cd4a0b977dd2f297532' into eclair-plus-aosp
* commit '2d5a14d6bf2bbc5a7e895cd4a0b977dd2f297532':
clean up the too many deletes dialog
Merge commit '70419aa4bb06ab62aa185f0999a578f36708e1e6'
* commit '70419aa4bb06ab62aa185f0999a578f36708e1e6':
Close suggestion cursors that arrive after adapter is closed
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
New tab assets. We decided to do a straight swap and then assess the
damage.
New default dark background color.
New list divider assets.
Change-Id: Ia00a9bb0ee1bad4f955f1c3b5b67526f62572015
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 '57fff7f619385791152bcd0143dfcd3a970638f1'
* commit '57fff7f619385791152bcd0143dfcd3a970638f1':
Disregard the EOS buffer flag while flushing or shutting down the decoder.
Merge commit '4b8e3fb51155ab6c990803ff7780cd1b8c8f3dcf' into eclair-plus-aosp
* commit '4b8e3fb51155ab6c990803ff7780cd1b8c8f3dcf':
Disregard the EOS buffer flag while flushing or shutting down the decoder.