summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "MmsRequest: Reimplement automatic data sub switch"stable/cm-13.0-ZNH5YRicardo Cerqueira2016-06-211-69/+0
* MmsRequest: Reimplement automatic data sub switchRicardo Cerqueira2016-06-032-37/+70
* 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
* Catch exception for ConnectivityManager.unregisterNetworkCallbackYe Wen2015-10-061-1/+12
* Merge "Default MMS proxy port to 80 and don't skip if port is invalid" into m...Ye Wen2015-09-171-4/+4
|\
| * Default MMS proxy port to 80 and don't skip if port is invalidYe Wen2015-09-171-4/+4
* | MMS proxy host dns lookup should happen on mms networkYe Wen2015-09-171-1/+2
|/
* Better logging for MmsServiceYe Wen2015-06-1610-198/+271
* Read MMS config from CarrierConfigManager.Jonathan Basseri2015-06-128-859/+207
* Merge "Don't initiate duplicate mms network request" into mnc-devYe Wen2015-05-151-35/+42
|\
| * Don't initiate duplicate mms network requestYe Wen2015-05-131-35/+42
* | remove active sub ID check for mms downloadCheuksan Wang2015-05-131-5/+4
|/
* Merge "Merge commit '2dbe575' into master_merge" into mnc-devPrerepa Viswanadham2015-05-051-0/+35
|\
| * Merge commit '2dbe575' into master_mergePrerepa Viswanadham2015-05-011-0/+35
| |\
| | * Fail SmsManager requests if SubId is not active.Shishir Agrawal2015-03-251-0/+35
| | * Remove airplane mode and mobile data check for MMS request executionYe Wen2015-03-021-18/+2
* | | Change bearer to bearer_bitmask.Amit Mahajan2015-04-301-1/+1
|/ /
* | Enable parallel MMS sending or downloadingYe Wen2015-04-021-66/+45
* | Fix NPE caused by ServiceProberYe Wen2015-03-253-7/+11
* | Merge "Fix null proxy problem for MmsHttpClient"Ye Wen2015-02-281-1/+1
|\ \
| * | Fix null proxy problem for MmsHttpClientYe Wen2015-02-271-1/+1
* | | Remove airplane mode and mobile data check for MMS request executionYe Wen2015-02-271-18/+2
|/ /
* | am 7d1eae86: am 189322a5: Redact MMS message URL loggingYe Wen2015-02-263-9/+41
|\ \
| * | am 189322a5: Redact MMS message URL loggingYe Wen2015-02-263-9/+41
| |\|
| | * Redact MMS message URL loggingYe Wen2015-02-193-9/+41
* | | Use Network.openConnection instead of duplicating the codeYe Wen2015-01-263-100/+7
|/ /
* / Fix for broken MMS buildNeil Fuller2015-01-202-16/+20
|/
* Rename reg/unreg OnSubscriptionsChangedListener.Wink Saville2015-01-121-1/+1
* Check airplane mode and mobile data before sendingYe Wen2015-01-062-16/+24
* Don't send charset with Content-Type header by defaultYe Wen2014-12-161-1/+1
* Do not add charset to Content-Type header for some carriersYe Wen2014-12-152-2/+19
* Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId.Wink Saville2014-12-111-3/+3
* Secondary user support - Broadcast intent after MMS is downloadedTom Taylor2014-12-051-0/+47
* Merge "Look up MMS APN using the active MMS APN name" into lmp-mr1-devYe Wen2014-12-042-1/+37
|\
| * Look up MMS APN using the active MMS APN nameTony Hill2014-12-032-1/+37
* | Merge "Use AIDL based API's to comunicate with the carrier app for MMS sendin...Cheuksan Wang2014-12-044-150/+254
|\ \ | |/ |/|
| * Use AIDL based API's to comunicate with the carrier app for MMS sending and d...Abhijith Shastry2014-12-014-150/+254
* | MmsService fixesYe Wen2014-11-262-32/+26
|/
* Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-204-17/+18
* Revert "Additional changes to SubscriptionManager API as per API council."Wink Saville2014-11-204-18/+17
* Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-194-17/+18
* PduParser MSIM support (1/4)Ye Wen2014-11-183-62/+24
* Merge "Add APN logging when doing MMS request" into lmp-mr1-devYe Wen2014-11-142-15/+59
|\
| * Add APN logging when doing MMS requestYe Wen2014-11-122-15/+59
* | Stop persisting MMS into OUTBOX before sendingYe Wen2014-11-124-140/+136
|/
* Update SubscriptionManager API as per API council.Wink Saville2014-11-111-15/+26
* Support multi-sim in mms serviceYe Wen2014-11-077-68/+291
* Use okhttp lib for MMS service HTTP requestYe Wen2014-11-0410-1383/+477