This keeps consistency with Bluez which uses upper case string address. It's
important to keep the case the same so that .equals() in BluetoothService.java
work.
Change-Id: I6404ca137d0aec3cc2e6e7cb79763d5305a03547
Resolves these specific cases:
- 8475766800;,1234
- 8475766800,;1234
Both of these should be converted to 8475766800;1234
Change-Id: Ic329007a3a6e99b1dd55cd8cdec7239dd734c3ca
Merge commit 'fd49faae33dc813c93347d1bcc8fa7c4fa0ae55d' into eclair-plus-aosp
* commit 'fd49faae33dc813c93347d1bcc8fa7c4fa0ae55d':
Add progress view and default poster for the <video> implementation
Merge commit '93727454caf1b3540a352328abd0400c2242902b' into eclair-plus-aosp
* commit '93727454caf1b3540a352328abd0400c2242902b':
Add one line of logging when SCO SOCKET connect starts.
Merge commit '1e8c95318f0cce70dc66fb29036d084d5665abd8'
* commit '1e8c95318f0cce70dc66fb29036d084d5665abd8':
Show the live wallpaper on the lock screen.
Merge commit 'ffda371c220de9c97663fef4e9d14bee7267383d' into eclair-plus-aosp
* commit 'ffda371c220de9c97663fef4e9d14bee7267383d':
Show the live wallpaper on the lock screen.
This is to help collect information from Moto QA about delays connecting BT
audio.
Change-Id: I790c65f5b64c85aaffc0e68ebe8b6202f476b39f
http://b/2129464
Merge commit 'ab6dca5dfd69d31e6bc56c4a2cb59269ddbb392a'
* commit 'ab6dca5dfd69d31e6bc56c4a2cb59269ddbb392a':
add Eclair to the droiddoc 'since' options so that we
Merge commit '38a2ab36ceb5e54c820a67f2b1da1652dcfc2643'
* commit '38a2ab36ceb5e54c820a67f2b1da1652dcfc2643':
Do not attempt to retry a scrollTo with a negative position.
Merge commit 'a120d4820d1c40a113fb9f46e996299eaa22ea04' into eclair-plus-aosp
* commit 'a120d4820d1c40a113fb9f46e996299eaa22ea04':
add Eclair to the droiddoc 'since' options so that we
Merge commit '83d4ba83ddf8309d2c0c38d69154217d6a9c0a6c' into eclair-plus-aosp
* commit '83d4ba83ddf8309d2c0c38d69154217d6a9c0a6c':
Do not attempt to retry a scrollTo with a negative position.
Merge commit '06ddfd187b19186406e401fd2222017fd61da848'
* commit '06ddfd187b19186406e401fd2222017fd61da848':
When a WebView starts, we may get first layout before viewSizeChanged()
Merge commit '6ed525ecee76541aa60ca95598330e990fa16ffa' into eclair-plus-aosp
* commit '6ed525ecee76541aa60ca95598330e990fa16ffa':
When a WebView starts, we may get first layout before viewSizeChanged()
This also takes care of the problem of system dialogs like the
crash dialog causing the status bar to dim behind the lock screen.
On the down side, the fade transition from the lock screen is
now gone, and I'm not sure how likely it is for it to return.
Change-Id: I7f9e6d0f3510a1fdbbe6ad252d986bd85a16475d
Merge commit '9aa012234f7b5f41dded1d018d48161344fd8544'
* commit '9aa012234f7b5f41dded1d018d48161344fd8544':
Draw shadow below title, or at top if title is off screen.
Merge commit '58992eac8373ba7260d99dd832a6fc9e3d164460' into eclair-plus-aosp
* commit '58992eac8373ba7260d99dd832a6fc9e3d164460':
Draw shadow below title, or at top if title is off screen.
Merge commit 'afdcaf8b23b0497edc6db7353fee4074323ffeb5'
* commit 'afdcaf8b23b0497edc6db7353fee4074323ffeb5':
Reserve space for the searchbox spinner, even when stopped.
Merge commit 'dfcbc046d7fcd74c8aacd9f26bd48084900d3b4a' into eclair-plus-aosp
* commit 'dfcbc046d7fcd74c8aacd9f26bd48084900d3b4a':
Reserve space for the searchbox spinner, even when stopped.
Make the searchbox spinner invisible (transparent) when it's not active. This prevents the size of the text field from varying depending on whether the spinner is spinning or not, which can cause an annoying flicker.
Bug: 2084293
Change-Id: Idd63a296d1f07c5bd47884040f21e4880038f424
Merge commit 'b2e64cb892d64af770b43a84b54ebfbca7c0c5e2'
* commit 'b2e64cb892d64af770b43a84b54ebfbca7c0c5e2':
Adopt new FastTrack API for internal widget, fix bugs.
Merge commit '0050ee36398c3ab6e5f1ee0038609aff8cf4f0e9' into eclair-plus-aosp
* commit '0050ee36398c3ab6e5f1ee0038609aff8cf4f0e9':
Adopt new FastTrack API for internal widget, fix bugs.
Merge commit '667bc1e862c5e6b2a703846e786bf0b624830da8'
* commit '667bc1e862c5e6b2a703846e786bf0b624830da8':
Modified the validation to use singal media player instance.
Merge commit 'a7dfeaa3edadacf20cf289653fe54a0e91d00309'
* commit 'a7dfeaa3edadacf20cf289653fe54a0e91d00309':
Fix issue 2127371: Possible race condition in AudioFlinger::openRecord() when a Track is being destroyed.
Merge commit 'b39dcb796ddf40fb87724ac28932a687756c91bd' into eclair-plus-aosp
* commit 'b39dcb796ddf40fb87724ac28932a687756c91bd':
Modified the validation to use singal media player instance.
Merge commit '2925b8c62a03381e5b3ff159847e8312ae9dfee5' into eclair-plus-aosp
* commit '2925b8c62a03381e5b3ff159847e8312ae9dfee5':
Fix issue 2127371: Possible race condition in AudioFlinger::openRecord() when a Track is being destroyed.
Change internal widget to use new FastTrack API instead of
using SHOW_OR_CREATE. Also reset the internal Uri when
reused in lists. Fixes http://b/2087222
Merge commit '56af9e9f9cbc3626acf55558d581efd2de3caa03' into eclair-plus-aosp
* commit '56af9e9f9cbc3626acf55558d581efd2de3caa03':
Modified the new stream video url.
Merge commit '8ed86d2b463be60d65e86aac33550d8fc84bd2a5' into eclair-plus-aosp
* commit '8ed86d2b463be60d65e86aac33550d8fc84bd2a5':
CertTool: avoid using final static array.