Merge commit 'f96d49a277af9ec888bb7d15988b57989ccb39af' into eclair-plus-aosp
* commit 'f96d49a277af9ec888bb7d15988b57989ccb39af':
Make sure not to ask for more buffers when we know that there won't be any, added a quirk for the aac decoder.
Merge commit '4b474440cef8afa5e355a9406bb076af8e493ca7' into eclair-plus-aosp
* commit '4b474440cef8afa5e355a9406bb076af8e493ca7':
Simplify CDMA Status Bar icons
Merge commit '77f77f904a8cb13dc2cd921b253658072389e95f' into eclair-plus-aosp
* commit '77f77f904a8cb13dc2cd921b253658072389e95f':
Add support for selecting the color bit depth and if the application used a depth buffer.
Update the RSSI display policy in CDMA.
1. Use single RSSI icon instead of two icons
2. If 3G(EV) and 1x network are available than 3G should be displayed, Displayed RSSI should be from the EV side.
3. If a voice call is made then RSSI should switch to 1x.
Merge commit '4025dbd97e7e800e9a75f76664453bdb2971c132' into eclair-plus-aosp
* commit '4025dbd97e7e800e9a75f76664453bdb2971c132':
Only try to sync to subscribedfeeds for google acounts.
Merge commit '617b22dc075bbf704421adf15f39388ec098b4fd' into eclair-plus-aosp
* commit '617b22dc075bbf704421adf15f39388ec098b4fd':
Add local frames for parsing properties and processing events.
We were running out of local refs when there are lots of devices.
Instead of deleting every single local ref, create a local stack frame.
This operation is inexpensive so doesn't add a high overload and keeps
the code clean instead of deleting every single local ref.
Merge commit '5fe00057dd611fda30f44edb98771e38bf452ecd' into eclair-plus-aosp
* commit '5fe00057dd611fda30f44edb98771e38bf452ecd':
- make it ok to modify the accounts before boot
Merge commit '91ba1c3f9d000928a4ba12d45d609b1c2e7066e7' into eclair-plus-aosp
* commit '91ba1c3f9d000928a4ba12d45d609b1c2e7066e7':
Revert volume if it wasn't okayed by user.
- 'setPermanentlyLocked(false)' no longer automatically resets the pattern
- new string for "waiting to verify account" progress dialog
- new string for account unlock screen title when you aren't past the too many
attempts, but just hit the 'forgot pattern' button
Merge commit '4804c3e23b0bb8e77b690df177ebd4d6fb949aa8' into eclair-plus-aosp
* commit '4804c3e23b0bb8e77b690df177ebd4d6fb949aa8':
Add an extra intent parameter for recording duration limit.
Merge commit 'f7eab4f78fe4bdb193a4f8caf2648d2cb3ef36ea' into eclair-plus-aosp
* commit 'f7eab4f78fe4bdb193a4f8caf2648d2cb3ef36ea':
Don't use deprecated API in contact header widget.
Merge commit 'd6bfef3647162785bc3206c2d4e3e8ceba1dca45' into eclair-plus-aosp
* commit 'd6bfef3647162785bc3206c2d4e3e8ceba1dca45':
fix a bug recently introduced where EGL couldn't be initialized again after it had been terminated once
Merge commit '45e38f84612eee82d53bf8be2776be79c7d8c015' into eclair-plus-aosp
* commit '45e38f84612eee82d53bf8be2776be79c7d8c015':
Filter out worker tests from layout suite because merely disabling worker in webview settings no longer works.
Merge commit '0d05be3f724740eb95ac5acd9819b4db0eccd694' into eclair-plus-aosp
* commit '0d05be3f724740eb95ac5acd9819b4db0eccd694':
Fix bug that would leave old windows around.
Merge commit '094f44ba6c8e70dc38a4f8d9ac5f20890e4477da' into eclair-plus-aosp
* commit '094f44ba6c8e70dc38a4f8d9ac5f20890e4477da':
Use correct UUID to authorize AVRCP
The problem was instigated by another fix I made to keep
windows around while their tokens are animating or preparing to
animate. This then hit an issue where if the window's process
died while its token was getting ready to animate, we would
immediately hide the token, and when we then went to start
the token animation we wouldn't do anything, leaving the old
dummy animation in place and not allowing it to run.
Now we clear the animation before hiding the token, to ensure
the dummy animation is gone at this point.
Change-Id: If83fadcce6815bc545c80fbdb82fe6972bbdf5ef