History log of /packages/apps/Contacts/src/com/android/contacts/list/HeaderEntryContactListAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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