Merge commit '0eb9ac8f5858a9864667749f5de508a38b0c2de2'
* commit '0eb9ac8f5858a9864667749f5de508a38b0c2de2':
ResultTransport needs a default value. If the thread is
Merge commit '4368fd87422333183b9281d32405742a188388d9'
* commit '4368fd87422333183b9281d32405742a188388d9':
Removed last bits of predefined element types from native code. Predefined types are now constructed at the java layer from standard building blocks.
Merge commit '726d9074cf8f038d4ece89f60b008b343c68874e'
* commit '726d9074cf8f038d4ece89f60b008b343c68874e':
Make tritex test run with latest OpenGL driver.
Merge commit '34b9dab1ba1db40378a3f425d0591d17e2fb91be'
* commit '34b9dab1ba1db40378a3f425d0591d17e2fb91be':
Restrict touch to the view height with the title. This
Merge commit '2b091c882d64947b4dabc08d7284c42b9f051959'
* commit '2b091c882d64947b4dabc08d7284c42b9f051959':
Clear the device's data from the transport when backup is disabled
Merge commit '512fb951a15ed45d432515b49acef2c2132195f8'
* commit '512fb951a15ed45d432515b49acef2c2132195f8':
fix bug where siilent mode dissapears when it triggers instead of animating off to the left edge.
Merge commit '80ab1b7198cfad400af752e52541d29ee2f7ce23'
* commit '80ab1b7198cfad400af752e52541d29ee2f7ce23':
Add a PRIVACY_SETTINGS action to launch the new Privacy settings screen.
Merge commit 'b9393eae369ecad7b136153099498787caf7d7cd'
* commit 'b9393eae369ecad7b136153099498787caf7d7cd':
Update RotarySelector to support vertical orientation, and add resolution specific assets (removing old ones).
Merge commit '349236c61caab356a33475f7813dc5eaa88d28fc'
* commit '349236c61caab356a33475f7813dc5eaa88d28fc':
Change the way DRT determines if it is ready to continue to the next test when running in automated mode.
Merge commit '919dc7389f7b7558497e766dade90608ac5ef132'
* commit '919dc7389f7b7558497e766dade90608ac5ef132':
Make the new ContactsContract APIs public.
Merge commit 'e493bf7985ad4cac7bafcfa788eb281b694967aa'
* commit 'e493bf7985ad4cac7bafcfa788eb281b694967aa':
use new setDither on ImageRef to retain that setting for purgeable images
Merge commit '5866935c1bb0f53f8683d617f5cd7af8a78ed544'
* commit '5866935c1bb0f53f8683d617f5cd7af8a78ed544':
Add possibility to customize the chooser dialog used to allow the user to choose the application for sharing a link.
Merge commit '3adab9fcfffa57dd45e9ccace5e21123158e489b'
* commit '3adab9fcfffa57dd45e9ccace5e21123158e489b':
Make ContactStruct explicitly set RawContacts.ACCOUNT_NAME and RawContacts.ACCOUNT_TYPE to null.
Merge commit 'f77902c224eaae350169e19011d9badd417792f9'
* commit 'f77902c224eaae350169e19011d9badd417792f9':
KeyStore: remove classes used by old keystore.
Merge commit 'f4c102c4a834dd17265780b2694759b113863c98'
* commit 'f4c102c4a834dd17265780b2694759b113863c98':
Re-hide the contacts APIs, the droiddoc build is failing.
Merge commit 'ed4efca6415bafcdc4df1b23d9d658c07883815f'
* commit 'ed4efca6415bafcdc4df1b23d9d658c07883815f':
wallpaper: don't erase the background, just to repaint over it. saves 1.7 ms on some hardware
Merge commit 'b24f1f9fbcb5a977aba5b089ede0d4e8ae084fd6'
* commit 'b24f1f9fbcb5a977aba5b089ede0d4e8ae084fd6':
turn dithering off if it's not needed
fix [2142193] disable GL_LINEAR when not needed
Merge commit 'd6fdec7bd12317ddea3e0c20f304c544a88440be'
* commit 'd6fdec7bd12317ddea3e0c20f304c544a88440be':
Add density support to layoutlib so that bitmap are scaled if needed.
Merge commit 'eb6d4bf93c63f79e4346b5df81ca5ab914948207'
* commit 'eb6d4bf93c63f79e4346b5df81ca5ab914948207':
the boot animation is back! it broke in a recent check-in
Merge commit '99961218ed0ed9d64e533c2d0e377b3cf75f34da'
* commit '99961218ed0ed9d64e533c2d0e377b3cf75f34da':
Fix 2105956: The nine patch markers for one of the zoom buttons were reversed
Merge commit '93e4b5b01da25fc7d9070aef6bca2b0546fc4604'
* commit '93e4b5b01da25fc7d9070aef6bca2b0546fc4604':
Make the renderscript timing logging available by setting debug.rs.profile=1
Merge commit '1f21839a9828995eb01634f36d34c55ca9aeca3e'
* commit '1f21839a9828995eb01634f36d34c55ca9aeca3e':
Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready.