summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/common/ContactPhotoManager.java
Commit message (Expand)AuthorAgeFilesLines
* ContactPhotoManager: Consider BITMAP_UNAVAILABLE as a cache missDiogo Ferreira2016-02-151-1/+1
* Clean-up the DefaultImageProvider APIRohit Yengisetty2015-11-241-32/+25
* ContactPhotoManager - Add ability to fetch contact bitmap based on photo idRohit Yengisetty2015-11-171-5/+31
* ContactsCommon : Remove pending request for get contact bitmapsDanesh M2015-11-171-1/+1
* ContactsCommon : Only use default requests if one is not providedDanesh M2015-11-171-21/+39
* ContactsCommon : Modify ContactPhotoManager to fetch contacts' bitmapsRohit Yengisetty2015-11-171-7/+114
* Add SIM photo for SIM contactsxjiang2015-09-111-26/+83
* Check for permissions in ContactPhotoManagerYorke Lee2015-07-141-0/+4
* Correctly handle BITMAP_UNAVAILABLE in ContactPhotoManagerYorke Lee2015-06-021-0/+3
* Add TrafficStatsTag to ContactPhotoManagerYorke Lee2015-05-281-0/+4
* Don't recache in ContactPhotoManager unnecessarilyYorke Lee2015-05-271-2/+24
* Handle some runtime permissions in ContactsCommonYorke Lee2015-05-221-1/+4
* Store ContactsPhotoManager as singleton.Andrew Lee2015-03-311-10/+15
* Adding User-Agent to URI photo requests in Dialer.Tyler Gunn2015-01-291-1/+27
* Use new RoundedBitmapDrawableFactoryChris Craik2014-08-081-1/+2
* Only kill image requests from the one fragmentBrian Attwell2014-07-231-4/+25
* Catch OutOfMemoryError on photo loadJay Shrauner2014-05-271-1/+1
* Make nearby places photos not look like jellybeansYorke Lee2014-05-221-1/+5
* Set isCircular flag correctly in CallDetailActivityYorke Lee2014-05-191-2/+3
* Correcting issue where businesses with business photo URLs show a personTyler Gunn2014-05-091-10/+92
* Display non-square bitmaps as circlesYorke Lee2014-05-061-0/+18
* Add circular photo support to ContactPhotoManagerYorke Lee2014-05-011-32/+102
* Fixing issue where contact photos are shown in the wrong location due toTyler Gunn2014-04-151-0/+14
* Add support for letter tile avatars to ContactsPhotoManagerYorke Lee2014-02-281-47/+262
* Fix Contact photo flicker in People and DialerYorke Lee2014-02-271-1/+0
* am 7b337210: am 54da47db: am 7ded6b24: Merge "Fade out default avatar when fa...Chiao Cheng2013-11-051-0/+1
|\
| * Fade out default avatar when fading in contact image.Chiao Cheng2013-10-281-0/+1
* | Switch to using ActivityManager.isLowRamDevice in ContactPhotoManagerYorke Lee2013-10-231-5/+6
|/
* Support loading http imagesJay Shrauner2013-09-101-1/+8
* Adding ContactPhotoManager and dependent classes.Chiao Cheng2012-10-161-0/+1218