History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/StructuredNameDataItem.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b235b2caad71358784e9564346781edd3dfe034f 30-Jul-2015 Jay Shrauner <shrauner@google.com> Fix references to PHONETIC_NAME_STYLE

ContactsContract.StructuredName and ContactsContract.Organization contain
a hidden PHONETIC_NAME_STYLE string that causes public users instead to get
an incorrect value inherited from ContactNameColumns. Remove unused
uses of PHONETIC_NAME_STYLE and rewrite ValuesDelta usage to use the DATA11
column. Change copyStringFrom() so that it doesn't always populate an entry
for null values.

Bug:22825056
Change-Id: Ide28b12e55c27c3d5fc6140184bcd2a7d0c98a60
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/StructuredNameDataItem.java
f1ad9a4f204c7f1ec6fa87e3e9dae55d2f815269 02-Mar-2015 Walter Jang <wjang@google.com> Check for super primary key before using it in quick contacts

Bug 19514122

Change-Id: Idb6e7272308500efb11af02ed57e591cd3aba131
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/StructuredNameDataItem.java
103b9de0c5fe83c8397eb9249c3f1294d1fca368 28-Feb-2015 Walter Jang <wjang@google.com> Use the super primary name on the quick contact about card title 1/2

Bug 19124091

Change-Id: I6e30a518ae97049a5c267751563798014cfee713
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/StructuredNameDataItem.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/StructuredNameDataItem.java