History log of /packages/apps/Dialer/src/com/android/dialer/list/PhoneFavoriteSquareTileView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9bead9c01ab09ebfbd1c2be8555d8c8d4e3cf6bd 21-Sep-2013 Christine Chen <christinech@google.com> Adds star to indicate favorite contacts

- For squared tiles, stars will replace info icons when a contact is a
favorite contact. And clicking on either star or info icon will bring
up the quick contact card.

Bug: 10862067
Change-Id: Ie0ad9e7e5969a70c3bafef5c2bb47fb84cd7ffdb
/packages/apps/Dialer/src/com/android/dialer/list/PhoneFavoriteSquareTileView.java
68a14f2ce071617743b856d14b1f7e90e0e99bcd 30-Aug-2013 Yorke Lee <yorkelee@google.com> Show first name only for Dialer favorites

Bug: 10294357
Change-Id: I0fc8b9bbfb6c54fca800c2ad91f0898db93feedf
/packages/apps/Dialer/src/com/android/dialer/list/PhoneFavoriteSquareTileView.java
d79227c12c925806fe2a40b3d7ac5a6a53096701 17-Aug-2013 Yorke Lee <yorkelee@google.com> Merge "Use swipe helper for swiping" into klp-dev
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/PhoneFavoriteSquareTileView.java
34d5488f5db8cb005ff092cd1079513278be2722 16-Aug-2013 Yorke Lee <yorkelee@google.com> Make info icon launch quick contact

Bug: 10350012
Change-Id: I3eaed3d43bc598175d29b305180e847d0200b4f4
/packages/apps/Dialer/src/com/android/dialer/list/PhoneFavoriteSquareTileView.java
316b4713b2f8f26f393ecc4bb4760512a4a9f096 16-Jul-2013 Christine Chen <christinech@google.com> Adds Drag and Drop UI to the Dialer main view.

- Adds drag and drop listner.
- Changes the FavoritesTileAdapter to use an array stored in cache to
populate the view.
- Adds animation for drag and drop.
- Adds swipe to delete an entry.

Change-Id: I0717fb3d256b2ab2353f86a998de07edb24e9b4c
/packages/apps/Dialer/src/com/android/dialer/list/PhoneFavoriteSquareTileView.java