1. 7109ffa Catch exception for ConnectivityManager.unregisterNetworkCallback by Ye Wen · 9 years ago
  2. 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
  3. f3bdfd7 Default MMS proxy port to 80 and don't skip if port is invalid by Ye Wen · 9 years ago
  4. c2348f8 MMS proxy host dns lookup should happen on mms network by Ye Wen · 9 years ago
  5. 8153aed Better logging for MmsService by Ye Wen · 9 years ago
  6. 4467007 Read MMS config from CarrierConfigManager. by Jonathan Basseri · 9 years ago
  7. e1084c6 Merge "Don't initiate duplicate mms network request" into mnc-dev by Ye Wen · 9 years ago
  8. 97e68dd remove active sub ID check for mms download by Cheuksan Wang · 9 years ago
  9. 428fa0b Don't initiate duplicate mms network request by Ye Wen · 9 years ago
  10. 96069ef Merge "Merge commit '2dbe575' into master_merge" into mnc-dev by Prerepa Viswanadham · 9 years ago
  11. f530063 Merge commit '2dbe575' into master_merge by Prerepa Viswanadham · 9 years ago
  12. c833674 Change bearer to bearer_bitmask. by Amit Mahajan · 9 years ago
  13. a167df7 Enable parallel MMS sending or downloading by Ye Wen · 9 years ago
  14. d78cb30 Fail SmsManager requests if SubId is not active. by Shishir Agrawal · 9 years ago
  15. 8988009 Fix NPE caused by ServiceProber by Ye Wen · 9 years ago
  16. 77ee848 Remove airplane mode and mobile data check for MMS request execution by Ye Wen · 9 years ago
  17. 1f3fb24 Merge "Fix null proxy problem for MmsHttpClient" by Ye Wen · 9 years ago
  18. e03feab Remove airplane mode and mobile data check for MMS request execution by Ye Wen · 9 years ago
  19. 960d2d4 Fix null proxy problem for MmsHttpClient by Ye Wen · 9 years ago
  20. fc80ae2 am 7d1eae86: am 189322a5: Redact MMS message URL logging by Ye Wen · 9 years ago
  21. 7d1eae8 am 189322a5: Redact MMS message URL logging by Ye Wen · 9 years ago
  22. 189322a Redact MMS message URL logging by Ye Wen · 9 years ago
  23. 7a284e5 Use Network.openConnection instead of duplicating the code by Ye Wen · 9 years ago
  24. 6b2ef3b Fix for broken MMS build by Neil Fuller · 9 years ago
  25. 92db751 Rename reg/unreg OnSubscriptionsChangedListener. by Wink Saville · 9 years ago
  26. 9094b94 Check airplane mode and mobile data before sending by Ye Wen · 9 years ago
  27. 0d9a2e2 Don't send charset with Content-Type header by default by Ye Wen · 9 years ago
  28. 857fb76 Do not add charset to Content-Type header for some carriers by Ye Wen · 9 years ago
  29. d16e241 Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId. by Wink Saville · 9 years ago
  30. cdf1e7d Secondary user support - Broadcast intent after MMS is downloaded by Tom Taylor · 9 years ago
  31. e4ca231 Merge "Look up MMS APN using the active MMS APN name" into lmp-mr1-dev by Ye Wen · 9 years ago
  32. 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 · 9 years ago
  33. 068f201 Look up MMS APN using the active MMS APN name by Tony Hill · 10 years ago
  34. 1b2066c Use AIDL based API's to comunicate with the carrier app for MMS sending and downloading. by Abhijith Shastry · 10 years ago
  35. f3debb1 MmsService fixes by Ye Wen · 10 years ago
  36. 79ab3ac Additional changes to SubscriptionManager API as per API council. by Wink Saville · 10 years ago
  37. 8690f9e Revert "Additional changes to SubscriptionManager API as per API council." by Wink Saville · 10 years ago
  38. e05c0f2 Additional changes to SubscriptionManager API as per API council. by Wink Saville · 10 years ago
  39. a813bdf PduParser MSIM support (1/4) by Ye Wen · 10 years ago
  40. 21f1af8 Merge "Add APN logging when doing MMS request" into lmp-mr1-dev by Ye Wen · 10 years ago
  41. 22519cf Stop persisting MMS into OUTBOX before sending by Ye Wen · 10 years ago
  42. 81b722b Add APN logging when doing MMS request by Ye Wen · 10 years ago
  43. ed6f8f8 Update SubscriptionManager API as per API council. by Wink Saville · 10 years ago
  44. 3cf9a94 Support multi-sim in mms service by Ye Wen · 10 years ago
  45. bdb6fe1 Use okhttp lib for MMS service HTTP request by Ye Wen · 10 years ago
  46. a124668 Clean up public API of SubInfoRecord. by Stuart Scott · 10 years ago
  47. a6b72c4 Change subId to int from long by Wink Saville · 10 years ago
  48. 848307f Send HTTP status code back in case of MMS HTTP failure (3/3) by Ye Wen · 10 years ago
  49. 142340c Sprint: MMS proxy authorization does not include NAI by xinhe · 10 years ago
  50. 4ed3735 Do not crash when mms config is not loaded when sending mms by Ye Wen · 10 years ago
  51. 33e8b60 Merge "PT:VZW:CV MMS not able to be sent with messenger app" into lmp-dev by Tom Taylor · 10 years ago
  52. 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
  53. b2823fa Bug 17511639: Ensure that URI permissions kept until downloaded data written by Julian Odell · 10 years ago
  54. bdc2655 Remove CURRENT column check when querying for MMS APN by Ye Wen · 10 years ago
  55. 2ce1dd9 PT:VZW:CV MMS not able to be sent with messenger app by Tom Taylor · 10 years ago
  56. f6d88a7 Send and download MMS via content provider instead of PDU bytes. by Cheuksan Wang · 10 years ago
  57. 4361068 MmsConfig not getting loaded by Tom Taylor · 10 years ago
  58. 211f0b5 Merge "Add synchronization to read access on MmsNetworkManager.mNetwork" into lmp-dev by Ye Wen · 10 years ago
  59. 9e3ad80 Merge "More cleanup prior to unhiding" into lmp-dev by Wink Saville · 10 years ago
  60. db7f2fa Add synchronization to read access on MmsNetworkManager.mNetwork by Ye Wen · 10 years ago
  61. 3e40f4c MMS API cleanup (3/4) by Ye Wen · 10 years ago
  62. 6b88ab7 More cleanup prior to unhiding by Wink Saville · 10 years ago
  63. feb4796 Merge "Save mcc/mnc in SubInfoRecord" into lmp-dev by Tom Taylor · 10 years ago
  64. 3babd67 Save mcc/mnc in SubInfoRecord by Tom Taylor · 10 years ago
  65. 2eca933 Fast fail mms request in airplane mode by Ye Wen · 10 years ago
  66. f268570 Merge "Bug 17262099: MMS API changes (multi-project)." into lmp-dev by Julian Odell · 10 years ago
  67. b83f2fa Bug 17262099: MMS API changes (multi-project). by Julian Odell · 10 years ago
  68. dc1cdf9 Merge "Rename getActivatedXxx to getActiveXxx" into lmp-dev by Wink Saville · 10 years ago
  69. 83e82b5 Rename getActivatedXxx to getActiveXxx by Wink Saville · 10 years ago
  70. 7f3bdf2 Merge "Remove unused code in MmsConfig.Overridden" into lmp-dev by Ye Wen · 10 years ago
  71. 2d09dd0 Remove unused code in MmsConfig.Overridden by Ye Wen · 10 years ago
  72. 4b17f91 Prepare to make SubscriptionManager public. by Wink Saville · 10 years ago
  73. 8a79dc0 Bug 17209369: Save subId in the pdu table when sending/receiving by Shri Borde · 10 years ago
  74. 76b0e86 Handle multi-sim configs by Tom Taylor · 10 years ago
  75. d5ca1fd Change TelephonyManager method name to accurately reflect functionality. by Diego Pontoriero · 10 years ago
  76. a7dccf6 Fix to sql query construction. by Mark Wagner · 10 years ago
  77. c984707 Allow MmsConfig override per request (3/3) by Ye Wen · 10 years ago
  78. c0c6d5e Need to clear Binder calling identity when query MmsProvider by Ye Wen · 10 years ago
  79. 2704c4b Move archived column from pdu/sms to threads (4/4) by Ye Wen · 10 years ago
  80. 0527dc4 Implement broker pattern for imms (2/3) by Ye Wen · 10 years ago
  81. 35415aa Use TelephonyManager API instead of copying logic to get broadcast receiver. by Shishir Agrawal · 10 years ago
  82. 7024491 Add transport type when requesting mms network by Ye Wen · 10 years ago
  83. 4af2d19 Merge "Move MmsService into phone process (1/2)" into lmp-dev by Ye Wen · 10 years ago
  84. b07ae2f Move MmsService into phone process (1/2) by Ye Wen · 10 years ago
  85. 63030b0 CarrierApp: Do not send broadcast if there is no carrier app. by Shishir Agrawal · 10 years ago
  86. 8c027a6 Messaging auto persist switch (4/4) by Ye Wen · 10 years ago
  87. 6f31811 Protecting messagings APIs for carrier access. by Shishir Agrawal · 10 years ago
  88. 18aabe2 New SMS and MMS APIs and semantics (4/4) by Ye Wen · 10 years ago
  89. d676940 Revert "New SMS and MMS APIs and semantics (4/4)" by Colin Cross · 10 years ago
  90. e2b75c7 New SMS and MMS APIs and semantics (4/4) by Ye Wen · 10 years ago
  91. b786d3e Support MMS send/download by carrier app (3/3) by Ye Wen · 10 years ago
  92. 3a14e46 MMS auto persisting (3/4) by Ye Wen · 10 years ago
  93. 49b0461 Move IMms.aidl to frameworks/base (3/3) by Ye Wen · 10 years ago
  94. 4fd5a89 Change MmsService to use new APIs in SmsManager instead of MmsManager by Ye Wen · 10 years ago
  95. 0e6456d Re-enable MmsService to use latest ConnectivityManager API by Ye Wen · 10 years ago
  96. 7ea28ff Fix build by Amith Yamasani · 10 years ago
  97. 18eeec3 Comment out Mms until changes settle. by Robert Greenwalt · 10 years ago
  98. 29d99f9 Set correct return result after MmsRequest retries by Ye Wen · 10 years ago
  99. e1a74c5 Start MmsService as device owner to prevent permission problem by Ye Wen · 10 years ago
  100. 7d5c4f4 Update to new ConnectivityManager API by Robert Greenwalt · 10 years ago