History log of /packages/apps/Mms/src/com/android/mms/data/RecipientIdCache.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
db8958a358ad2aa4766027893f3d324007ab976c 14-Apr-2010 Brad Fitzpatrick <bradfitz@android.com> Fix Cursor NPE when closing.

BUG=2595862

Change-Id: I81d432417cb02d785cd98ac24007728f0ada4644
/packages/apps/Mms/src/com/android/mms/data/RecipientIdCache.java
09a75ac1d3710e60dbe78ead3dee6863ffb380ca 08-Apr-2010 Wei Huang <weih@google.com> bug #2438230: more logging for Conversation and Recipient cache.

- add more logging to try to catch the mismatching contact/thread bug.
- add selective checking to make sure thread id and recipients are not compromised.

Change-Id: I038dca4f7b32bf822ef68e344c7a6eaf8990e328
/packages/apps/Mms/src/com/android/mms/data/RecipientIdCache.java
5e99cf133219e11a0a3ec1f37131b7d6811b7fb3 22-Mar-2010 Tom Taylor <tomtaylor@google.com> Turn off debug info

Put the debug info behind a boolean that's normally set to false so it
doesn't get printed out by default. Bug 2534247

Change-Id: I80271cccf9d7158c57f950a9f7075419846b8c2b
/packages/apps/Mms/src/com/android/mms/data/RecipientIdCache.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/data/RecipientIdCache.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/data/RecipientIdCache.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/data/RecipientIdCache.java
6595d80abc6ab706ae296e9e51351c8ef6299219 11-Nov-2009 Wei Huang <weih@google.com> bug 2251648: fix a bug where the Conversation's recipients field failed to be initialized.

- this caused by a recent change to store the recipient id key as a Long instead of a String
in RecipientIdCache. It's an easy fix.
/packages/apps/Mms/src/com/android/mms/data/RecipientIdCache.java
431e11d429783c07eca6e789de0518d17b42fb74 07-Nov-2009 Wei Huang <weih@google.com> bug 2236535: find a way to update the stale canonical_addresses entries with new SMS/MMS number.

- when the user sends a message, let's check if the new message's address is different than the one
stored in the recipientId's cache. If it is, let's update the cache and the underlying canonical_addresses
table in the db, so we wouldn't keep using a bad number for future references.

Change-Id: I3ac9940fa3c37d29c7398cac4535915249469563
/packages/apps/Mms/src/com/android/mms/data/RecipientIdCache.java
8074e71a4cdf1a8548743e38155f1bcea04d05fe 01-Jul-2009 Tom Taylor <tomtaylor@google.com> Fix bug 1929981 - Monkey bug situation.

The monkey found and/or generated a situation where there's a contact
with an empty number. Prevent the empty number from poisoning the recipient
list downstream.
/packages/apps/Mms/src/com/android/mms/data/RecipientIdCache.java
1d98ae0b203e01034ddead4214d1520ce863a23b 22-May-2009 Ficus Kirkpatrick <ficus@android.com> New data model for contact information.
/packages/apps/Mms/src/com/android/mms/data/RecipientIdCache.java