History log of /frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduPersister.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4c80e1addeee093e0b9e7ad6f918cdcda92f6c3b 23-Oct-2012 Tom Taylor <tomtaylor@google.com> Crash trying to save a draft with a picture from the gallery

Bug 7374081

Change the persister api's to accept a HashMap of opened inputStreams
for the parts. The inputStreams are opened on the UI thread, but the
actual persisting takes place on a non-UI thread.

Change-Id: I5b886b8d12dd06f2a9e63232f7f7560815338673
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduPersister.java
34d50cb71769cc37fd733722ca2891bf9e364da6 17-Oct-2012 Tom Taylor <tomtaylor@google.com> Empty draft created on deleting a group MMS message

Bug 7360609

Don't create a pdu row with a NULL thread id. Use zero.

Change-Id: I332a3cfd1c95dcc7bdfe581cdccbf97dbc4aa8de
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduPersister.java
e1f17ce8cd1f968b1273938a05ef9237862827d4 12-Oct-2012 Tom Taylor <tomtaylor@google.com> MMS creates a new thread when receiver is not in the Message thread

Bug 7334111

The bug is due to the phone not knowing its own number and hence, not being
able to remove the phone's own number from the list of recipients. The simple
fix for one-to-one chats is to not add the TO recipients when there's only
one recipient, because we know that's going to be ourself.

Change-Id: Iec54949e53c350974b8291e389f61b323f1b23f2
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduPersister.java
ab17014baf326d69a5bfd153622a1d7da6a4f9ce 09-Oct-2012 Tom Taylor <tomtaylor@google.com> Support group mms setting

Bug 6970173

Pass in a parameter to persist() to tell the function whether to use
all of the recipients when finding/creating the matching threadId or
just use the sender. This is needed for enabling/disabling group mms.

Change-Id: I2f28b7891b6689425cf41a26fb3d84a446886fc1
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduPersister.java
23480fbe75113d2658cc5437d9b0745de17c8faf 08-Sep-2012 Tom Taylor <tomtaylor@google.com> Group MMS flickers between white square and received message when initially checking

Bug 7113015

Update the new text_only column in the pdu if the message only contains
text and not any other attachments.

Change-Id: I083504349437104c43582dde1f7a787dfabe2cab
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduPersister.java
a67e3955994a976ab5fafceb86055d98a100bcc0 06-Sep-2012 Tom Taylor <tomtaylor@google.com> Optionally create threadid

Bug 7081327

Change-Id: I072d62196f8147d235173fd9abf99e322aacfdd8
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduPersister.java
1ed1a2641e07daf80d7a9dda693b4384ad8d0b37 29-Aug-2012 Tom Taylor <tomtaylor@google.com> Unable to receive MMS on Mako

Bug 7077996

Restore a null check that was in the original code and fix sending messages
to myself.

Change-Id: I0e1e9211a3e00deb264ebc724e6fed849ee77f39
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduPersister.java
d02b0b273f4915d1873bbb5472492380451b84ff 29-Aug-2012 Tom Taylor <tomtaylor@google.com> Support group mms

Bug 6282172

Add some logging code (turned off) to the pdu parser to make it easy to
see what's in the pdu. When we're looking for a thread that an incoming
message belongs to, use all the recipients the message was addressed to.

Change-Id: I791c9594d9645903bb392f0fb29dc8522159c424
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduPersister.java
d02a064168ae5c916b977182b764580e601cb084 14-Jun-2012 Wink Saville <wink@google.com> Create mms-common

mms-common was created by moving all of
frameworks/base/core/java/com/google/android/mms
to:
frameworks/opt/mms

Change-Id: I7b9f491e19161d86ccfffc01ace826de23ef167e
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduPersister.java