History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
84a652ef252493066a8e09fd5110472158e7b568 28-Aug-2014 Brian Attwell <brianattwell@google.com> Apply card padding when fragment becomes unhidden

Refactor ContactListViewUtils to reduce copy and pasting.

Apply padding inside ContactEntryListFragment#onHiddenChanged().

Bug: 17303217
Bug: 17135027
Change-Id: I8f972f1a503fdbf7561aea1c5fef9316c49a0bac
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
87e29f060b8fe7a1f8794955ded14617214af0ed 26-Aug-2014 Zheng Fu <zhengfu@google.com> Adding common contact list view and card layout

Bug: 16553819
Bug: 17157006
Change-Id: I498b3de918a98b59e589e5216ea6ae3a0d3902a7
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
21826decea0b645be73f5e229a20632458360489 08-Aug-2014 Nancy Chen <nancychen@google.com> Disable pinned headers for directory headers

Bug: 15596340
Change-Id: Ida586663a57ab08fb9b01b946451ee59593565dc
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
f5d6a7cf8f7f9cb80a65ad2d70634f25191c7e95 30-Jul-2014 Sai Cheemalapati <saicheems@google.com> Moved analytics base files to ContactsCommon.

Allows analytics base files to be shared between GoogleDialer/
GoogleContacts.

Change-Id: I35f450b8a6ec1e3feefd4523a07c333c912c7a5e
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
c3f21a33fa554f683ddbe6d9553d1b3bd9a4fd29 22-Jul-2014 Brian Attwell <brianattwell@google.com> Only kill image requests from the one fragment

In ContractEntryListAdapter#changeCursor(), don't kill all image loading
requests app wide. Instead, only kill the image loading requests that
were associated with the adapter's fragment.

Bug: 15522504
Change-Id: Ib4e0448217e8bbb8df55e74649a013e0f1688a22
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
0631174430c169d84675123346797654f4e62b5c 17-Jul-2014 Brian Attwell <brianattwell@google.com> Inline "select new contact" entry in contact picker

Moved Dialer resources into ContactsCommon (didn't use the exact
same icon. Used the icon from go/icons instead). Made some
small code changes needed by my Contacts CL: bug fix
and overridable parameter.

Part 2/3
Bug: 16209705
Change-Id: I792b4fa560f4f8a26ed05d5b44817152c59deda1
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
fc9221ef57bfb9311dda798f67030d40215be859 10-Jun-2014 Andrew Lee <anwlee@google.com> Add support for full-bleed selection of contact list items.

- Adding the concept of "adjustSelectionBoundsEnabled", which allows
us to control whether the headerWithoutBounds is used to override the
selection list items bounds. We want to be able to do this in some
cases (eg. in the contacts list when there is a header on the left)
but in others (eg. a search list), we want the ripple to fill out the
entire bounds of the list item.
- Allow for this to be set by the ContactEntryListFragment, and then
passed through the ContactEntryListAdapter to the ContactListItemView.
- No longer apply scrollbar padding to the list view regardless of
whether the scrollbar is present, because this messes with the ripple
propagation.

Bug: 15517457
Change-Id: I174a462ac1e45b987ac0ee70de318ed037d91762
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
f2e1ee6eb6bd1b24d149b815ec283c8750e02558 15-May-2014 Andrew Lee <anwlee@google.com> Support empty results in contact entry list fragment.

This is prerequisite to showing empty search results when the user
touches the search bar. Before, there was an assumption that you
could not have an empty query string. This CL seeks to add that
functionality, while preserving the existing interface.

Bug: 14900155
Change-Id: I15235db651a6b59a0f110a3cb8b5e8bf0a6726be
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
9cab8547bdd10ae74fe49a41d6edd65312d4dc17 01-May-2014 Andrew Lee <anwlee@google.com> Delete mContactsCount tracking in ContactEntryListAdapter.

Bug: 13956531
Change-Id: I0345cf85ae428441718c08d0b5a3a5eee2eef883
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
44248ce0d1c4abe9f6b2c484464f131819c0ded5 01-Oct-2013 Yorke Lee <yorkelee@google.com> Move list adapter creation from onCreateView to onCreate

Create the fragment's list adapter in onCreate, instead of onCreateView, which
can be called multiple times in the fragment's lifecycle. This fixes a crash in
Dialer where ContactEntryListFragments can be swapped out repeatedly multiple
times, and creating a new adapter each time causes problems.

Bug: 11014225
Change-Id: I37b4adc9606f7b25c444b2230081540320b34c17
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
e31b07390729cced594404410efb4448f94a95cb 15-Aug-2013 Jay Shrauner <shrauner@google.com> Fix createCursorLoader NPE

Pass through context saved from onAttach() to the Loader init rather
than calling getActivity()

Bug:10323136
Change-Id: Ie7a23600361dd8681ee1b020b175fb36836be71a
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
a81953a2b1818066ef5e44817f374ac288bab343 09-Jul-2013 Christine Chen <christinech@google.com> Changes to support smart dial in search.

- Extends functionalities in text highligher.
- Changes pemissions in parent classes.

Change-Id: Ib5717fe00760b5a88c747e1ff8fda598d987fa98
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
9f0c1621718b382531cbebfe38907e6d3db6ceae 04-Apr-2013 Fabrice Di Meglio <fdimeglio@google.com> Fix for bug #8146846 Phone App should be mirrored for RTL languages

- add start/end aside left/right properties
- make default PhotoPosition depends on Locale layout direction
- add mirrored version of Drawables
- use android:textAlignment="viewStart" when needed on TextView

Change-Id: I0bf2fb83d94a3748d26d1825387b9b16830830a5
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java
edc1cd98e3c3e991dcfb5281a008f7d2cfea1495 05-Dec-2012 Chiao Cheng <chiaocheng@google.com> Moving depedencies of DialtactsActivity into ContactsCommon.

This completes the clean-up of class depedencies for DialtactsActivity in
the Dialer.

Bug: 6993891
Change-Id: Ic22e5d6a643a569bfd76e5b913e6c45795ae80f2
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ContactEntryListFragment.java