History log of /packages/apps/Contacts/src/com/android/contacts/list/MultiSelectEmailAddressesListAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/MultiSelectEmailAddressesListAdapter.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/MultiSelectEmailAddressesListAdapter.java
a8aa3d877ba31c8d15282f27c441bd45c3eaad1b 17-Nov-2016 Sean Midford <midfords@google.com> Fixed contact button in send to labels

Removed the quick contact photo badge on left side
of items in send to group picker fragment. Now entire
row triggers the checkbox.

Test: Verified that change is working as intended in both
send email and send phone number to groups

Bug: 32945249

Change-Id: I29575f9f8e00969376866032fb469d036c8c3272
/packages/apps/Contacts/src/com/android/contacts/list/MultiSelectEmailAddressesListAdapter.java
06ec1b1429729bb6ee1645571076d97ff55951f5 17-Nov-2016 Sean Midford <midfords@google.com> Revert "Fixed quick contact button in send to labels"

This reverts commit 538c814a828c53cface0220802d86b4d471dd854.

Change-Id: I6c8ca7a4297f038b88ca5793e7f155153071432b
/packages/apps/Contacts/src/com/android/contacts/list/MultiSelectEmailAddressesListAdapter.java
538c814a828c53cface0220802d86b4d471dd854 17-Nov-2016 Sean Midford <midfords@google.com> Fixed quick contact button in send to labels

Removed the quick contact photo badge on left side
of items in send to group picker fragment. Now entire
row triggers the checkbox.

Test: Verified that change is working as intended in both
send email and send phone number to groups

Bug: 32945249, 32950580
Change-Id: I13ba2837481dd4630a5ef5ff77ff143c10a8994e
/packages/apps/Contacts/src/com/android/contacts/list/MultiSelectEmailAddressesListAdapter.java
85405d033aab3d6b5858ba0beb1e14acdca6b9a7 10-Nov-2016 Sean Midford <midfords@google.com> Updated picker UI for linking and send to labels.

Changed the look of the pickers to be more consistent,
also removed header indexes from send to labels picker
to make more room for displaying phones and emails.

Test: Manual, verified pickers were being displayed correctly
in both regular and RTL modes.

Bug: 30418005
Change-Id: I3d7b8aa43b1fb553aced494f3b7bb38bb2b45a27
/packages/apps/Contacts/src/com/android/contacts/list/MultiSelectEmailAddressesListAdapter.java
4b2ccd27dbb05d7cc1d340ce18182ccb2b9a3326 14-Oct-2016 Sean Midford <midfords@google.com> Item multi select now has defaults checked.

Added ability to send a list of ids to a
multi select picker to precheck defaults.
Defaults will preselect if the aggregate
contact has a single email/phone, or if
there is a super primary set for the contact.

Test: Verified all features are working as intended.
Picker now shows all contact methods for group/selection,
which fixes some strange selection behavior.

Bug: 31648014
Change-Id: I21ee4e79f8c1d08d41b4edcdef62aa5b2f2eb4b9
/packages/apps/Contacts/src/com/android/contacts/list/MultiSelectEmailAddressesListAdapter.java
ff6f1bb6782fe92b8745ef4acb6c622fef3d0cbc 12-Oct-2016 Sean Midford <midfords@google.com> Added group/selection email and sms sending.

Added options for user to send emails and sms texts to
all members of a group (or selection) at once. If there
are multiple emails/phones for a single contact, a picker
is displayed to specify which emails/phones to use.

Test: Verified all features are working as intended.
Menu options are only visible when relevant and edge
case of some or all users not having emails/phones
are handled by showing a toast to the user.

Bug: 31648014
Change-Id: I38066cf3be57bf205f7a3721d0064bb716e8a43f
/packages/apps/Contacts/src/com/android/contacts/list/MultiSelectEmailAddressesListAdapter.java