History log of /frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09 07-Apr-2011 Joe Onorato <joeo@google.com> Remove the deprecated things from Config.java. These haven't been working since before 1.0.

Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
/frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java
fa680a18f617de202912b8a9fe3fc0890a9fe09e 05-Mar-2011 Soojung Shin <sj46.shin@samsung.com> am ff5a0990: Added to check for supporting mms content-disposition, utf8 decoding.

* commit 'ff5a09904fb05f2776f1bbf1dd3915f38031190c':
Added to check for supporting mms content-disposition, utf8 decoding.
ff5a09904fb05f2776f1bbf1dd3915f38031190c 02-Mar-2011 Soojung Shin <sj46.shin@samsung.com> Added to check for supporting mms content-disposition, utf8 decoding.

Change-Id: Ieae1bb2ac36675f569fb21285ca6ef289c367bf7
Signed-off-by: Soojung Shin <sj46.shin@samsung.com>
/frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java
aa0f5550cbfe713d5a08e25b734b6b976ca1a127 21-Jul-2010 Tom Taylor <tomtaylor@google.com> am 92010ff5: am dbac180d: Fix a merge problem with html mms

Merge commit '92010ff5cf014c0ff73ee4ad4bb169dd916a15a9' into gingerbread-plus-aosp

* commit '92010ff5cf014c0ff73ee4ad4bb169dd916a15a9':
Fix a merge problem with html mms
92010ff5cf014c0ff73ee4ad4bb169dd916a15a9 21-Jul-2010 Tom Taylor <tomtaylor@google.com> am dbac180d: Fix a merge problem with html mms

Merge commit 'dbac180d8342a7db2bb9994f937869eecb6b50ff' into gingerbread

* commit 'dbac180d8342a7db2bb9994f937869eecb6b50ff':
Fix a merge problem with html mms
dbac180d8342a7db2bb9994f937869eecb6b50ff 21-Jul-2010 Tom Taylor <tomtaylor@google.com> Fix a merge problem with html mms

Html mms message support was added back in Jan '10. At that time, we
had moved the mms code out of the framework into the mms app. We decided
to back out that change and leave the mms code in its original place.
As a result, the changes to support html messages were lost. This
handmerged CL restores those changes. I'll cherry-pick this into master
as well. Bug 2858888

Change-Id: Icf8835edc8ac396698c167be5433a6fe1cfe6103
/frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java
14f1eb57db8c2b541a7e110cbf5a4eaf9cacc6b3 01-Jun-2010 takuo <kitame@gmail.com> Should accept "application/vnd.wap.multipart.alternative" message.

Unfortunately, PduParser does not allow application/vnd.wap.multipart.alternative as M-RETRIEVE.CONF but some Mobile carrier send message with this type.
This patch allows that and take the first part of multipart as message body.

It fixes http://code.google.com/p/android/issues/detail?id=8957

Change-Id: Ic93259c91331d1e67100439114b7c4f43a834368
/frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java
42b21c3333f97877648daf90a9daaa86334a8d79 30-Apr-2010 takuo <kitame@gmail.com> Parse custom text header and ignore it.

Some MMS carrier append own custom header as text into PduData. We should parse it and ignore it at the moment.

Change-Id: I4d6cf20f5cf99172ebbe310ab18101316eb04c77
/frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java
334dc0b2709826d3b913de655b4b0125b143ecb3 29-Apr-2010 takuo <kitame@gmail.com> Parse "multipart/vnd.wap.multipart.alternative" which is a part of multipart body (nested multipart).

And take the first part of parsed as a parent part data.

Change-Id: I2752654f41d642524061802772e2a7eaa10a4e2d
/frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java
a87afd07c0093cab638e9ef9bc2c53c8200ca711 09-Mar-2010 Tom Taylor <tomtaylor@google.com> Remove mms-common library

Put the Mms files back in the framework where they've been since 1.0.

Change-Id: I3c449468053ddd82d35c45a06d71957de660bf99
/frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java
5e342fa3260044353705c946d3ae62c89df52ee6 29-Jan-2010 Tom Taylor <tomtaylor@google.com> Remove MMS from the framework

The MMS code has been moved into the mms-common library.
Move SqliteWrapper (and make it hidden) into the database
directory because Telephony.java depends on it. Create a mmscommon
library similar to androidcommon for a number of files used both
by the telephony layer, by mms, and by myfaves.

Change-Id: I2e23e87c4961b87c42a4c8a63f812fa9e0e44dec
/frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/java/com/google/android/mms/pdu/PduParser.java