summaryrefslogtreecommitdiffstats
path: root/src/com/android/mms/service/MmsRequest.java
Commit message (Expand)AuthorAgeFilesLines
* MmsRequest: Reimplement automatic data sub switchRicardo Cerqueira2016-06-031-37/+1
* Revert "MmsRequest: Turn on data for the MMS transaction if required"Ricardo Cerqueira2016-06-021-18/+0
* MmsRequest: Turn on data for the MMS transaction if requiredRicardo Cerqueira2016-04-181-0/+18
* MmsRequest: Switch data subscription on MSIM if neededRicardo Cerqueira2016-04-171-1/+37
* Better logging for MmsServiceYe Wen2015-06-161-22/+28
* Read MMS config from CarrierConfigManager.Jonathan Basseri2015-06-121-5/+26
* Fix NPE caused by ServiceProberYe Wen2015-03-251-2/+0
* Remove airplane mode and mobile data check for MMS request executionYe Wen2015-02-271-18/+2
* Check airplane mode and mobile data before sendingYe Wen2015-01-061-7/+24
* Merge "Look up MMS APN using the active MMS APN name" into lmp-mr1-devYe Wen2014-12-041-1/+12
|\
| * Look up MMS APN using the active MMS APN nameTony Hill2014-12-031-1/+12
* | Use AIDL based API's to comunicate with the carrier app for MMS sending and d...Abhijith Shastry2014-12-011-43/+57
|/
* Merge "Add APN logging when doing MMS request" into lmp-mr1-devYe Wen2014-11-141-0/+1
|\
| * Add APN logging when doing MMS requestYe Wen2014-11-121-0/+1
* | Stop persisting MMS into OUTBOX before sendingYe Wen2014-11-121-10/+9
|/
* Support multi-sim in mms serviceYe Wen2014-11-071-8/+12
* Use okhttp lib for MMS service HTTP requestYe Wen2014-11-041-169/+3
* Change subId to int from longWink Saville2014-10-231-2/+2
* Send HTTP status code back in case of MMS HTTP failure (3/3)Ye Wen2014-10-211-10/+16
* Do not crash when mms config is not loaded when sending mmsYe Wen2014-09-181-10/+26
* Bug 17511639: Ensure that URI permissions kept until downloaded data writtenJulian Odell2014-09-151-1/+2
* Send and download MMS via content provider instead of PDU bytes.Cheuksan Wang2014-09-111-0/+8
* MMS API cleanup (3/4)Ye Wen2014-09-041-7/+1
* Bug 17262099: MMS API changes (multi-project).Julian Odell2014-09-031-35/+79
* Handle multi-sim configsTom Taylor2014-09-021-1/+3
* Allow MmsConfig override per request (3/3)Ye Wen2014-08-011-2/+8
* Use TelephonyManager API instead of copying logic to get broadcast receiver.Shishir Agrawal2014-07-231-8/+0
* Merge "Move MmsService into phone process (1/2)" into lmp-devYe Wen2014-07-171-2/+168
|\
| * Move MmsService into phone process (1/2)Ye Wen2014-07-211-2/+168
* | CarrierApp: Do not send broadcast if there is no carrier app.Shishir Agrawal2014-07-211-0/+1
|/
* Messaging auto persist switch (4/4)Ye Wen2014-07-161-0/+5
* Protecting messagings APIs for carrier access.Shishir Agrawal2014-07-161-0/+7
* New SMS and MMS APIs and semantics (4/4)Ye Wen2014-07-111-2/+9
* Revert "New SMS and MMS APIs and semantics (4/4)"Colin Cross2014-07-121-9/+2
* New SMS and MMS APIs and semantics (4/4)Ye Wen2014-07-111-2/+9
* Support MMS send/download by carrier app (3/3)Ye Wen2014-07-031-9/+88
* MMS auto persisting (3/4)Ye Wen2014-07-021-5/+41
* Change MmsService to use new APIs in SmsManager instead of MmsManagerYe Wen2014-06-171-6/+6
* Set correct return result after MmsRequest retriesYe Wen2014-06-101-0/+1
* MMS API: impl. of sending and downloadingYe Wen2014-06-051-0/+94