History log of /packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
07ddb5c577a10e5aa3b4442426a055f3b95d5202 28-Feb-2012 Tom Taylor <tomtaylor@google.com> Strict Mode Warning is displayed when receiving message

Bug 5928704

Instead of updating the DB in the receiver itself, start a small
service and do the update there. Also, update some copyrights for
open source.

Change-Id: I8e9dbcfe4ed23527ba267f3ad7a592e8f27960a8
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
831b1232edf7f01b9d31322083ad0180b2b375b9 20-Jan-2012 Tom Taylor <tomtaylor@google.com> Date of delivery report not available anywhere

Bug 5723399

Show the delivery report date in the message details and in the delivery
report dialog.

Change-Id: I97fb60fc0f53fc23a32de7f568f667b60929654e
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
5b7e0f3442f25481e5ee4ebe4ca37413ddd04b71 17-Nov-2011 Tom Taylor <tomtaylor@google.com> NPE in MessageStatusReceiver.onReceive(MessageStatusReceiver

Bug 5629806
There's a bug when receiving an sms delivered receipt where the message can
end up being null (for several different reasons) and the code tries
to dereference the message. I wasn't able to repro the bug, but I beefed
up the code and tested it with null.

Change-Id: I28c4a04e867234a16b632b9ef95c0c7169902192
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
2b04a715ca8aba549ead0bc2b45f650386962c15 28-Sep-2011 Jake Hamby <jhamby@google.com> Update Mms app to pass SMS message format to SmsMessage.createPdu().

In order to correctly decode incoming SMS PDUs on devices that support
both 3GPP and 3GPP2 formatted messages, pass the new "format" extra
from the SMS_RECEIVED_ACTION broadcast intent to the new createFromPdu()
method in SmsMessage that takes an extra format parameter.

Change-Id: If77c31cf4a6d837d2647ea65d7ff76588c3a1624
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
faa17561a2f8d7e0e1693770f90e78e7b9bf5c7b 02-Feb-2011 Sang-Jun Park <sj2202.park@samsung.com> Fix the delivery report error

Although TP-status is PENDING or FAILED, delivery report is displayed.
Only in case of SUCCESS, it should be displayed to users.

Change-Id: I00eeed61f8797ff1d468c0bf23a7f3431ed02fae
Signed-off-by: Sang-Jun Park <sj2202.park@samsung.com>
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
3b21f6ab04db5936d73e9f53032f1587389380ff 22-Mar-2010 Tom Taylor <tomtaylor@google.com> Fix DB query on the UI thread

Move a notification query on the UI thread to a worker thread.
Any calls from UI threads (which includes receivers) are made
nonblocking. Calls from non-UI threads (which includes services)
are blocking. Tested various scenarios and checked threads in the
debugger. Bug 2524765 and bug 2533501.

Change-Id: I38213b7202957bdb103058b657be04bfe6b085dc
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
c36deab7d27940a07554cc424114d9c9ddd36552 11-Mar-2010 Tom Taylor <tomtaylor@google.com> Don't show toast

When the sms delivery report setting is turned on, only show a toast
on a delivery receipt, not for every received message. Bug 2501111

Change-Id: I29bf90ea250bd3d7f2e9f5a0bceac769bfa53e94
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
f7e8281a223af6228e6399055a6197a1edd9bc3a 09-Mar-2010 Tom Taylor <tomtaylor@google.com> Remove mms-common

Get rid of the mms-common library and move the mms files back into the
framework where they originally came from.

Change-Id: I8ce2b0a2a3cfc6b7da13ce0e791173c09dd8f0f5
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
fd644551e8506266aad2b76463b51b44154ed62f 29-Jan-2010 Tom Taylor <tomtaylor@google.com> Update refs now that MMS is removed

Move MMS to mms-common library. Update imports.

Change-Id: I28fa24a68c27977eba58cb62f2667596d3abe2c4
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
6be18bedb5b87dbbcdb54f37d5a0945bd0f71377 17-Dec-2009 Tom Taylor <tomtaylor@google.com> Unbundling work

This is the first step in unbundling the Mms app. Some of the changes include:
- moving some of the Mms code from the framework into the app itself.
- same with emoticons
- remove dependency on internal drawables and add local copy to mms
- some dependencies on various internal classes now moved to android-common library
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
e3baaa51cd25b52c7a24e381319926b9da00abdf 02-Sep-2009 Wei Huang <weih@google.com> don't vibrate by default for new message notifications in MMS app.

- also fix cursor management.

Change-Id: I7a786b8651408c3803abe9eddf1921e4344821b8
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
37321876549776417f035118f157d9531f73de6b 02-Apr-2009 Wink Saville <> AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger.

Automated import of CL 144245
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
72735c62aba8fd2a9420a0f9f83d22543e3c164f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
892f2c5bf965b1431ae107b602444a93f4aad4a3 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java
8eed706474910ccb978acda03e85d3261037da6e 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Mms/src/com/android/mms/transaction/MessageStatusReceiver.java