History log of /packages/apps/Contacts/src/com/android/contacts/widget/QuickContactImageView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5c748642f7a2c88d8ceb5154c9c2803d3f297926 03-Sep-2014 Brian Attwell <brianattwell@google.com> Draw background behind contact photo when needed

When the contact photo might contain some transparent
pixels, draw a background behind the contact photo.

Bug: 17373093
Bug: 17107394
Change-Id: I3f911a80f4822e6429f8006c6711ef020373a271
/packages/apps/Contacts/src/com/android/contacts/widget/QuickContactImageView.java
02eaf11669d25fd885606b3b0700358323532cdd 28-Aug-2014 Brian Attwell <brianattwell@google.com> Use default-corp photos in QC for corps

Also use higher resolution default-avatar images. Now
that we have 720dp photos we no longer need to use the
CENTER scale type. Instead use the CENTER_CROP scale type.

Bug: 16630102
Change-Id: I81db0c0c862d939a18f067bb566a1193b57577c4
/packages/apps/Contacts/src/com/android/contacts/widget/QuickContactImageView.java
d798078346ed33d0ef6bd63655c1ee6870a3e2d6 25-Jun-2014 Brian Attwell <brianattwell@google.com> Default QC avatar

UX still hasn't decided how they want to display the default avatar.
I'm confidant most of the work in this CL will be usable once they
make up their mind.

Change-Id: Id24160d4339b0bd1bdd428c007d32f42942c0a43
/packages/apps/Contacts/src/com/android/contacts/widget/QuickContactImageView.java
9b889e6ef4534db6925e3f915bed281733ea8bc3 24-Jun-2014 Brian Attwell <brianattwell@google.com> Bag o' QC UX improvements

UX and I spent a couple days trying out different tweaks to QC.
This is the result.

Main Changes:
-landscape
-better blending, and interpolation of blended values
-different scrim animation length
-updated colors & dimensions
-scaling of title TextView during scroll
-EdgeEffect color is now dynamic
-Drop shadow size

Bug: 15725269
Change-Id: Ib992b41692704d3d932527cef715693ed7a7f4cc
/packages/apps/Contacts/src/com/android/contacts/widget/QuickContactImageView.java