summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/ContactSaveService.java
Commit message (Expand)AuthorAgeFilesLines
* Distinguish between editor back button presses and framework stopageWalter Jang2015-05-271-2/+7
* Fix IllegalStateException in saveContactJay Shrauner2015-04-021-5/+9
* Fix NPE when EXTRA_CONTACT_STATE not setJay Shrauner2015-03-261-0/+5
* Check for empty contact lookup keysJay Shrauner2015-03-131-1/+6
* Pass full res contact photos between the compact and full editorsWalter Jang2015-03-111-0/+3
* Improvements to multi select toastsBrian Attwell2015-03-051-1/+1
* Batch join contactsBrian Attwell2015-03-031-20/+78
* Batch deletionBrian Attwell2015-03-031-0/+28
* Remove use of NAME_VERIFIED. P1/4Brian Attwell2015-01-301-60/+80
* Avoid hidden ContentProviderOperation typeBrian Attwell2015-01-221-2/+1
* Don't reference UNDEMOTE_METHODBrian Attwell2014-12-171-2/+1
* Fix NPE in onHandleIntentJay Shrauner2014-12-011-0/+4
* Fix NPE in getInsertedRawContactIdJay Shrauner2014-11-261-0/+3
* Fix NPE in ContactSaveServiceJay Shrauner2014-11-241-0/+8
* Fix ArrayIndexOutOfBoundsException crashJay Shrauner2014-11-101-1/+2
* Remove CallerInfoCache update broadcast intentYorke Lee2014-09-151-7/+0
* Follow new PinnedPositions API changes (2/2)Yorke Lee2014-06-191-3/+2
* Include original exception to ease debuggingBrian Attwell2014-02-131-1/+2
* Fix crash on missing mimetypeJay Shrauner2014-01-211-0/+6
* Move ContactLoader related code to ContactsCommonYorke Lee2013-11-051-3/+3
* Fix crash when starring the user's profileYorke Lee2013-09-231-3/+7
* Make contacts photo pickers compatible with new documents UIYorke Lee2013-09-181-32/+9
* Undemote contact when starringYorke Lee2013-09-121-0/+15
* Fix ArrayBounds exception in joinContactsJay Shrauner2013-01-091-0/+3
* Move AccountTypeManager to ContactsCommon.Chiao Cheng2012-11-261-1/+1
* Move dependencies of AccountTypeManager into ContactsCommon.Chiao Cheng2012-11-131-1/+1
* Move dependencies in prep for PhoneNumberInteraction move.Chiao Cheng2012-10-241-7/+2
* Refactor RawContact to be parcelable.Chiao Cheng2012-09-121-1/+1
* Added thin object layer around contact dataMaurice Chu2012-06-211-12/+12
* Global import order fix.Chiao Cheng2012-06-121-9/+9
* Change usages of com.google.android to com.google.common.Chiao Cheng2012-06-111-2/+2
* Don't stash cropped photos in /sdcard/DCIM.Josh Gargus2012-05-071-0/+1
* Fix regression; once again we can apply Gallery photo to contact.Josh Gargus2012-04-231-25/+30
* Send Intent when CallerInfoCache should be updatedDaisuke Miyakawa2012-03-261-0/+9
* Replaced HashMaps with LongSparseArrayDaniel Lehmann2012-02-281-5/+4
* Use pushed-state on "star"Daniel Lehmann2012-02-161-7/+5
* Fix failure to save a new contact with a photo.Josh Gargus2012-01-301-30/+53
* Support for high-resolution contact photos.Josh Gargus2012-01-261-5/+96
* Avoid showing error if contact removed on save.Dave Santoro2011-09-281-0/+5
* b/5317367 Check if cursor is empty before readingErik2011-09-201-4/+5
* Handle removal of local raw contact in profiles.Dave Santoro2011-09-121-4/+20
* Fix re-parenting for modifications to the profile.Dave Santoro2011-09-081-2/+14
* Use CopyOnWriteArrayList for listeners.Hugo Hudson2011-08-131-15/+10
* Support for local profileIsaac Katzenelson2011-08-081-2/+7
* App changes for account types with data sets.Dave Santoro2011-07-271-8/+14
* Options Menu layout changesIsaac Katzenelson2011-07-261-0/+62
* Add members when creating new groupKatherine Kuan2011-07-141-17/+54
* Batch add and remove group members in group editorKatherine Kuan2011-07-131-0/+124
* Add ContentProvider operation logging for saving a contactKatherine Kuan2011-07-071-0/+10
* Group editor on tabletKatherine Kuan2011-07-011-3/+15