Merge commit 'a7beb95ede9700b1f206ffa571c205c9b7e68539' into eclair-plus-aosp
* commit 'a7beb95ede9700b1f206ffa571c205c9b7e68539':
Add possibility to customize the chooser dialog used to allow the user to choose the application for sharing a link.
Merge commit 'd421995fdb490c687d27b56aa89bc83afc7c3d06' into eclair-plus-aosp
* commit 'd421995fdb490c687d27b56aa89bc83afc7c3d06':
Fix parsing of HTTP Date years.
Merge commit '23703f16f816d4212e5a95c101a851660c095f24' into eclair-plus-aosp
* commit '23703f16f816d4212e5a95c101a851660c095f24':
Make ContactStruct explicitly set RawContacts.ACCOUNT_NAME and RawContacts.ACCOUNT_TYPE to null.
Merge commit 'f259901d31738ae4b595d5072e9c8afc1e21ca9a' into eclair-plus-aosp
* commit 'f259901d31738ae4b595d5072e9c8afc1e21ca9a':
keystore: remove old implementation and test.
Merge commit 'ffa424800d0338b8b894aef2ea1e3e3344cbda7a' into eclair-plus-aosp
* commit 'ffa424800d0338b8b894aef2ea1e3e3344cbda7a':
Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off
Lot of infrastructure for more things to go away when "clear system dialogs"
happens, and now do this when we turn on the lock screen.
Change-Id: I567130296fe47ce82df065ed58ef21b37416ceaf
Merge commit 'f11cc96ee837f8b0d530f3a5dd78ffc358727411' into eclair-plus-aosp
* commit 'f11cc96ee837f8b0d530f3a5dd78ffc358727411':
KeyStore: remove classes used by old keystore.
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.
This routine returns integer values defined in the Phone interface,
derived from RILConstants values. Direct references to the
RILConstants are replaced by references to these new ones for
consistency.
API CHANGE:
unhide TelephonyManager.PHONE_TYPE_CDMA
Addresses issue:
http://buganizer/issue?id=1905415
Change-Id: Icfec6d457231b098c031677a66770b5e57be4a44
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.