summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/common
Commit message (Expand)AuthorAgeFilesLines
* resolve merge conflicts of 9f523b4 to nyc-devWalter Jang2017-02-036-31/+168
* PhoneNumberHelper: formatNumber: check if isEmptyMarcos Marado2016-10-181-2/+4
* Fix crash when block incoming call without caller IDKeith Mok2016-08-161-1/+3
* Finish BlockContactActivity on dialog closedKeith Mok2016-07-191-1/+3
* [1/4] Add cancel callback for BlockContactDialogStephen Bird2016-07-122-7/+26
* Add valid number checks for block menu itemErica Chang2016-06-091-1/+2
* Extract spam information from encoded lookup-uriRohit Yengisetty2016-05-183-2/+23
* Update LookupProvider to new CallerInfoAPI specArtem Shvadskiy2016-05-094-12/+119
* Avoid drawable resources from being scaled.Danny Baumann2016-05-081-3/+37
* Export only selected contact, not all contactsArtem Shvadskiy2016-05-051-0/+1
* Add methods to check valid phone numbers and choose labelRichard MacGregor2016-04-292-0/+55
* Fix height calculation of ContactListItemViewRichard MacGregor2016-04-291-1/+2
* [1/2] Add new method for determining whether to show block optionRichard MacGregor2016-04-141-0/+5
* Remove scaling option for the Front drawable in CheckableFlipDrawableRohit Yengisetty2016-04-111-19/+5
* Contacts : fix RTL ViewPager offset on configuration changeErica Chang2016-04-071-3/+15
* Add origin option to call methods.Stephen Bird2016-03-251-4/+31
* Add BlockContactActivityRohit Yengisetty2016-03-251-0/+77
* Refactor BlockContactHelper and BlockContactDialogFragmentRohit Yengisetty2016-03-254-272/+270
* Tie blocking to blacklist and contact_info providerKamaljeet Maini2016-03-252-0/+193
* Fix derp in labeling that breaks messagingStephen Bird2016-03-251-16/+6
* (2/2) T9 cleanupStephen Bird2016-03-253-105/+23
* Setup mimetypes for regular searchStephen Bird2016-03-253-0/+30
* Add setDrawable to assign a drawable directlyStephen Bird2016-03-251-0/+10
* [1/2] Use provider string instead of user nameRichard MacGregor2016-03-252-16/+2
* Explicity set extra number to null if one does not existStephen Bird2016-03-251-1/+3
* Remove ambient related codeStephen Bird2016-03-251-10/+0
* T9 searchStephen Bird2016-03-253-4/+138
* Setup mime type dataStephen Bird2016-03-252-2/+8
* Fix mimetype lookup for incall pluginsStephen Bird2016-03-256-3/+26
* [2/3] Show incall plugin contacts in favoritesRichard MacGregor2016-03-252-3/+25
* Stability fixes.Erica Chang2016-03-253-6/+39
* Enable support for groups in External contacts accountspulser2016-03-251-0/+5
* Expose method to clean up resources in BlockContactHelperRohit Yengisetty2016-02-241-0/+10
* ContactPhotoManager: Consider BITMAP_UNAVAILABLE as a cache missDiogo Ferreira2016-02-151-1/+1
* Refactor BlockContactHelperRohit Yengisetty2016-01-202-33/+32
* Add lookupkey for Contact in ContactBuilderRohit Yengisetty2016-01-191-1/+11
* Ensure non-null encoded uri before attempting to parseRohit Yengisetty2016-01-141-0/+4
* Add block contact dialog and supporting helper classesRohit Yengisetty2016-01-123-0/+306
* Propagate group default and favorites state into GroupMembershipDataItem.Danny Baumann2016-01-101-1/+14
* Add additional SIM constantsRohit Yengisetty2016-01-081-2/+7
* ContactsCommon: Improve CAF stringsMichael Bestas2015-12-141-17/+14
* Populate group title.Danny Baumann2015-12-023-1/+39
* Clean-up the DefaultImageProvider APIRohit Yengisetty2015-11-241-32/+25
* CheckableFlipDrawable : propagate tint and drawable stateRohit Yengisetty2015-11-192-11/+60
* Fix contact JSON record parsing.Danny Baumann2015-11-181-3/+4
* ContactsCommon: Move contact uri extra to common locationcretin452015-11-181-0/+2
* ContactsCommon: Don't pass contact id in ContactBuildercretin452015-11-183-6/+20
* ContactsCommon: Add ability to show looked up contacts for quick contactsMatt Garnes2015-11-185-72/+812
* SelectAccountActivity : Support local phone accountRohit Yengisetty2015-11-172-15/+7
* string validation: check if the string is emptyMarcos Marado2015-11-171-1/+1