History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
114c36573f4860ccbc2d4fd041228b95576d89be 26-Nov-2014 Jay Shrauner <shrauner@google.com> Fix cursor exception in getThumbnailSize

Check for null cursor and check return value of moveToFirst before reading.

Bug:18527155
Change-Id: Id2fc5ff8e22c59968443a1e66d59f24480f045b2
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
382b6dacb5d1582fa198c84825489d846ba9e5bc 06-Sep-2014 Jay Shrauner <shrauner@google.com> Move non telecomm schemes to ContactsUtils

Pull telecomm schemes from PhoneAccount in framework

Bug:17398074
Change-Id: I3e73be01949c254a142fe8a4faea062899d35266
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
ca2ae1848c20aced422c44249b57e9dd3a1353eb 03-Sep-2014 Jay Shrauner <shrauner@google.com> Fix NPE in QuickContactActivity

Return Pair of nulls to callers instead of single null when get invalid
request so that they can dereference first and second without null checking
the Pair object itself.

Bug:17360477
Change-Id: I2a11fe4c39e0004aae95c9240b331a4fa654d58a
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
c219d047ada3c8f7a43e850baa7c7acb71252870 08-Jul-2014 Paul Soulos <psoulos@google.com> Moves more Im Intent functions to ContactsUtils

Change-Id: I2b1462f91ec385cd203475bc2b550df11a576e09
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
35408bef2b7a180dfa5860e87d4d62209d9d1e09 07-Jul-2014 Paul Soulos <psoulos@google.com> Moves getCustomIMIntent to Util class

Change-Id: I7b8f818becb5e0e1d855db742de053d9a23a09a2
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
88bede3df22a27296afcec83c2f2f430d1bc1372 28-May-2014 Yorke Lee <yorkelee@google.com> Fix broken Contacts tests

Fix broken dependencies on InjectedServices because its name space
was conflicting with the TestCommon package in ContactsCommon

After rebuilding both ContactsCommon and Contacts, you might have to
clear out your data/app folder by doing

adb root; adb remount; adb shell
cd data/app
rm *.*

and then doing adb sync again

Change-Id: Ie67ef6fbba14768cb37f76dfd3c52dd343ed478c
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
c9ab53284252c67011dd10aef850a568e5aa614c 29-May-2014 Ed Heyl <edheyl@google.com> Fix build breakage: Revert "Fix broken Contacts tests"

This reverts commit dca4d855aac546f0969113d611355aaf3a698656.

Change-Id: If68bf7fd2191c8403b8e3fe18d22610fc96dab4a
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
dca4d855aac546f0969113d611355aaf3a698656 28-May-2014 Yorke Lee <yorkelee@google.com> Fix broken Contacts tests

Fix broken dependencies on InjectedServices because its name space
was conflicting with the TestCommon package in ContactsCommon

After rebuilding both ContactsCommon and Contacts, you might have to
clear out your data/app folder by doing

adb root; adb remount; adb shell
cd data/app
rm *.*

and then doing adb sync again

Change-Id: Iabbe19b4a40d3ec76c410c0352ea48ba9e344a34
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.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/ContactsUtils.java