History log of /packages/apps/Contacts/src/com/android/contacts/list/HeaderEntryContactListAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bd9ef3c60669d71543b3506d4959c1fe4be409dc 15-Dec-2016 John Shao <johnshao@google.com> Standardize and replace assets with vectors

Standarize naming of vector drawables and replace png
assets with vector drawables.

Test: build and run GoogleContactsTests
manual side by side sanity check with previous version

Bug: 33251913
Change-Id: Iafea5c1bba738c57437888da999fc2909d0765fd
/packages/apps/Contacts/src/com/android/contacts/list/HeaderEntryContactListAdapter.java
0a49afa2ad697307cc04ef4cb86570574fa720f2 06-Dec-2016 Gary Mai <garymai@google.com> Collapse common package (2/2)

Ran optimize imports on the project as well to re-order everything
which would have changed because of removing common.

Test: Built GoogleContacts, GoogleContactsTests, Contacts,
ContactsTests and ran unit tests.

Bug: 33252370
Change-Id: I881f0ba8b8fef002b6eeefa9a16b34f15b2fd2a9
/packages/apps/Contacts/src/com/android/contacts/list/HeaderEntryContactListAdapter.java
69c182afb0e6d82a341a28b4317aa703af768906 05-Dec-2016 Gary Mai <garymai@google.com> Collapse common packages (1/?)

Move the majority of packages out of common. When trying to move
common.activity to activities every file switched from a rename to
separated deletes and adds. Will move tests and the rest of common
in a separate CL.

Test: Built GoogleContacts, Contacts, GoogleContactsTests,
ContactsTests.

Bug: 33252370
Change-Id: I9ffb20038dee255ef5f83002b7870265771b08c5
/packages/apps/Contacts/src/com/android/contacts/list/HeaderEntryContactListAdapter.java
78cadf518675f998b7c1f4a8da22c00a725e66fa 21-Mar-2015 Andrew Lee <anwlee@google.com> Remove shortcut icon background drawable.

Bug: 19372539
Change-Id: Ia73398f3e09a1856872eda8480562881b236658a
/packages/apps/Contacts/src/com/android/contacts/list/HeaderEntryContactListAdapter.java
a214463444f570fc693d66ba9870fff68896e606 09-Aug-2014 Brian Attwell <brianattwell@google.com> Allow last item in contact-picker to be selected

Bug: 16871962
Change-Id: I61f650499eeaea14f9ddc20a352d64f8b0dee354
/packages/apps/Contacts/src/com/android/contacts/list/HeaderEntryContactListAdapter.java
bbd220183e9bc6d0b056af3c68fa4a31f5b747f2 17-Jul-2014 Brian Attwell <brianattwell@google.com> Inline "select new contact" entry in picker

Removed the FAB now that we have a better way to create
new entries inside the contact picker.

Contacts: Created HeaderEntryContactListAdapter class that
overrides an adapter defined in ContactsCommon.

Part 3/3

Manual testing:
-verify dialer still builds, and displays its "Add to
contacts" button correctly
-test rotation in contact picker
-Open intents in Contacts Intents app for legacy/non-legacy
picker types. Verify they behave similarly
-perform a search inside the contact picker, and
watch the "Add to contacts" entry vanish. (In my version of the framework
SearchView is broken, so I needed to do this manually)
-remove accounts, and verify that both contact picker
and legacy contact picker don't crash

Bug: 16209705
Change-Id: I1bafc557aa9cdae776fbfcc73aac3607a7bebe3e
/packages/apps/Contacts/src/com/android/contacts/list/HeaderEntryContactListAdapter.java