History log of /packages/apps/Mms/src/com/android/mms/ui/DeliveryReportListItem.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d64419030e1fec1e751695dab3bd7236e2fb0214 02-Aug-2012 Roger Chen <cxr514033970@gmail.com> Clean and format all imported packages

Change-Id: I2e45f5ba1d56b9b17314a8b0f4c0fc1a5d8fc4d9
Signed-off-by: Roger Chen <cxr514033970@gmail.com>
/packages/apps/Mms/src/com/android/mms/ui/DeliveryReportListItem.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/ui/DeliveryReportListItem.java
d12d6808584a4f8ef2c589618013dd9e4d4e3f23 02-Apr-2010 Mark Wagner <mxw@google.com> don't crash trying to show the delivery report if it doesn't exist

Apparently you can click on the error icon to go back into compose
message activity with the original text and original address
prepopulated -- so you can fix it up. But for reasons that aren't
clear (it's not clear if it's even intentional) we continue to also
show the failed message item with the failure icon. If you long
press on that item we include a menu item for showing the delivery
report. Clicking on that fails to find the item in the sms or mms
table and we crash.

This change makes it so that we're more resilient to this state.
In other words we don't crash. The dialog which shows the delivery
report is somewhat ugly in this case but acceptible in my opinion.

Change-Id: Ie34c32c83982ff0d506e0102813370e1e7c49a12
/packages/apps/Mms/src/com/android/mms/ui/DeliveryReportListItem.java
715e32f97bd9d8ce4b5ba650b97ba4b137150456 18-Nov-2009 Tom Taylor <tomtaylor@google.com> Fix ANR from calling Contact.get()

The Contact.get() API allows the caller to specify whether the operation
can block (looking up contact info in the DB) or not. There are about 10
places where various callers were passing "true" to canBlock, all coming
from the UI thread. We've previously fixed Contact.get() to always return
a Contact, with the number filled in, even if we don't have the contact
in the cache. With this change, never block the UI thread getting a contact.
The worst side-effect should be showing a number, instead of a name.
Fixes bug 2265631.
/packages/apps/Mms/src/com/android/mms/ui/DeliveryReportListItem.java
33a87f96f8c625aa10131a77a3968c97c4ec5a62 27-May-2009 Ficus Kirkpatrick <ficus@android.com> Remove all references to ContactInfoCache except those in Contact.

This is in preparation for moving the database logic from ContactInfoCache
into Contact and removing the old cache.
/packages/apps/Mms/src/com/android/mms/ui/DeliveryReportListItem.java
66dde9460badebf8e740275cabde9cca256006eb 16-Apr-2009 Ficus Kirkpatrick <ficus@android.com> Stop requiring a Context to be passed in to ContactInfoCache.

It already has a perfectly good one sitting around in its instance.
/packages/apps/Mms/src/com/android/mms/ui/DeliveryReportListItem.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/ui/DeliveryReportListItem.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/ui/DeliveryReportListItem.java
59d72c57ce9c319b6cd43ce2ab36b7076c9e821f 19-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@132276
/packages/apps/Mms/src/com/android/mms/ui/DeliveryReportListItem.java
0f236f55349f070ac94e12cca963847173393da8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/Mms/src/com/android/mms/ui/DeliveryReportListItem.java
8eed706474910ccb978acda03e85d3261037da6e 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Mms/src/com/android/mms/ui/DeliveryReportListItem.java