History log of /frameworks/ex/common/java/com/android/common/widget/CompositeCursorAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7c76d5f2cd2cc35e7c4f33264d5f281c96351377 20-Jan-2011 Gilles Debunne <debunne@google.com> Preventive fix in setNotificationsEnabled

This code
setNotificationsEnabled(false);
...
notifyDataChanged();
...
setNotificationsEnabled(false);

should not notify that a change happended.

Change-Id: Ia639530dcc2a34c24a7edbe2d2ba3530d22cacb9
/frameworks/ex/common/java/com/android/common/widget/CompositeCursorAdapter.java
55f04311fb40ccadb224f1a4dc1b8ff473dfdf03 01-Sep-2010 Dmitri Plotnikov <dplotnikov@google.com> Correct formating of an email when name is unknown

Also, reducing the number of change notifications

Change-Id: If075fee9a96dc8191c264fc34162969afe4027b6
/frameworks/ex/common/java/com/android/common/widget/CompositeCursorAdapter.java
5cc774535d73c09b6788b63ecc728e60da09cfa9 27-Aug-2010 Dmitri Plotnikov <dplotnikov@google.com> General purpose email address autocomplete

Change-Id: I3545805e2e31eb645c54394545f625b35a6e366f
/frameworks/ex/common/java/com/android/common/widget/CompositeCursorAdapter.java
60ae52719e0567fa5b1860df19807716951eca50 20-Aug-2010 Dmitri Plotnikov <dplotnikov@google.com> Moving CompositeCursorAdapter from contacts/widget to common/widget

The class has been used in contacts for a while,
now it will be shared with Gmail, Email and Calendar
for the purposes of integration with Directory API.

Change-Id: I86258dfff426e246d7791b737af574c47b935c7f
/frameworks/ex/common/java/com/android/common/widget/CompositeCursorAdapter.java