History log of /frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6694f2a067d1472cb74f8db4ddbcc5d4f77eda83 10-Jun-2015 Jonathan Basseri <misterikkit@google.com> Read MMS config from CarrierConfigManager.

Updating javadoc to point at the correct class.

Bug: 21085630
Change-Id: I02415191c8d331e431812ddba75f18af10805b98
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
b72eb97e4bca1e4fd68e79f9d04e9a6a15aebd21 22-Nov-2014 Cheuksan Wang <edwang@google.com> new SMS/MMS carrier app API

Changes based on api council review

BUG: 18005911
Change-Id: I23bd207ce70f7fa201d6d964c1700cfc44cb009b
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
63f03dd94c43c22f2c77306059b5748e5e1e0e3c 23-Oct-2014 Wink Saville <wink@google.com> Change subId to int from long

Change-Id: Idae6335e63e7b1e4e714bc17e71b1a4705e38474
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
ee04543d58bf570fd77202d6d2cd861476c3daf6 09-Sep-2014 Cheuksan Wang <edwang@google.com> Send and download MMS via content provider instead of PDU bytes.

Change-Id: Ib5a93d07799c9e14fea8be820c6bd4bc7ae8be3a
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
8179c2a6e47fca18a12275166065e36790eec083 05-Sep-2014 Ye Wen <ywen@google.com> MMS API cleanup (1/4)

- Hide APIs not approved by API council (b/17189780)
- Change configOverrides in MMS APIs from ContentValues to Bundle to be
consistent (b/17390017)
- Change SmsManager.MMS_EXTRA_DATA to EXTRA_MMS_DATA per API council
review (b/17390977)

b/17189780
b/17390017
b/17390977

Change-Id: If5a43e9ab9e42b6328f1581b39051ddf1a58f0dd
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
31ef14d4f00b90e13a9755ecfa6cbe8aa7466da7 26-Aug-2014 Julian Odell <juliano@google.com> Bug 17262099: MMS API changes (multi-project).

Move MMS api to using content provider rather than byte[] to pass MMS message contents.
Rebased and merged into TOT.

Change-Id: I3509b2774b1cb30a1c8100bb25d283140c963b6b
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
7237972bffba11fcb5588e8cb0c98e9e7add7871 02-Sep-2014 Shri Borde <shri@google.com> Bug 17243357: Remove MessagingConfigurationManager

It is replaced with SmsManager.getCarrierConfigValues

Change-Id: I560a53427b08746f2a7ed2e540ecb2c978b7ebd0
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
63c00c4379ba4ac0f50161980b67c8acc2548f7b 01-Aug-2014 Ye Wen <ywen@google.com> Allow MmsConfig override per request (1/3)

Instead of providing ways to override MmsConfig globally, this allows
the override per request, which is safer. Also added subId to the getter
of MessagingConfigurationManager.

b/16681649

Change-Id: Ia5ee391e2fa51fbdf87d111174d8df21f5f5e41f
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
a3dbd1087dfad0cacdb274420ec70505e236ad42 29-Jul-2014 Ye Wen <ywen@google.com> Move archived column from pdu/sms to threads (1/4)

Also add API to archive a conversation

Change-Id: Ib7daf6e0c3205c3c084406800c9c5bf054e1ca40
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
9966429dcd99667e2308cc41863ab860f04cfc88 15-Jul-2014 Ye Wen <ywen@google.com> Messaging auto persist switch (1/4)

b/14095333

Change-Id: I0860b662bceb250601c815028f377c28ad0e3159
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
295f2190c51540fe7a2d108ec6c218e9e0a4926a 10-Jul-2014 Ye Wen <ywen@google.com> New SMS and MMS APIs and semantics (1/4)

API changes for SMS and MMS AIDLs

b/14095333

Change-Id: I42ab3db2dfa89ba3f8816d601f4c38a77c66ffa6
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
8bf8931d7d33843fe031f55821b2f6822bf9d1c6 12-Jul-2014 Colin Cross <ccross@google.com> Revert "New SMS and MMS APIs and semantics (1/4)"

This reverts commit f0dff59af4a1566d8d8bd997d059fcb9dddf2cb4.

Change-Id: I6b9206d80ae72fdb42d48b173927e63e5742f1b2
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
8ee8d882acec0544ec39330954db4040bce66a06 10-Jul-2014 Ye Wen <ywen@google.com> New SMS and MMS APIs and semantics (1/4)

API changes for SMS and MMS AIDLs

b/14095333

Change-Id: I04f05c1952135cb4b5d422df060ca4054c14e5e5
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
9974690ec160c51f75dae5afef7e9f9899c84d49 03-Jul-2014 Ye Wen <ywen@google.com> Support MMS send/download by carrier app (1/3)

Added send/download status update APIs similar to that for SMS

b/14095333

Change-Id: Ib62951a2088330bf004383945416ff6f25b28625
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl
369a107fd6f2d213e6dbc5cddd8152482b17b64f 19-Jun-2014 Ye Wen <ywen@google.com> Move IMms.aidl to frameworks/base (2/3)

Change-Id: Ia771496f92a841c72d950212b2f525aa0c733d7f
/frameworks/base/telephony/java/com/android/internal/telephony/IMms.aidl