History log of /packages/apps/Dialer/src/com/android/dialer/list/SwipeHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5b2e21098d84e94fd629e5e07c3bbb66bf9b5d95 18-Sep-2013 Hongwei Wang <hwwang@google.com> Smooth drag and drop scrolling

Bug: 10686781
Change-Id: I4435b5b1087c132d1f94978489cdacac1ac519f3
/packages/apps/Dialer/src/com/android/dialer/list/SwipeHelper.java
362c4441b65f63dfc3cf933d569aba6e00dc168a 05-Sep-2013 Hongwei Wang <hwwang@google.com> Tone down the sensitivity of swipe for square contact tiles

Bug: 10510033
Change-Id: I57961e3f7dcc8c65dfb814afd808d01b68803f14
/packages/apps/Dialer/src/com/android/dialer/list/SwipeHelper.java
3686e68c873ffc83e086797abed6c883185737f2 24-Aug-2013 Yorke Lee <yorkelee@google.com> Fix bug in SwipeHelper

If a child is swiped and then a scroll happens immediately after
while the swipe animation is still occurring, the onChildDismissed callback
happens on the newly scrolled view, not the originally swiped one.

Bug: 10257340
Change-Id: I7e030cee155f4ead5479b1c31069d8cf78659d46
/packages/apps/Dialer/src/com/android/dialer/list/SwipeHelper.java
5a1db1cd6a8addc0401529454bde6e1d15f215a0 17-Aug-2013 Yorke Lee <yorkelee@google.com> Prevent multiple swipes at one time

Bug: 10257340
Change-Id: I550ce45b30ba036e6479ad5f8b5126a69b29c167
/packages/apps/Dialer/src/com/android/dialer/list/SwipeHelper.java
11ee58b1b8711c6d3b2ade6a71835b6c102a08a7 13-Aug-2013 Yorke Lee <yorkelee@google.com> Use swipe helper for swiping

* Use SwipeHelper for swiping, in SwipeableListView for regular favorites.
SwipeHelper and SwipeableListView are copied from DeskClock, with minor
modifications (to prevent swiping or call log items, and all contact buttons).
* Make ContactTileRow implement SwipeHelperCallback so that tiled favorites
can be swiped.
* Remove PhoneFavoriteGestureListener
* Add selectable item backgrounds to undo buttons on removal dialog
* Moved common code shared by PhoneFavoriteRegularRowView and
PhoneFavoriteSquareTileView to PhoneFavoriteTileView
* Standardize layout ids for phone_favorite_regular_row_view and phone_favorite_tile_view
* Add long click listener to PhoneFavoriteTileView to trigger the start of a drag
and drop operation
* Remove any contact entries that are in the removal dialog phase if the app is paused

Bug: 10257340
Bug: 10341201
Bug: 10328093
Bug: 10290239
Bug: 10262721
Bug: 10257340

Change-Id: I20448048b658759f6de75d643d2150be5a6ba8af
/packages/apps/Dialer/src/com/android/dialer/list/SwipeHelper.java