1. d0b410f Fix always using carrier package on DSDS by Sahin Caliskan · 5 years ago
  2. cff7167 Wake up all MMS requests when wait timeout is expired by Taesu Lee · 8 years ago
  3. b169029 Remove ResolvUtil dependency by Erik Kline · 6 years ago
  4. 2a83a31 Bypass private DNS for Mms by Remi NGUYEN VAN · 6 years ago
  5. b12b703 Add messageId null check in persistIfRequired. by Nikola · 7 years ago
  6. 5ce5c2e Update SubscriptionManager API by replacing 'id' & 'idx' with 'index'. by Sanket Padawe · 7 years ago
  7. 904cf68 Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  8. f37c91b 31613454 Prevent setting up network twice for receiving MMS by Sahin Caliskan · 8 years ago int/n/fp2
  9. d0c5b20 Bump up MMS network request timeout and don't retry by Andre Furtado · 8 years ago
  10. 44108ec Close connection after MMS request if configured by carrier by Ye Wen · 8 years ago
  11. eeb364a Wait for IPv4 provisioned when connecting to IPv4 MMS URL by Ye Wen · 8 years ago
  12. fc9fe67 Change to use Phone instead of PhoneBase/PhoneProxy by Amit Mahajan · 8 years ago
  13. be48240 Merge "Send MMS with international (no NANP) destination address in CDMA/GSM network" into nyc-dev by Shri Borde · 8 years ago
  14. 7d02fef MmsService should listen for ACTION_CARRIER_CONFIG_CHANGED by Tom Taylor · 8 years ago
  15. 646b805 MmsConfigManager in MmsService uses wrong action name for ICC loaded intent by Tom Taylor · 8 years ago
  16. ab1cade Send MMS with international (no NANP) destination address in CDMA/GSM network by Xia Ying · 8 years ago
  17. d5e8b78 Merge "Adapt to carrier messaging service API change." into nyc-dev by Ji Yang · 8 years ago
  18. abb8a5b Suppress blocks after sending MMS to emergency services. by Abhijith Shastry · 8 years ago
  19. cd6e4d0 Adapt to carrier messaging service API change. by Ji Yang · 8 years ago
  20. 033ab5c Unhiding MSIM APIs. by Shishir Agrawal · 8 years ago
  21. 41ad26b Clean up USER_OWNER in mms by Xiaohui Chen · 9 years ago
  22. 7109ffa Catch exception for ConnectivityManager.unregisterNetworkCallback by Ye Wen · 9 years ago
  23. c26d819 Merge "Default MMS proxy port to 80 and don't skip if port is invalid" into mnc-dr-dev by Ye Wen · 9 years ago
  24. f3bdfd7 Default MMS proxy port to 80 and don't skip if port is invalid by Ye Wen · 9 years ago
  25. c2348f8 MMS proxy host dns lookup should happen on mms network by Ye Wen · 9 years ago
  26. 8153aed Better logging for MmsService by Ye Wen · 9 years ago
  27. 4467007 Read MMS config from CarrierConfigManager. by Jonathan Basseri · 9 years ago
  28. e1084c6 Merge "Don't initiate duplicate mms network request" into mnc-dev by Ye Wen · 9 years ago
  29. 97e68dd remove active sub ID check for mms download by Cheuksan Wang · 9 years ago
  30. 428fa0b Don't initiate duplicate mms network request by Ye Wen · 9 years ago
  31. 96069ef Merge "Merge commit '2dbe575' into master_merge" into mnc-dev by Prerepa Viswanadham · 9 years ago
  32. f530063 Merge commit '2dbe575' into master_merge by Prerepa Viswanadham · 9 years ago
  33. c833674 Change bearer to bearer_bitmask. by Amit Mahajan · 9 years ago
  34. a167df7 Enable parallel MMS sending or downloading by Ye Wen · 9 years ago
  35. d78cb30 Fail SmsManager requests if SubId is not active. by Shishir Agrawal · 10 years ago
  36. 8988009 Fix NPE caused by ServiceProber by Ye Wen · 9 years ago
  37. 77ee848 Remove airplane mode and mobile data check for MMS request execution by Ye Wen · 9 years ago
  38. 1f3fb24 Merge "Fix null proxy problem for MmsHttpClient" by Ye Wen · 9 years ago
  39. e03feab Remove airplane mode and mobile data check for MMS request execution by Ye Wen · 9 years ago
  40. 960d2d4 Fix null proxy problem for MmsHttpClient by Ye Wen · 9 years ago
  41. fc80ae2 am 7d1eae86: am 189322a5: Redact MMS message URL logging by Ye Wen · 9 years ago
  42. 7d1eae8 am 189322a5: Redact MMS message URL logging by Ye Wen · 9 years ago
  43. 189322a Redact MMS message URL logging by Ye Wen · 9 years ago
  44. 7a284e5 Use Network.openConnection instead of duplicating the code by Ye Wen · 9 years ago
  45. 6b2ef3b Fix for broken MMS build by Neil Fuller · 10 years ago
  46. 92db751 Rename reg/unreg OnSubscriptionsChangedListener. by Wink Saville · 10 years ago
  47. 9094b94 Check airplane mode and mobile data before sending by Ye Wen · 10 years ago
  48. 0d9a2e2 Don't send charset with Content-Type header by default by Ye Wen · 10 years ago
  49. 857fb76 Do not add charset to Content-Type header for some carriers by Ye Wen · 10 years ago
  50. d16e241 Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId. by Wink Saville · 10 years ago
  51. cdf1e7d Secondary user support - Broadcast intent after MMS is downloaded by Tom Taylor · 10 years ago
  52. e4ca231 Merge "Look up MMS APN using the active MMS APN name" into lmp-mr1-dev by Ye Wen · 10 years ago
  53. 8f256ce Merge "Use AIDL based API's to comunicate with the carrier app for MMS sending and downloading." into lmp-mr1-dev by Cheuksan Wang · 10 years ago
  54. 068f201 Look up MMS APN using the active MMS APN name by Tony Hill · 10 years ago
  55. 1b2066c Use AIDL based API's to comunicate with the carrier app for MMS sending and downloading. by Abhijith Shastry · 10 years ago
  56. f3debb1 MmsService fixes by Ye Wen · 10 years ago
  57. 79ab3ac Additional changes to SubscriptionManager API as per API council. by Wink Saville · 10 years ago
  58. 8690f9e Revert "Additional changes to SubscriptionManager API as per API council." by Wink Saville · 10 years ago
  59. e05c0f2 Additional changes to SubscriptionManager API as per API council. by Wink Saville · 10 years ago
  60. a813bdf PduParser MSIM support (1/4) by Ye Wen · 10 years ago
  61. 21f1af8 Merge "Add APN logging when doing MMS request" into lmp-mr1-dev by Ye Wen · 10 years ago
  62. 22519cf Stop persisting MMS into OUTBOX before sending by Ye Wen · 10 years ago
  63. 81b722b Add APN logging when doing MMS request by Ye Wen · 10 years ago
  64. ed6f8f8 Update SubscriptionManager API as per API council. by Wink Saville · 10 years ago
  65. 3cf9a94 Support multi-sim in mms service by Ye Wen · 10 years ago
  66. bdb6fe1 Use okhttp lib for MMS service HTTP request by Ye Wen · 10 years ago
  67. a124668 Clean up public API of SubInfoRecord. by Stuart Scott · 10 years ago
  68. a6b72c4 Change subId to int from long by Wink Saville · 10 years ago
  69. 848307f Send HTTP status code back in case of MMS HTTP failure (3/3) by Ye Wen · 10 years ago
  70. 142340c Sprint: MMS proxy authorization does not include NAI by xinhe · 10 years ago
  71. 4ed3735 Do not crash when mms config is not loaded when sending mms by Ye Wen · 10 years ago
  72. 33e8b60 Merge "PT:VZW:CV MMS not able to be sent with messenger app" into lmp-dev by Tom Taylor · 10 years ago
  73. c7f8841 Merge "Bug 17511639: Ensure that URI permissions kept until downloaded data written to content provider." into lmp-dev by Julian Odell · 10 years ago
  74. b2823fa Bug 17511639: Ensure that URI permissions kept until downloaded data written by Julian Odell · 10 years ago
  75. bdc2655 Remove CURRENT column check when querying for MMS APN by Ye Wen · 10 years ago
  76. 2ce1dd9 PT:VZW:CV MMS not able to be sent with messenger app by Tom Taylor · 10 years ago
  77. f6d88a7 Send and download MMS via content provider instead of PDU bytes. by Cheuksan Wang · 10 years ago
  78. 4361068 MmsConfig not getting loaded by Tom Taylor · 10 years ago
  79. 211f0b5 Merge "Add synchronization to read access on MmsNetworkManager.mNetwork" into lmp-dev by Ye Wen · 10 years ago
  80. 9e3ad80 Merge "More cleanup prior to unhiding" into lmp-dev by Wink Saville · 10 years ago
  81. db7f2fa Add synchronization to read access on MmsNetworkManager.mNetwork by Ye Wen · 10 years ago
  82. 3e40f4c MMS API cleanup (3/4) by Ye Wen · 10 years ago
  83. 6b88ab7 More cleanup prior to unhiding by Wink Saville · 10 years ago
  84. feb4796 Merge "Save mcc/mnc in SubInfoRecord" into lmp-dev by Tom Taylor · 10 years ago
  85. 3babd67 Save mcc/mnc in SubInfoRecord by Tom Taylor · 10 years ago
  86. 2eca933 Fast fail mms request in airplane mode by Ye Wen · 10 years ago
  87. f268570 Merge "Bug 17262099: MMS API changes (multi-project)." into lmp-dev by Julian Odell · 10 years ago
  88. b83f2fa Bug 17262099: MMS API changes (multi-project). by Julian Odell · 10 years ago
  89. dc1cdf9 Merge "Rename getActivatedXxx to getActiveXxx" into lmp-dev by Wink Saville · 10 years ago
  90. 83e82b5 Rename getActivatedXxx to getActiveXxx by Wink Saville · 10 years ago
  91. 7f3bdf2 Merge "Remove unused code in MmsConfig.Overridden" into lmp-dev by Ye Wen · 10 years ago
  92. 2d09dd0 Remove unused code in MmsConfig.Overridden by Ye Wen · 10 years ago
  93. 4b17f91 Prepare to make SubscriptionManager public. by Wink Saville · 10 years ago
  94. 8a79dc0 Bug 17209369: Save subId in the pdu table when sending/receiving by Shri Borde · 10 years ago
  95. 76b0e86 Handle multi-sim configs by Tom Taylor · 10 years ago
  96. d5ca1fd Change TelephonyManager method name to accurately reflect functionality. by Diego Pontoriero · 10 years ago
  97. a7dccf6 Fix to sql query construction. by Mark Wagner · 10 years ago
  98. c984707 Allow MmsConfig override per request (3/3) by Ye Wen · 10 years ago
  99. c0c6d5e Need to clear Binder calling identity when query MmsProvider by Ye Wen · 10 years ago
  100. 2704c4b Move archived column from pdu/sms to threads (4/4) by Ye Wen · 10 years ago