summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/group
Commit message (Expand)AuthorAgeFilesLines
* Fix group member refresh double problemblong2016-09-191-5/+11
* Fix FC when rotate in group edit screenblong2016-09-191-1/+15
* Fix TransactionTooLargeException when group member too muchblong2016-08-301-4/+17
* Fix default contact group name can be changedblong2016-08-241-0/+3
* Fix the function of "Discard changes"c_wyubin2016-08-241-0/+18
* Add contacts group featureblong2016-08-243-6/+106
* Remove discard editor menu optionWalter Jang2015-10-221-18/+0
* Avoid senseless disambiguation #2/2Brian Attwell2015-02-192-2/+4
* Add Insert.EXTRA_{ACCOUNT,DATA_SET} to API. P #2/2Brian Attwell2015-01-261-2/+2
* Fix analytics in Contacts appBrian Attwell2014-10-303-7/+3
* Use analytics activities and fragmentsBrian Attwell2014-10-233-3/+7
* Use circular photo support in ContactPhotoManagerYorke Lee2014-05-011-2/+3
* Check for null cursor in callbackJay Shrauner2014-04-181-0/+8
* Use new ContactPhotoManager APIs for default avatars in ContactsYorke Lee2014-02-282-3/+16
* Don't crash if account label is nullJay Shrauner2014-02-192-5/+11
* Catch ActivityNotFoundExceptionsJay Shrauner2014-01-311-1/+9
* Fix potential NPE with null cursorJay Shrauner2014-01-271-22/+24
* Move ContactLoader related code to ContactsCommonYorke Lee2013-11-051-1/+1
* Fix monkey bug NullPointerException.Chiao Cheng2013-07-121-1/+5
* Fix scrollbar position for RTL.Chiao Cheng2013-06-171-4/+2
* Check if cursor is closed.Chiao Cheng2013-04-111-1/+1
* Done button closes group editor when name is empty.Chiao Cheng2012-12-141-0/+4
* Don't show edit option if group membership isn't editableYorke Lee2012-12-121-10/+14
* Fixing potential null assignment to primitive value.Chiao Cheng2012-12-111-1/+1
* Major resource move and clean-up.Chiao Cheng2012-12-051-1/+1
* Moving SelectAccountDialogFragment to ContactsCommon.Chiao Cheng2012-12-041-2/+2
* Move AccountTypeManager to ContactsCommon.Chiao Cheng2012-11-264-4/+4
* Merge "Use Objects from guava library."Chiao Cheng2012-11-142-6/+6
|\
| * Use Objects from guava library.Chiao Cheng2012-11-142-6/+6
* | am de697635: am 18f2a5fd: am 5159ac55: Merge "Keyboard nav fix for list in Gr...Yorke Lee2012-11-141-0/+1
|\ \ | |/ |/|
| * Keyboard nav fix for list in GroupDetailFragmentYorke Lee2012-11-141-0/+1
* | Move dependencies of AccountTypeManager into ContactsCommon.Chiao Cheng2012-11-134-5/+5
* | Further clean-up of PhoneFavoriteFragment.Chiao Cheng2012-11-131-2/+2
* | Removing GroupMember dependencies from ContactTileAdapter.Chiao Cheng2012-11-051-4/+3
* | Moving ContactListItemView and dependent classes.Chiao Cheng2012-11-051-1/+1
* | Sharing ContactPhotoManager between dialer and people.Chiao Cheng2012-10-162-2/+2
|/
* Added thin object layer around contact dataMaurice Chu2012-06-214-5/+5
* Global import order fix.Chiao Cheng2012-06-126-51/+48
* Clarify AccountType.resPackageName/summaryResPackageNameMakoto Onuki2012-05-071-1/+1
* Various refactorings to prepare proper big picture loadingDaniel Lehmann2012-03-302-1/+8
* Fixed various issues around cross-fadesDaniel Lehmann2012-03-071-0/+4
* Replaced HashMaps with LongSparseArrayDaniel Lehmann2012-02-281-0/+1
* Don't re-use the SaveMode in the group editor anymore.Daniel Lehmann2012-02-221-50/+41
* Call correct number of frequently-called contact.Josh Gargus2012-01-041-2/+10
* Remove titles in simple confirmation dialogsKatherine Kuan2011-11-211-1/+0
* Fix flicker on group detail page on tabletKatherine Kuan2011-11-031-2/+0
* Reduce the number of columns for group queriesDaisuke Miyakawa2011-11-022-10/+8
* Launch quick contacts after selecting frequent contact on tabletKatherine Kuan2011-10-281-1/+2
* Add empty state to group detail pageKatherine Kuan2011-10-191-0/+3
* Merge "SelectAccountDialogFragment: Handle orientation changes"Makoto Onuki2011-10-051-5/+4
|\