History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/RelationDataItem.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd073921920248486deb9b0e9ec9895382eb7e8f 22-Oct-2014 Jay Shrauner <shrauner@google.com> Fix NPE in getKindTypeColumn

Need to check hasKindTypeColumn before calling getKindTypeColumn.
Use TextUtils.equals for null safe string comparison.

Bug:18085367
Change-Id: I436b7b0843844d7041a572f0501cdf88baa059e4
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/RelationDataItem.java
45d8dd98608fe7dc65becf1b5e34e7ec8c097371 28-Jul-2014 Paul Soulos <psoulos@google.com> Adds tests and makes sure all DataItem types collapse correctly

Bug: 16517558
Change-Id: Ib819864dce11818861d455efbf2b9059d91f622c
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/RelationDataItem.java
5ade0bb1757b216ace2f50d2357409bf9876a07a 28-Oct-2013 Yorke Lee <yorkelee@google.com> Move ContactLoader related code to ContactsCommon

This CL simply moves classes from Contacts into ContactsCommon.

This is needed so that Dialer can use ContactLoader related code
for b/11294679. A ContactLoader will also be needed in the future
to allow InCallUI to download hi-res photos while in call.

Bug: 11294679
Change-Id: If56a60aed2003ac7b8fcedac7ce4f1a7503bce94
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/RelationDataItem.java