History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ed9d955576d03b8e234be51b881302f0f273a35e 27-Jun-2016 Wenyi Wang <wenyiw@google.com> Merge contacts src-N/ and src-pre-N/ dirs (2/3)

Bug 30124466

(cherry picked from commit 68378150328d720af5c084ae04b3007ce4118a63)

Change-Id: Idcb3fb3a1cb571b5d3575ca3d55f0f84bc20eb31
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
1ce67b80f05339488effc7ce3facfb0e27d3544e 08-Jun-2016 Tingting Wang <tingtingw@google.com> Stop relying on BuildCompat to tell whether N+ devices.

BUG 29180192

Change-Id: If862a6e33f217c4bdb7ae98a440c63f30ac1e56f
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
edbbd6d89137a3addf82d121cb3d785fe3074889 02-Jun-2016 Wenyi Wang <wenyiw@google.com> Get rid of CODENAME and use BuildCompat instead

Bug 28954561

Change-Id: I5323833c42484e71a885c0bb2bc1ecf884e873b1
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
f0f6f3110faa155fe36d93fd521e3f94c9624bb9 31-May-2016 Wenyi Wang <wenyiw@google.com> Fix helper methods in contacts utils

Bug 28954561

Change-Id: I4af27b4f6c05eaad7a10a10a3f007d3792fc4803
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
f9adef9d8c5d38501e4006917712c1338f26f220 27-May-2016 Wenyi Wang <wenyiw@google.com> Use targetSdkVersion 24 and remove startsWith("N")

Bug 28954561

Change-Id: I318eed3f5723014c9dec4326ca9077aa4491d56b
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
e56cdf5d1e293daf881a3fe41c42ec9a193c3165 30-Jan-2016 guanxiongliu <guanxiongliu@google.com> Deleting obsolete code and changing code structure since we stop prompting user to add account when
no account available
Bug:25161189

Change-Id: Ie8541089ecef3a2e8e4ab5d5d61c954bc64dd953
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
f3eb5a207bfe0ff3b4ed2350ae5865ed8bc59798 07-Jan-2016 Victor Chang <vichang@google.com> Show work badge icon/description in InCallUI/Dialer

1. Add work profile icon asset from ic_enterprise in go/icons
2. Add UserType and helper function to determine UserType

BUG=26082618

Change-Id: I38ee25a3e9bc71b2c9e1ba57dacb72067b92ace1
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
053c2aee65e46bbbf9962f5fda9e7dd8c9f79e7e 23-Dec-2015 Victor Chang <vichang@google.com> Allow google dialer code to be compiled against M and N SDKs for enterprise features

Following dialer's practice, use src-N and pre-N to separate implementation
in different build sdk

BUG=26312016

Change-Id: Ia9bd420cb2a96b1c31aa3ce2a61fd772b8811f2e
/packages/apps/ContactsCommon/src/com/android/contacts/common/ContactsUtils.java
44192bbce136eda4305e8ffa2cafc7663b3e25d2 01-Dec-2015 Victor Chang <vichang@google.com> Make Dialer app handles work directory correctly in Search bar

BUG=25899500

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