History log of /packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b697ed768fb817f94524f6c3992547665df331c4 21-Dec-2016 Marcus Hagerott <mhagerott@google.com> Replace switches on resources with if-else

This is necessary for the project to build as an Android library which
is planned for Google3.

Test: ran GoogleContactsTests

Bug 33782320

Change-Id: I62f15486b7e976bb20a6e9c631dc8404a4170dbb
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.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/GroupMemberPickerFragment.java
3f6a2444e0134b7380cdb2e13abf4bf1163336d0 05-Dec-2016 Arthur Wang <wuwang@google.com> Collapse res-aosp and res-icons into res folder for AOSP Contacts (1/2)

bug:31022536
Change-Id: I0434710d92027e59ccd97e27ebd09f1668346684
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.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/GroupMemberPickerFragment.java
e6342c6ccc165314075ade40ea2187e0442c98b0 21-Oct-2016 Sean Midford <midfords@google.com> Hide select contacts option for empty group

Hide the option to select contacts from group picker
if there are no contacts listed in the group.

Test: Manual. Verified that the menu option is not
shown when the picker has 0 contacts.

Bug: 30251801
Change-Id: I2ee265cb603b487410d50ed265a172a8d76acb78
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
dd2d8e27d8548893122c469bd1b68d5117fc5318 09-Sep-2016 Walter Jang <wjang@google.com> Rename GroupMemberPickerFragment rawContactsIds

... and all associated ARG and KEY constants to
contactsIds, since that's what it really is. Also

* Share the selection clause between GroupMetaDataLoader
and GroupListLoader -- we were inconsistent in filtering
out auto add and favorites groups.

* Remove unsued groups methods:
- GroupMemberPicker.Listener#onGroupMembersSelected
- GroupUtil#bindPhoto

* Remove some obsolete comments, fix some others

Test: Manually create and edit editable and read-only groups

Change-Id: I9607225d1a61f8673b7d1461149ae30e253c781d
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
2b0d298285b80041bd779eb55d2b412d0860e5ad 26-Jul-2016 John Shao <johnshao@google.com> Cleanup GroupMembers classes

Remove redundant calls and fix some cursor stuff.

Bug: 29160869
Bug: 30287073
Change-Id: Ib38dde331480f9e02eae55ad5f1ba9b9ea55cf0b
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
f5493a638ad3faa5183ab7d33872585bcd6e178d 11-Jul-2016 Wenyi Wang <wenyiw@google.com> Bring action bar up to spec (E2)

* Reorder delete, link and share and show icons.
* Replace check mark with "Add" TextView in multi select mode of
ContactSelectionActivity

Bug 29831679

Change-Id: I87988019d4fc59d674ae0cf13ce26a7d4ef27db3
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
1114fde42037be1cf83c577bbbc9eaaa5cb46369 12-Jul-2016 Wenyi Wang <wenyiw@google.com> Show count of contacts in account and group view

* Change contact list item height from 64dp to 56dp per b/29831679.
* Move name view in contact list item up by 2dp, per UX.
* Change the top padding to 8dp per b/29831679.

* Show the header in: account view, group member view and group member
picker view.
* Set top padding for list view only when there's no account header.
* Change action bar title to "From <account>" in account view.
* Override onScrollListener to hide and show header divider.

Bug 29190106
Bug 29831679

Change-Id: I36a2083c91b6b052bf887a8e7c639085d2bf4691
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
6f164197982b2eb29d9e3aa6e2a9cf8991d85c4c 28-Jun-2016 Tingting Wang <tingtingw@google.com> Merge "Add account header to label view."
6406adb14e9e711309c1ffbf62778cfdc095479e 28-Jun-2016 Tingting Wang <tingtingw@google.com> Add account header to label view.

Add the account that owns the group to:
1) the group members fragment (including edit mode)
and
2) the group member picker activity (including in search mode)

BUG 29766091

Change-Id: If476445ff0fe6e34e8213cffb993832eddc18b9a
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
57c5576356777d8b2ac2b63da68c589a17212d0d 27-Jun-2016 Walter Jang <wjang@google.com> Fix group multi select done button visibilty after search

Bug 29768728
Bug 18641067

Change-Id: I62ff2b7db499a1c92d777b62ce5b47fafa03a7b2
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
38860a58d52eacbeb922412bbfc31905cdd8bdc1 25-Jun-2016 Wenyi Wang <wenyiw@google.com> Update section indexer in group member list

Fixes 29159876

Change-Id: I0fcb9435052d78fcc41de1f74594b6e49b68d7f6
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
104e93a224f2d22fc3c490b24fa3542920ab4ccd 23-Jun-2016 Wenyi Wang <wenyiw@google.com> Recalculate section header when filtering raw contacts

Bug 29159876
Bug 18641067

Change-Id: Ia4c1d0e1f562798675aa1e0e64833086e574f683
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
a489721e65c5f549ab26272af08eb2d05a869976 22-Jun-2016 Walter Jang <wjang@google.com> Add multiselect to contact picker

Bug 29502243
Bug 18641067

Change-Id: If5e0c500de752f19589817773c0ee59eb2217da3
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
debf9dae3b6c579f9f86980907b108302c61bc59 20-Jun-2016 Walter Jang <wjang@google.com> Add section headers back to group lists

Bug 29509309
Bug 18641067

Change-Id: I94a4ae9c9bc6f0df5f8f8e51c13dd2e9435d63cd
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
2552c11d827ed0d9af049aa21783e56ec2ab6872 17-Jun-2016 Walter Jang <wjang@google.com> Show distinct group member aggregate contacts

Bug 29455514
Bug 18641067

Change-Id: Icf5c24ab26177dd3b8d46750978fcabc486f9be4
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
6c5a5580c49db0e3cc5372beec82231e0aa76901 16-Jun-2016 Walter Jang <wjang@google.com> Workaround AccountWithDataSet problems on work profiles

Bug 29417435
Bug 18641067

Change-Id: I31084b0f69a8e56b88610afe6e18d6f01e6cabe9
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
16c29591f6ca97ae621fe6dfc9bfb9fef150870d 15-Jun-2016 Walter Jang <wjang@google.com> Pick from aggregate contacts when adding to a group (1/2)

* Searching for new group members happens on the standard
contact seletion activity now so we remove the separate
search menu item and the old SuggestedMemberListAdapter
used by the autocomplete text view.
* When a new group member is selected, we add all the raw
contacts in the selected contact that are owned by the
group account owner to the group.
* Also use the same unknown name string "(No name)" on the
the new group member picker that is used on the other
contact lists.

Bug 28720761
Bug 28716004
Bug 28707265
Bug 18641067

Change-Id: I152bf1caf6652aa474f8f2915248ee19fb5fccf8
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
ecc222b80e68bc3ebbced6e93b285dbef9dfff28 06-Jun-2016 Wenyi Wang <wenyiw@google.com> Get rid of invisible contacts from group member picker using Data Uri

Bug 29126479

Change-Id: Ia28eeccb15c789394bdbe8221a49f48dcaf96d50
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
efb1cbe911840995f8e5a5744097ba4bed76d0ad 28-May-2016 Walter Jang <wjang@google.com> Improve scrolling on group member picker

Bug 28707265
Bug 18641067

Change-Id: I9f939c0ba804c1a0482b589126bb57dcb80d7fdf
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java
f9779ef9d0c74886b2c495f9e4993017f5192242 25-May-2016 Walter Jang <wjang@google.com> Add group member selection to ContentSelectionActivity (1/2)

* The GroupMemberPickListAdapter queries RawContacts to get
the list of potential group members
* The raw contact IDs of existing group members are passed
in to the pick fragment and these are filtered out of
results by a CursorWrapper.
* Since we can't get the contact photo ID and contact lookup
URI from the RawContacts query, these are also provided
by the CursorWrapper.
* Finally, we move the current search to add contact to group
functionality in place behind the ActionBar search icon,
moved to the overflow menu.

Bug 28707265
Bug 18641067

Change-Id: Ifde5446e8ce9c0ed27cd2f98fd704ca669c45f59
/packages/apps/Contacts/src/com/android/contacts/list/GroupMemberPickerFragment.java