Merge commit '0c23212ebdfbe008aca95d2ace2e52ca0a0b7ec7' into eclair-plus-aosp
* commit '0c23212ebdfbe008aca95d2ace2e52ca0a0b7ec7':
Re-hide the contacts APIs, the droiddoc build is failing.
Merge commit '46a41e0e7f95f43aa7251114f12fd5e2b9933bc7' into eclair-plus-aosp
* commit '46a41e0e7f95f43aa7251114f12fd5e2b9933bc7':
Remove old keystore and related files.
Merge commit '7c5c6076ea5d02aabbb449b1341ec44d184d1316' into eclair-plus-aosp
* commit '7c5c6076ea5d02aabbb449b1341ec44d184d1316':
Support IPv6 literal URLs, e.g., http://[2001:4860:b004::68]/ as per RFC 3896
Merge commit '63e118ed799f83085e5c6f222c4288576bf13d9c' into eclair-plus-aosp
* commit '63e118ed799f83085e5c6f222c4288576bf13d9c':
wallpaper: don't erase the background, just to repaint over it. saves 1.7 ms on some hardware
Merge commit '85abdc59c3a31df6dc6ac4f20e64d5c91fa70023' into eclair-plus-aosp
* commit '85abdc59c3a31df6dc6ac4f20e64d5c91fa70023':
Make the new ContactsContract public.
Merge commit 'da3511113a674d50008ec1a9ec45bbc5f51424cf' into eclair-plus-aosp
* commit 'da3511113a674d50008ec1a9ec45bbc5f51424cf':
turn dithering off if it's not needed
fix [2142193] disable GL_LINEAR when not needed
Merge commit '3b805d570716749966b909be16513f882522c58e' into eclair-plus-aosp
* commit '3b805d570716749966b909be16513f882522c58e':
Add density support to layoutlib so that bitmap are scaled if needed.
Merge commit '8434c5369304e639efe8eab368ca410c589d87c2' into eclair-plus-aosp
* commit '8434c5369304e639efe8eab368ca410c589d87c2':
the boot animation is back! it broke in a recent check-in
Merge commit '769de37e2108542f7085536e46ddcd8eab8ad69b' into eclair-plus-aosp
* commit '769de37e2108542f7085536e46ddcd8eab8ad69b':
Fix 2105956: The nine patch markers for one of the zoom buttons were reversed
Merge commit '880aaa7fe0706dbadbb8f2f6b39b4f3021f74c01' into eclair-plus-aosp
* commit '880aaa7fe0706dbadbb8f2f6b39b4f3021f74c01':
Fix 2132058: Tweak hdpi textfield assets so they align with buttons
Merge commit 'a30071273a8ee59b300eebe515db86f9070ab4a4' into eclair-plus-aosp
* commit 'a30071273a8ee59b300eebe515db86f9070ab4a4':
Make the renderscript timing logging available by setting debug.rs.profile=1
Merge commit '6e35b50e8d77ff16ffbcac88f421c7091d1c9b8c' into eclair-plus-aosp
* commit '6e35b50e8d77ff16ffbcac88f421c7091d1c9b8c':
fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view
Merge commit '8799b96ea09d5fdd9904dd9de3002c0a9cd28fdc' into eclair-plus-aosp
* commit '8799b96ea09d5fdd9904dd9de3002c0a9cd28fdc':
Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready.
Merge commit '8f1e598118d612988ffecfa979778e9aab4ece57' into eclair-plus-aosp
* commit '8f1e598118d612988ffecfa979778e9aab4ece57':
make the SyncManager listen for backgroun data setting changes and do a sync when the setting is enabled
Merge commit '311ed0191d6423e41b1cf5137a38e53504494818' into eclair-plus-aosp
* commit '311ed0191d6423e41b1cf5137a38e53504494818':
Create samples showing how to call OpenGL from JNI libraries.