History log of /packages/apps/Dialer/src/com/android/dialer/calllog/PhoneNumberUtilsWrapper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e80d62229bb11a92f0db8d4e4bac6533bbed9b66 09-Oct-2014 Nancy Chen <nancychen@google.com> Enable use of phone accounts for voicemail info display.

Call the "isVoicemailNumber(subId, number)" method instead
of the one with just the number. This is because we need to check
whether a number is the voicemail number for a specific phone account,
otherwise the UI would never correctly display "voicemail" for the
non-default SIM.

Bug:17925501
Change-Id: If1d6cb1acfcb570aca5e639858af8804bac202c0
/packages/apps/Dialer/src/com/android/dialer/calllog/PhoneNumberUtilsWrapper.java
56cb0efa5eda1670077e66fc0e8c79478d0c1c67 21-Feb-2014 Yorke Lee <yorkelee@google.com> Use new ContactPhotoManager APIs for letter tile avatars

*Modify the following uses of ContactPhotoManager.loadPhoto in the following
classes to include a DefaultImageRequest, populated with the contact's
display name, lookupkey, and contact type as necessary

CallDetailActivity
CallLogAdapter
PhoneFavoriteTileView

*Add utility methods to ContactInfoHelper, to parse a lookupUri for a lookup
key, as well as determine whether or not a contact is a business contact,
from its sourceType field.
*Add a sourceType field to PhoneCallDetails which can be used to track
whether or not PhoneCallDetails belongs to a business contact
*Add a lookupKey field to ContactInfo

Bug: 13101785
Change-Id: If339a9c038f92a0212f8f8b45b5e3cc5f6442562
/packages/apps/Dialer/src/com/android/dialer/calllog/PhoneNumberUtilsWrapper.java
2cfb275f9433e485e63caee6da546549f5e1baae 20-Nov-2013 Yorke Lee <yorkelee@google.com> Merge "Remove private references to isUriNumber and getUsernameFromUriNumber"
37d29854313ca0a7807ac4fd5d10d154b79ee2eb 19-Nov-2013 Yorke Lee <yorkelee@google.com> Remove private references to isUriNumber and getUsernameFromUriNumber

These methods in PhoneNumberUtils are pretty specific, so don't make them
public APIs. Instead, use the methods already in PhoneNumberhelper.

Bug: 6948882
Change-Id: I487593543eba526c64588d9a3e70b19b4ed941ab
/packages/apps/Dialer/src/com/android/dialer/calllog/PhoneNumberUtilsWrapper.java
a84ba075107397c8c8fd9a0dee2f664fa139e38f 19-Nov-2013 Yorke Lee <yorkelee@google.com> Merge "Use single instance of PhoneNumberUtilsWrapper"
21d991ee8bab6e2ef7d9df0b268b39053b21cf5b 19-Nov-2013 Jay Shrauner <shrauner@google.com> Fix crash when number is null

Fix crash in various routines when the number is null.

Bug:11766758
Change-Id: I3bcedbd8ada663a8c47528f32e213f653195fe57
/packages/apps/Dialer/src/com/android/dialer/calllog/PhoneNumberUtilsWrapper.java
dbe9db9e26d4c7ca08ba24630e990e25629aac78 18-Nov-2013 Yorke Lee <yorkelee@google.com> Use single instance of PhoneNumberUtilsWrapper

PhoneNumberUtilsWrapper is creating a new instance of the class
everytime it tries to look up an unknown number. Just use a single
instance for this instead to avoid redundant object creation.

Change-Id: I418d95ced42c1db06c63848768050a181defb347
/packages/apps/Dialer/src/com/android/dialer/calllog/PhoneNumberUtilsWrapper.java
d8301f69c9f44b4f27dd3ffb24ce81671fa87f55 22-Oct-2013 Yorke Lee <yorkelee@google.com> Remove private references from Dialer

Remove MathUtils.constrain
Use VisibleForTesting annotation in Guava
Use Sets class in Guava

Change-Id: Ib46e50ae2c0f278f6f588bb769b89ea37d8c5b30
/packages/apps/Dialer/src/com/android/dialer/calllog/PhoneNumberUtilsWrapper.java
a35059abbec801b20d8f75199d8b30cba981e4ce 30-Sep-2013 Christine Chen <christinech@google.com> Filters out legacy unknown numbers.

- Adds "-1", "-2", "-3" as unknown number placeholders for legacy
reasons.
- Disable calling feature for these numbers.
- Show caller info as "Unknown" for these numbers.

Bug: 10966248
Change-Id: Ibb7904685decbc602db33a56c7709279728e503d
/packages/apps/Dialer/src/com/android/dialer/calllog/PhoneNumberUtilsWrapper.java
fb0a934ad90f1855787563eb80f2c8fff7f640ac 14-Sep-2013 Chiao Cheng <chiaocheng@google.com> Follow up on build break to fix unit tests.

Change-Id: I82b7fa50601f6dad60038fd1b9c5f0aad2f374f5
/packages/apps/Dialer/src/com/android/dialer/calllog/PhoneNumberUtilsWrapper.java