summaryrefslogtreecommitdiff
path: root/src/com/android/dialer/calllog/ContactInfoHelper.java
AgeCommit message (Collapse)Author
2014-07-14DO NOT MERGE Added report button to UI and database.Sai Cheemalapati
It toasts when clicked for now. The database is not updated when it is clicked yet. Bug: 11150383 Change-Id: Ifd588bdfb36dd8a96977a870071a064726f6e669 (cherry picked from commit 3eae4825ee9a29bd43c9b01d3cbf92de6ad3eb11)
2014-06-12Prevent existing cached normalized numbers from being overwritten.Tyler Gunn
Fixed case where if a number is not in your contacts and it has a cached normalized number in the call log, viewing the call log will delete the normalized number. Bug: 15591755 Change-Id: I7111ca6a2aacaebb0adfb15ccb5e6dc0792e2016
2014-03-31Ensure contact identifier is consistent for all letter tile avatarsYorke Lee
The contact identifier used for letter tile avatar colors was different in the call log because it is decoded by UriUtils. Ensure that we pass in the encoded version to ContactPhotoManager. Bug: 13720625 Change-Id: Ifcb9a9ddcc9c46b3f98944babdcb976e56facfe9
2014-03-11Add null check in ContactInfoHelper.isBusinessYorke Lee
Bug: 13415510 Change-Id: Ie099d661edbc4de8c7b3625fed006d10f0d757dd
2014-02-28Use new ContactPhotoManager APIs for letter tile avatarsYorke Lee
*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
2013-11-19Remove private references to isUriNumber and getUsernameFromUriNumberYorke Lee
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
2013-10-08Don't show PII in logs for JSON-encoded urisYorke Lee
Bug: 11127944 Change-Id: Id362b5bcd5822779aa070143f5d292da70e85ed1
2013-09-28Change cached info to interfaceJay Shrauner
Change AOSP cache API to interface and move DB data types to GoogleDialer Bug:10980951 Change-Id: I37eb07f672458ab4d8789ecc4e9f2f60745de862
2013-09-11Add enable reverse number lookup link to call card.Chiao Cheng
Bug: 10525344 Change-Id: I6f01110e76222a2558374426675e285cfca5801b
2013-09-09Add URI for unknown contacts to enable quick contact badgeYorke Lee
Bug: 10600250 Change-Id: I38dc59d3c6637593353601f03dbc067c36abdde7
2013-08-28Use contacts cache in call log adapterYorke Lee
Bug: 10490038 Change-Id: I4c7fc5094f76dfaaa321bc69d595f37bb72f87ad
2012-10-23Removing contacts dependencies from CallDetailActivity.Chiao Cheng
Bug: 6993891 Change-Id: I3ef54efc0ff92367ea4f9b68c1629a99d90ff22c
2012-08-21Initial move of dialer features from contacts app.Chiao Cheng
Bug: 6993891 Change-Id: I758ce359ca7e87a1d184303822979318be171921