History log of /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/PduPersister.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
224c43f95f64c1182295346afd13e631389f2e3b 27-Apr-2017 Tom Taylor <tomtaylor@google.com> 37544704 PduPersister is not doing a safe Uri comparison

* The PduPersister had some code where it checked uris for
equality, but didn't use the safe .equals method.

Test: manual test of sending and receiving mms's.

Bug: 37544704

Change-Id: Ice99eef84ebc92a45387b107a3806392e6269e9e
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/PduPersister.java
f7709a98365632fc4be571847cb63c7efeefeb9e 23-Feb-2017 Tom Taylor <tomtaylor@google.com> 22851197 Messaging Application crash with unsupported type's URI

This bug and AOSP patch arrived last July. Supposedly, I
merged the change, but it's certainly not fixed in bugler, nor in various
copies of PduPersister in Android's master. Fixing all the locations
now.

Test: manual - sent/received MMS's to verify the change didn't break
existing behavior.

Bug: 22851197
Change-Id: I14af32478c2ba0f4c95a86c21acc21962c19c41a
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/PduPersister.java
8c90b1263ad9ee3a29ec2af435779d095c5cacc7 09-May-2016 Tom Taylor <tomtaylor@google.com> [DS] Change a different way to get all subId

Bug 28667616

This is a cherry-pick from https://partner-android-review.googlesource.com/#/c/219847.
It wasn't a "clean" merge because the multi-sim apis changed quite a bit
since the original CL.

Change-Id: Ib4a446e8753784c1a34765a80feefd9aa828be76
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/PduPersister.java
089a13f65c9bac16543ec2270152649bb3c77127 28-Aug-2014 kschulz <k.schulz@samsung.com> Fixed missing size of incoming MMS messages

The message size was set to 0 for incoming mms messages.
This makes some BT MAP clients behave faulty when fething
a list of messags from the device.

BUG: 17389452, 17311194
Change-Id: I89b2f2cf5e2dbbc389edb2275ad21a0174a3115e
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/PduPersister.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/PduPersister.java