History log of /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/PduParser.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7c0f4b973245126bd4cca33eb3c5d53b99e9b51a 01-Apr-2015 Ye Wen <ywen@google.com> Fix PDU part ordering in PduParser

Nova does not send SMIL. When sending multiple images, the second image
part and so on would match content-type "type" param and being inserted
in reverse order (PduParser.checkPartPosition). This change makes sure
if "start" param does not match part's content id, the part will be
appended to the list and shortcut the "type" check.

b/19607294

Change-Id: Idfebd0cac35b637e4d6d6513d5dc6170d7262ff1
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/PduParser.java
032e0398ba2770edd52c543482afbae6f92ff29b 17-Nov-2014 Ye Wen <ywen@google.com> PduParser MSIM support (2/4)

PduParser needs to know if Content-Disposition part header is supported
for a specific carrier. Originally this is loaded directly from system
resource in PduParser. This won't work for multi-SIM, which requires
getting that config based on carrier. This change adds parameter to
indicate if this header is supported and requires caller to provider the
config.

b/18371228

Change-Id: I2394dbb9551280037ad52e6983e35fa1f26d86ca
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/PduParser.java
526ecd1799a2fc467cfce114eae3578b42ccb786 06-Jul-2014 Ye Wen <ywen@google.com> Move mms lib (mms-common) code into telephony (telephony-common) (1/2)

Auto persisting WAP push code would cause circular dependency. So move
mms lib code into telephony

Change-Id: Iae3875662bca140280224ad2dc92c1d8dfac1d9e
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/PduParser.java