diff options
author | Yorke Lee <yorkelee@google.com> | 2014-04-18 14:05:01 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2014-04-21 15:27:32 -0700 |
commit | efb2d9c2e32ca4ed434ff785c4b3d18c9e08db6d (patch) | |
tree | ce2311920dedaebf8abaa33f139e21502ffd4c5b /proguard.flags | |
parent | 93dcef71c7ea7a99ef4067ab3dea79a263b9613b (diff) |
Use PhoneFavoritesTileAdapter directly in GridView
This CL moves the adapter that contains the speed dial contacts into
its own GridView that lives in PhoneFavoritesFragment. This is the
first step to splitting up PhoneFavoritesMergedAdapter into
a list of shortcuts and a grid of contacts, and also get rid of the
convoluted ContactTileRow logic within PhoneFavoritesTileAdapter, to
facilitate a future transition to RecyclerView.
* PhoneFavoritesTileAdapter now directly returns PhoneFavoriteTileViews
rather than ContactTileRows.
* Deleted a lot of unnecessary complicated logic within
PhoneFavoritesTileAdapter that had to do with ContactTileRows.
* Simplified and rewrote animation logic so that animations now perform
as expected within the GridView. In the future this may not be necessary
if RecyclerView is used.
* Rewrote layout/measurement logic for PhoneFavoriteTileView. It now
determines its height directly based on what its measured width is.
* Replaced PhoneFavoritesListView in PhoneFavoriteFragment with a
standard GridView
* Delete stale PhoneFavoriteTileAdapter tests
Notes:
Call shortcut cards are now temporarily missing due to this change
Bug: 13963734
Bug: 13933092
Bug: 13419223
Change-Id: I71e8970667589e4024d00e9af2c8b45c843c5db1
Diffstat (limited to 'proguard.flags')
0 files changed, 0 insertions, 0 deletions