History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/model/ContactLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9e66cdef6e5657cd1fd75e316dec8fb2d94694f0 05-Dec-2014 Tyler Gunn <tgunn@google.com> Adding ContactLoader support to suppress contact photo loading.

Bug: 17308163
Change-Id: I3311fd18d666e1de33296fea00f49855b240d938
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ContactLoader.java
b0b0a23bfb21c4a52003784b179932fb775885e4 24-Nov-2014 Jay Shrauner <shrauner@google.com> Fix too many variables SQLiteException

De-dup the set of accounts associated with the raw contacts before
appending to the SQL query.

Bug:18510108
Change-Id: Ia135a656965bdcfc76df28d60f0636d562f76382
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ContactLoader.java
cd9993ef634735bb595c14b8d218ffe95df0fc74 30-Aug-2014 Zheng Fu <zhengfu@google.com> Making display name optional for directory contacts.

Bug: 17034954
Change-Id: I0ebec04ddad3cc1c8d979b02f834e5d544e8d6f3
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ContactLoader.java
81ea79651426f833a56f5270242dc4dac15c500e 27-Aug-2014 Brian Attwell <brianattwell@google.com> Merge "ContactLoader always stores thumbnail blob" into lmp-dev
78c550493787bc702a80f124c1eda067cffb9444 27-Aug-2014 Brian Attwell <brianattwell@google.com> ContactLoader always stores thumbnail blob

Bugle always uses Contact.PHOTO for color extraction. Therefore, in
order for Contacts' color extraction to match Bugles' color extraction
ContactLoader needs to include Contact.PHOTO regardless of whether a large
contact photo is available.

Previously, Contacts was downscaling the full sized image returned from
ContactsLoader. The resulting thumbnail was different enough from the thumbnails
synced by ContactSyncAdapter that about 20% of contact photos had different
extracted colors in Bugle and Contacts.

Bug: 17258486
Change-Id: Ib274da7bd6b6159a91beee0b2e35e0ffdfaab74a
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ContactLoader.java
d7705a1b6595b57e250f21856c01bf734aa4d5fd 27-Aug-2014 Yorke Lee <yorkelee@google.com> API changes for ContactsContract

* Remove usages of NAME_VERIFIED
* Update ContactLoader tests
* Also fix broken unit tests as a result of ProviderInfo not having
an authority.

Bug: 17253963
Change-Id: I887fb291fa4de8db6859655956a80898d1ee618c
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ContactLoader.java
2c4f0b1683d93b799d6275a4e62db0596ec04532 23-Jun-2014 Paul Soulos <psoulos@google.com> Adds support for DataUsageStatColumns

Change-Id: I9f3a538284106605ba55cc42ac757b157c3ebd42
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ContactLoader.java
e5c5236faa007d2bb52af9e83618efc859a93682 18-Mar-2014 Yorke Lee <yorkelee@google.com> Remove unused fields in ContactLoader

RawContacts.ACCOUNT_TYPE_AND_DATA_SET
Data.RES_PACKAGE

These fields are private in ContactsContract and are not
actually used anywhere else within Contacts or Dialer.

Bug: 6948882

Change-Id: Ie5ca6d9c37fa40f2c5d7d27e15fdbf745f8fc74f
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ContactLoader.java
9f51c9a0ec70ebc9945cc6d93e1441e455ad7775 17-Mar-2014 Yorke Lee <yorkelee@google.com> Remove unused Groups.ACCOUNT_TYPE_AND_DATA_SET column from query

Bug: 6948882
Change-Id: Ic11a4f826c1fa6aa461b0b1312fd215ae9b4b126
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ContactLoader.java
23fe38b225346526e3f425570f3648dd7d893a5d 28-Jan-2014 Jay Shrauner <shrauner@google.com> Fix potential NPE with null cursor

Detect and handle null cursors returned from CP2 queries.

Bug:12767708
Change-Id: I7bc4f97848a59140aba5a2c924c79fdc2749b150
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ContactLoader.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/ContactLoader.java