Merge commit '13ab701e0ab315d75edc03876bf3dc959e6f478c' into eclair-plus-aosp
* commit '13ab701e0ab315d75edc03876bf3dc959e6f478c':
Make the new ContactsContract APIs public.
Open a draft MMS message having some subject, some text and any attachment.
Remove the written subject and again save it as draft. In the messaging
main screen, can still see previously entered subject.
Change-Id: I1a30978b7c06fab253ea5d4da0254c3780d18a62
Merge commit '9251c344596847c4cd4cf5782fde078459fa4cea' into eclair-plus-aosp
* commit '9251c344596847c4cd4cf5782fde078459fa4cea':
use new setDither on ImageRef to retain that setting for purgeable images
Note that there are a few new assets here that don't exist
in mdpi (and aren't yet referenced by code):
core/res/res/drawable-hdpi/stat_sys_signal_0_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_1_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_2_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_3_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_4_cdma.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_0.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_1.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_2.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_3.png
core/res/res/drawable-hdpi/stat_sys_signal_evdo_4.png
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.
Previously, if callers registered OnAccountsUpdateListeners with a null handler,
removeOnAccountsUpdateListener would fail attempting to remove the listener.
Change-Id: If9906d3711f816e60c4b491b7f33671f089ac00f
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