summaryrefslogtreecommitdiffstats
path: root/src/com/android/mail/photomanager
Commit message (Expand)AuthorAgeFilesLines
* Don't assume that a string isn't emptyMarcos Marado2015-10-181-1/+1
* Updated anonymous avatar.Andrew Sapperstein2014-09-191-1/+1
* New generic avatar. b/17476433Andrew Sapperstein2014-09-181-2/+1
* Allow LetterTileProvider to use a defined fontsizeRégis Décamps2014-09-091-13/+12
* Refactoring in ContactDrawable to pick a color.Régis Décamps2014-09-021-15/+6
* New letter tile palette. b/16219169Andrew Sapperstein2014-07-181-4/+3
* LetterTileDrawable colors from Contacts & BabelBrian Attwell2014-06-251-1/+1
* Use Drawables for senders image. Less animation jank, less GC jank, less memory.Mark Wei2013-09-136-1565/+3
* fix NPEAndy Huang2013-08-281-1/+1
* Fix more warningsScott Kennedy2013-08-021-1/+1
* new allocation-minimizing bitmap decoderAndy Huang2013-07-293-512/+0
* Add fade animations.Mark Wei2013-07-161-13/+9
* Crop attachment previews higher to reveal faces.Mark Wei2013-07-153-24/+83
* Final UI for Attachment Previews.Mark Wei2013-07-122-15/+69
* Attachments in Conversation List: Backend changes so that the appropriateMark Wei2013-07-085-159/+784
* Change how we get a LetterTileProvider for notificationsScott Kennedy2013-06-281-1/+1
* Use letter tiles in notificationsScott Kennedy2013-06-271-13/+22
* Some cleanupScott Kennedy2013-06-271-7/+3
* Clean up a bunch of warningsScott Kennedy2013-06-254-54/+3
* Eliminate unnecessary bitmap creation to improve jankAndy Huang2013-05-132-14/+23
* Prevent an NPEAlice Yang2013-05-131-3/+11
* Prevent infinite loop in ContactPhotoManager.Andrew Sapperstein2013-05-091-3/+7
* Make sender photos match between conv list & view.Andrew Sapperstein2013-05-082-134/+23
* Eliminate preloading.Andrew Sapperstein2013-05-072-228/+4
* Use icon with colored background for sender image.Andrew Sapperstein2013-05-061-15/+22
* Revert "Add analytics support"Paul Westbrook2013-05-012-8/+5
* Add analytics supportPaul Westbrook2013-04-262-5/+8
* am 65e5a530: Merge "Everybody loves colors" into jb-mr2-devAlice Yang2013-04-251-1/+1
|\
| * Everybody loves colorsAlice Yang2013-04-251-1/+1
* | don't generate a default tile again when contact lookup failsAndy Huang2013-04-232-3/+9
* | misc contact photo optimizationsAndy Huang2013-04-212-32/+42
* | optimize contact photos in listAndy Huang2013-04-194-158/+379
|/
* Update drawer UI (Contact Photos, Baseline Align)Rohan Shah2013-04-171-1/+1
* CleanupScott Kennedy2013-04-053-17/+7
* Give color to letter tilesAlice Yang2013-04-041-9/+21
* Attachments in Conversation List: UI changes to display attachment previewsMark Wei2013-04-031-0/+15
* Refactor ContactPhotoManager so we can reuse its preloading and cachingMark Wei2013-04-023-835/+973
* Clean up a bunch of warningsScott Kennedy2013-03-211-7/+1
* Speedup creating letter tilesmindyp2013-01-281-35/+40
* Make it possible to show numbers or letters in scrabble tiles.mindyp2013-01-251-2/+2
* Small tweaks to polish the tilesmindyp2013-01-171-6/+4
* Add white line dividers between multiple contact images; better centering of ...mindyp2013-01-171-42/+10
* New redlines for scrabble tiles; use people default contact icon as fallbackmindyp2013-01-171-31/+79
* Make sure we don't override existing requests for the DivisionCanvasView.mindyp2013-01-151-28/+40
* Improved scaling for letter tiles; match only us lettersmindyp2013-01-111-28/+42
* Fix issue with "me" contact photo never showing up; show gray guy for default...mindyp2013-01-102-4/+7
* Make sure the character rendered in the default tile is always upper casemindyp2013-01-081-1/+1
* Fix edge case where scaling gave us an item smaller than the desired widthmindyp2013-01-081-4/+11
* fixup algorithm for which sender photos we need to show pictures formindyp2013-01-072-22/+8
* Performance tweaks/ cleanup for loading sender contact photosmindyp2013-01-072-157/+74