History log of /packages/apps/Contacts/src/com/android/contacts/util/DataStatus.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7f10d5670893aad216a90adba12b1faeec9b42a7 24-Feb-2011 Dmitri Plotnikov <dplotnikov@google.com> Social widget to have quick contact or navigation to social app

Bug: 3451506
Change-Id: I5538a381a19137c76258baee8a2309fe347e6ee2
/packages/apps/Contacts/src/com/android/contacts/util/DataStatus.java
9fcf4b162328ccc35a473a1b3c11f4d02ab06bca 06-Aug-2010 Eric Fischer <enf@google.com> Fix code to refer to the right package for this string.

It must have moved but the obsolete translations kept the old reference alive.

Change-Id: Ie03f069b58aeaf48c411f6f7d6b42be0cc198609
/packages/apps/Contacts/src/com/android/contacts/util/DataStatus.java
b7da2d0f30e012f786686bedea065af01f20a4e2 08-Oct-2009 Jeff Sharkey <jsharkey@android.com> Allow omission of RES_PACKAGE for status attributions.

FastTrack was being overly cautious about attribution labels
coming from third-party sources. When no RES_PACKAGE is
defined, we now fall back to using the local package instead
of completely dropping the attribution line.

Fixes http://b/2175531
/packages/apps/Contacts/src/com/android/contacts/util/DataStatus.java
624ddc3cce02e3d9216e87564766fd86e814675d 02-Oct-2009 Jeff Sharkey <jsharkey@android.com> Include Google Talk presence, even when missing Im rows.

When inserting Google Talk presence updates, we match on
both Im and Email rows. This change adds presence "dots"
to individual Im rows, and creates in-memory Im rows when
Email entries have presence.

This loads status details through a second query and holds
back building UI until both queries finish. This change
also generalizes logic for building Im intents borrowed
from FastTrack code.

This change also fixes a regression that was dropping third-
party data rows. The second-query approach above allows us
to remove a large chunk of code that was using old API.

Fixes http://b/2161796
/packages/apps/Contacts/src/com/android/contacts/util/DataStatus.java