summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/activities
Commit message (Expand)AuthorAgeFilesLines
* Set package name on ACTION_PICK intentBrian Attwell2015-06-261-0/+1
* Make saving a contact less confusingWalter Jang2015-06-192-1/+7
* 1/2 Sync Contacts and GoogleContacts manifestsWalter Jang2015-06-161-2/+2
* Pass the preferred name ID into the contact editorWalter Jang2015-06-162-3/+6
* Check for null getCurrentFocus(). Fix NPEBrian Attwell2015-06-051-3/+5
* Merge "Hide software input when the Activity is closed." into mnc-devSeigo Nonaka2015-06-041-0/+10
|\
| * Hide software input when the Activity is closed.Seigo Nonaka2015-06-031-0/+10
* | Pass the preferred photo ID into the contact editorWalter Jang2015-06-032-3/+6
|/
* Distinguish between editor back button presses and framework stopageWalter Jang2015-05-273-7/+16
* Allow setting photos in managed profileBrian Attwell2015-05-131-4/+25
* Merge "Handle runtime permissions" into mnc-devBrian Attwell2015-05-096-0/+30
|\
| * Handle runtime permissionsBrian Attwell2015-05-086-0/+30
* | Make FAB visible in onNewIntentBrian Attwell2015-05-061-1/+3
* | Hide "clear" action for empty search query.Andrew Lee2015-05-061-6/+12
|/
* Fix compact contact edit frag not added right on rotateWalter Jang2015-04-231-3/+5
* Improvements to multi selectBrian Attwell2015-04-202-21/+63
* Don't add compact editor fragment if it's already thereWalter Jang2015-04-031-0/+7
* Check for empty contact lookup keysJay Shrauner2015-03-132-1/+5
* Fixed some contact editor compiler warningsWalter Jang2015-03-121-1/+0
* Pass full res contact photos between the compact and full editorsWalter Jang2015-03-111-2/+3
* Fixes for returning to the compact editor from the expanded oneWalter Jang2015-03-101-6/+0
* Return to the compact contact editor on back from the fully expanded oneWalter Jang2015-03-094-20/+21
* Merge "Fix typo in singleTop compact contact editor Activity"Walter Jang2015-03-061-1/+1
|\
| * Fix typo in singleTop compact contact editor ActivityWalter Jang2015-03-061-1/+1
* | Tweaks requested for multi selectBrian Attwell2015-03-051-0/+5
|/
* Don't allow entering selection from search modeBrian Attwell2015-03-031-2/+4
* Exit selection mode after batch delete or mergeBrian Attwell2015-03-031-8/+2
* Batch join contactsBrian Attwell2015-03-031-2/+26
* Batch deletionBrian Attwell2015-03-032-1/+21
* Fix NPE when copying photo URIJay Shrauner2015-03-021-1/+4
* Merge "Multi-select to share Part 2"Brian Attwell2015-03-022-111/+281
|\
| * Multi-select to share Part 2Brian Attwell2015-03-022-111/+281
* | Continue to load fully expanded editor on Intent.ACTION_EDITWalter Jang2015-03-021-1/+2
* | Start the fully expanded editor when "More fields" is clickedWalter Jang2015-02-262-4/+19
|/
* Apply the quick contact color to default photos in the compact editorWalter Jang2015-02-201-0/+6
* Avoid senseless disambiguation #2/2Brian Attwell2015-02-195-38/+30
* Revert "Revert "Implement Help&Feedback. P1/2""Brian Attwell2015-02-121-2/+5
* Revert "Implement Help&Feedback. P1/2"Brian Attwell2015-02-121-5/+2
* Implement Help&Feedback. P1/2Brian Attwell2015-02-121-2/+5
* Do setIntentExtras, on[Save|Join]Completed in base contact edit fragmentWalter Jang2015-02-091-1/+1
* Don't use hidden QuickContact APIsBrian Attwell2015-02-021-6/+4
* Move some contact editor functionality into new base classesWalter Jang2015-01-283-216/+408
* Reorder edit contact fragment membersWalter Jang2015-01-281-5/+0
* Add Insert.EXTRA_{ACCOUNT,DATA_SET} to API. P #2/2Brian Attwell2015-01-262-2/+3
* Revert "Move some contact editor functionality into new base classes"Walter Jang2015-01-263-409/+221
* Move some contact editor functionality into new base classesWalter Jang2015-01-233-221/+409
* Local account handling cleanupJay Shrauner2015-01-091-5/+1
* Merge "Unbundle from contacts contract part 3/3"Brian Attwell2015-01-092-13/+9
|\
| * Unbundle from contacts contract part 3/3Brian Attwell2015-01-082-13/+9
* | Use getSystemService for services. Unbundling.Brian Attwell2014-12-181-1/+2
|/