6e607d54ce08ebcc78d94963646a42605697f132 |
|
16-May-2012 |
Maurice Chu <mochu@google.com> |
Fixed contact detail animated transitions When selecting different contacts on a tablet, the animation is to set the contact details pane to white and fade in the new contact details. From quick contacts view (from Group or Favorites tab and launcher screen shortcut), if quickcontact is opened up and user touches the image, then when transitioning back to the contact details, the contact details shows all white and then transitions in the new contact details without showing the previously selected contact details. Bug: 6194409 Bug: 6324730 Change-Id: I5f56d46aef338b5d7a22e548548c42054656f381
/packages/apps/Contacts/src/com/android/contacts/widget/TransitionAnimationView.java
|
cf3d9f04955a8ec3cb405b8a4ddcaddcece2a245 |
|
08-Mar-2012 |
Daniel Lehmann <lehmannd@google.com> |
Fixed various issues around cross-fades * Fixes the layout in portrait tablet * Introduces the same cross-fade when going from group to group * Reduces memory consumption by creating the transition-bitmap on demand (takes 40ms on Xoom) * Simplifies the layout files by removing some configuration options that we aren't using anyway * Split the detail views for contact and groups, so that the animation of one doesn't affect the other Bug:6117161 Change-Id: I2509c9387de6b1ac60dbc9b694564291910bde72
/packages/apps/Contacts/src/com/android/contacts/widget/TransitionAnimationView.java
|
2f41fe6bcc8d055bf53ad070425552fad57dff21 |
|
29-Feb-2012 |
Daniel Lehmann <lehmannd@google.com> |
Reintroduce cross-fade on tablet when going from one contact to the next Bug:6009407 Change-Id: I6044963d1b4737ebdd2d3b5fded71281841f0d81
/packages/apps/Contacts/src/com/android/contacts/widget/TransitionAnimationView.java
|
35168ccd8beda015ae5fd6ca25972fc21e422865 |
|
03-Aug-2011 |
Dianne Hackborn <hackbod@google.com> |
Clear bitmaps from canvases after done drawing to them. Change-Id: I6a6283b5e02fa0ef822112796d8bb4b6ea20728d
/packages/apps/Contacts/src/com/android/contacts/widget/TransitionAnimationView.java
|
7913fd1634c84d04417125b9145d5db49b22ab05 |
|
11-Jan-2011 |
Chet Haase <chet@google.com> |
Animator resources now live in res/animator Change-Id: Ia150d536dd068a6f6dcfd0e18e5aa6e7121932d2
/packages/apps/Contacts/src/com/android/contacts/widget/TransitionAnimationView.java
|
bcf864578e0fe25813af75f33f5560709a5c8515 |
|
24-Nov-2010 |
Dmitri Plotnikov <dplotnikov@google.com> |
Recycling bitmaps in TransitionAnimationView. This reduces memory pressure, but does not actually fix the leak. Bug: 3226188 Change-Id: Ia305bfe0f7101d1da7355a7721a8519676fcf442
/packages/apps/Contacts/src/com/android/contacts/widget/TransitionAnimationView.java
|
11a2cb156aedd48424651508689e56374fb10a25 |
|
17-Nov-2010 |
Dmitri Plotnikov <dplotnikov@google.com> |
Disabling transition animation when view has size=0 Change-Id: I261c22d07631c356e7ef1ad0a8cacf0fa78b4906
/packages/apps/Contacts/src/com/android/contacts/widget/TransitionAnimationView.java
|
58d8be3ff47747454afdfadfe2f566a183cdee3b |
|
15-Nov-2010 |
Dmitri Plotnikov <dplotnikov@google.com> |
Resolving a race condition between animations Bug: 3194333 Change-Id: I01cc841fc7b9e6ec037f8334de18cebf12d746a7
/packages/apps/Contacts/src/com/android/contacts/widget/TransitionAnimationView.java
|
dfbe752b2b96e5a00cff6b936a3bdc194774a0aa |
|
12-Nov-2010 |
Dmitri Plotnikov <dplotnikov@google.com> |
Clean-up of several small issues (Thanks Chet for the review) Change-Id: Icb845bf74bcd277101bc1a048eaf8d57a5777ec1
/packages/apps/Contacts/src/com/android/contacts/widget/TransitionAnimationView.java
|
85609edf326d86d4a2b67be3610f8de7cce28d1d |
|
12-Nov-2010 |
Dmitri Plotnikov <dplotnikov@google.com> |
Contact detail transition animation Change-Id: I0ee47a78940d68092c518a35fbe1c78a2b5323db
/packages/apps/Contacts/src/com/android/contacts/widget/TransitionAnimationView.java
|