History log of /packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0e847677919b24223c822b1f2e278e7d3e0264cb 09-Oct-2014 Andrew Lee <anwlee@google.com> Remove accessibility delegate on shortcut card.

An accessbility delegate is set in the Call Log Adaptor to
automatically expand the call log list item when tapped in
accessibility mode. We don't want this for the shortcut card,
because it shouldn't be expandable.

When not doing this expansion, the shortcut card now obtains
accessibility focus and reading properly.

Change the description text for the shortcut card so it reads
"call back #/name". Should update this later with a string to
include the other information, but it's not straightforward to
do right now.

Bug: 17929331
Change-Id: I691fe238ea436916ab7505c39039b6c1cea27781
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
515bd5d6bd69220eb80f6d58eb5bf9540ef5b50a 12-Sep-2014 Jay Shrauner <shrauner@google.com> Fix cursor handling in CallLogQueryHandler

Remove dead code and fix potential leak.

Bug:17472228
Change-Id: I0d628b20efa424c049457b57b4a669670d3d51ed
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
b4bad67915864a3f726de70ef2cf08a3a941ea70 22-Aug-2014 Andrew Lee <anwlee@google.com> Align shortcut card to top while scrolling.

Bug: 16462679
Change-Id: I031909df291a25bf4894fbd34d06d163a195d94d
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
005303e4b1da7fff6e7d441c95936b1ba9eaa934 06-Aug-2014 Yorke Lee <yorkelee@google.com> Fix shortcut card clipping bug

Bug: 16820091
Change-Id: Ibbcb90a97f54797e95d813f8e532f9118503d674
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
946ec05d2a7535f30367558e18e73e1cf74deb6b 23-Jul-2014 Nancy Chen <nancychen@google.com> Add disambiguation phone icon to recent phone call

Adding phone icon to recent phone card to differentiate behavior from a
regular call log item.

Bug: 15188371

Change-Id: I7de2c019e318f8d74a7783c7a566239f9d4e1725
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
266a8ac75ab0cd0c0529cf342f8ab33ab1095b20 03-Jul-2014 Santos Cordon <santoscordon@google.com> Make dialer use PhoneManager.cancelMissedCallsNotification.

Change-Id: I1e8de39efe0918b974cf949e80e15e4c85c1a70c
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
9acb9b8df357d82e0bce0cb59705783d6b0003aa 14-Jun-2014 Andrew Lee <anwlee@google.com> Fix recent cards background color to white.

Change-Id: If5944e1d7b7f78c05792f5ebd2a9d8f4350fbc3d
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
bcb91d9c9539e03fdaec74bb38acecdd34552257 10-Jun-2014 Andrew Lee <anwlee@google.com> Adjust recent cards animation.

= Make the card clip more gradual (half that of before).
= Accelerate the opacity fade so the content does not intersect with
the card bounds when clipping.
= Shift the search text 2dp to the left to better align with the
recent card content.
= Adjust the y translation of the recent card to "center" vertically.

Bug: 15470880
Change-Id: I63b0742ff61d995b50257961bb317fa5d043a1bd
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
757ca2485e5bf9b52a0c929384d4c198e25a706f 04-Jun-2014 Yorke Lee <yorkelee@google.com> Correctly reset all wrapped CallLogListItemView attributes

Since we are doing our own internal recycling of CallLogListItemViews
for the ShortcutCardsAdapter, make sure to correctly reset all related
attributes when adding a new child view

Bug: 15413649
Change-Id: Ic4907082646f9d8ad9a5ac157ed58b219984d5d3
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
53e2ce195ed7d06d5dca8ae8bd02f6990e090a0d 02-Jun-2014 Yorke Lee <yorkelee@google.com> Fix for recent card shadow disappearing

Correctly initialize and save initial starting state of translationZ

Bug: 15387296
Change-Id: I7725dc34c656d015b5b3a5fc4b20eccf11966d9e
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
b5189b3230ded26c44186505b1a9222df322a57e 30-May-2014 Andrew Lee <anwlee@google.com> Update margins/paddings on the shortcut card.

Bug: 15345202
Change-Id: Iae7143ab84519cf4a04ed9c1f555e5bcd8716516
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
955393ba53d56b011055dde3af83ec3e26b27b4a 29-May-2014 Andrew Lee <anwlee@google.com> Adjust recent cards redline.

- Changed secondary call log item color to lighter grey.
- Take 1dp off the bottom of the recent card.
- Take 2dp off the margin below the recent card.

Bug: 15196725
Change-Id: I0dd159a098947128258b7d49f946f2420738a06b
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
649fc77497df79f2837f314a53fafdd2dd2c67aa 23-May-2014 Yorke Lee <yorkelee@google.com> Tweak card clipping effect

Bug: 15165470
Change-Id: I5e61d23dc02237d0cd7c0e3646ce71b93a68a143
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
758626883585eb77d7671d5b43d77dc13fcef686 19-May-2014 Yorke Lee <yorkelee@google.com> Replace 9patch with shadow on searchbox with elevated view

Bug: 14900155
Change-Id: Ib315cf449a0059a11ac50ba6e5a04b15e2db35a9
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
fa019b44e44bd2dc41dcc61c72294c0510239a7f 14-May-2014 Evan Charlton <evanc@google.com> resolved conflicts for merge of bbc6a46d to master

Change-Id: Ic1b8e4ee7f2541c3c2f2ee2c862707aa1bfe364a
28ad26784e48ff6e26b32a371923ed70f9aff9a7 26-Apr-2014 Yorke Lee <yorkelee@google.com> Animate disappearing shortcut card

While framework support for outline clipping is still being worked
out, use View.setClipBounds to achieve a simpler form of this
animation.

Bug: 14282356

Change-Id: I2b698e9932e9b67bd2746a3973bbfca20a8d24a7
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
1467993a7198348dd6e0be53d8e09e341f241912 24-Apr-2014 Yorke Lee <yorkelee@google.com> Add shadows to call shortcut cards

Change-Id: I9bf8dba8a0cc54a18b0d465b11b60ca297cf4a12
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java
d999b71452baebec789f6f58f1955d30e834826d 24-Apr-2014 Yorke Lee <yorkelee@google.com> Rename classes

Renamed PhoneFavoriteFragment to SpeedDialFragment
Renamed PhoneFavoriteMergedAdapter to ShortcutCardsAdapter

Change-Id: I5b16ff576332b44c10e1abb44689147cd41c26b5
/packages/apps/Dialer/src/com/android/dialer/list/ShortcutCardsAdapter.java