summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/activities/ConfirmAddDetailActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Add sim contacts from mmsblong2016-08-241-5/+110
* Remove AppCompat library from Contacts (1/3)Wenyi Wang2016-02-221-2/+2
* Use Theme.AppCompat.Light.DialogWenyi Wang2016-01-061-2/+2
* Check for empty contact lookup keysJay Shrauner2015-03-131-0/+3
* Fix analytics in Contacts appBrian Attwell2014-10-301-2/+1
* Use analytics activities and fragmentsBrian Attwell2014-10-231-1/+2
* Use circular photo support in ContactPhotoManagerYorke Lee2014-05-011-1/+2
* Use new ContactPhotoManager APIs for default avatars in ContactsYorke Lee2014-02-281-2/+14
* Fix NPE in bindEditorJay Shrauner2014-01-151-6/+9
* Move ContactLoader related code to ContactsCommonYorke Lee2013-11-051-4/+4
* Refactor editor layout file dependencies out of common.Chiao Cheng2012-12-061-1/+3
* Further clean-up of PhoneFavoriteFragment in Dialer app.Chiao Cheng2012-12-031-1/+1
* Move ValuesDelta to ContactsCommon.Chiao Cheng2012-11-301-1/+1
* Prefactor RawContactDelta.ValuesDelta into top level class.Chiao Cheng2012-11-301-1/+1
* Move AccountTypeManager to ContactsCommon.Chiao Cheng2012-11-261-1/+1
* Move dependencies of AccountTypeManager into ContactsCommon.Chiao Cheng2012-11-131-3/+3
* Refactor RawContact to be parcelable.Chiao Cheng2012-09-121-1/+1
* Added thin object layer around contact dataMaurice Chu2012-06-211-60/+47
* Global import order fix.Chiao Cheng2012-06-121-15/+15
* Support adding phone/email to readonly contactsMakoto Onuki2012-04-251-1/+98
* Tiny clean up for ConfirmAddDetailActivityMakoto Onuki2012-04-241-62/+57
* Fix regression; once again we can apply Gallery photo to contact.Josh Gargus2012-04-231-13/+4
* Handle null display name in ConfirmAddDetailActivityKatherine Kuan2011-12-141-5/+13
* Make third party sync adapters editableDaniel Lehmann2011-09-221-2/+1
* Fix NPE with WeakReference to ProgressDialog in ConfirmAddDetailActivityKatherine Kuan2011-09-131-5/+22
* Fix re-parenting for modifications to the profile.Dave Santoro2011-09-081-1/+5
* Fix NPE in ConfirmAddDetailActivityKatherine Kuan2011-09-051-0/+4
* Add contact detail to existing contactKatherine Kuan2011-08-261-0/+786