summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts
Commit message (Expand)AuthorAgeFilesLines
* Large photo storage.Dave Santoro2011-07-136-44/+992
* Allow a sync adapter to provide an OPEN action for a groupDaniel Lehmann2011-07-122-3/+24
* Remove restricted white-listingDaniel Lehmann2011-07-115-283/+79
* Merge "VoicemailStatus content provider implementation."Debashish Chatterjee2011-07-085-62/+264
|\
| * VoicemailStatus content provider implementation.Debashish Chatterjee2011-07-085-62/+264
* | Provider implementation of stream item API.Daniel Lehmann2011-07-072-1/+650
* | Merge "Set the new last-access time global search column."Mark Brophy2011-07-071-2/+9
|\ \ | |/ |/|
| * Set the new last-access time global search column.Mark Brophy2011-07-011-2/+9
* | Merge "Refactored VoicemailContentProvider to simplify using multiple tables."Debashish Chatterjee2011-07-063-358/+499
|\ \
| * | Refactored VoicemailContentProvider to simplify using multiple tables.Debashish Chatterjee2011-07-063-358/+499
* | | Added 'voicemail_status' table to contacts database.Debashish Chatterjee2011-07-051-2/+32
|/ /
* | Stop using deprecated field VoicemailContract.CONTENT_URI.Debashish Chatterjee2011-07-041-1/+1
* | Modified voicemail provider to accept source_package as a param.Debashish Chatterjee2011-07-042-14/+6
* | Send broadcast intents to specific component instead of package.Debashish Chatterjee2011-07-011-7/+11
* | Merge "Fixed VoicemailProviderTest."Debashish Chatterjee2011-07-011-13/+18
|\ \ | |/ |/|
| * Fixed VoicemailProviderTest.Debashish Chatterjee2011-07-011-13/+18
* | Change the way voicemail permissions are enforced.Flavio Lerda2011-07-011-1/+7
|/
* Use shared constants for call log with voicemails.Flavio Lerda2011-06-291-28/+3
* use System.arraycopyDaisuke Miyakawa2011-06-281-5/+2
* Use new data usage stat for strequent contactsDaisuke Miyakawa2011-06-282-39/+144
* Modified VoicemailContentProvider to set 'SELF_CHANGE' in notifications.Debashish Chatterjee2011-06-281-3/+12
* Introduced query param 'include_voicemails' for call_log uri.Debashish Chatterjee2011-06-285-65/+297
* Renamed INCLUDE_PROFILE param to ALLOW_PROFILE.Dave Santoro2011-06-241-2/+2
* Implement openAssetFile() for profile vcard.Martijn Coenen2011-06-231-19/+26
* Prefer primary data to others.Daisuke Miyakawa2011-06-171-1/+2
* Merge "Fix test breakage introduced in ICU upgrade."Daisuke Miyakawa2011-06-173-6/+471
|\
| * Fix test breakage introduced in ICU upgrade.Daisuke Miyakawa2011-06-163-6/+471
* | Added checks in voicemail provider to not expose call_log fields.Debashish Chatterjee2011-06-173-15/+34
* | Unit tests for voicemail provider.Debashish Chatterjee2011-06-161-32/+39
|/
* Merge "Voicemail provider implementation within ContactsProvider."Debashish Chatterjee2011-06-168-1/+819
|\
| * Voicemail provider implementation within ContactsProvider.Debashish Chatterjee2011-06-158-1/+819
* | Prioritize IN_VISIBLE_GROUP in auto-complete.Daisuke Miyakawa2011-06-151-2/+5
* | Merge "Support for streaming vcards without photo."Martijn Coenen2011-06-151-4/+13
|\ \ | |/ |/|
| * Support for streaming vcards without photo.Martijn Coenen2011-06-151-4/+13
* | Introduced new voicemail fields in 'calls' table.Debashish Chatterjee2011-06-152-12/+50
|/
* Introduce data usage table for per-method ranking.Daisuke Miyakawa2011-06-142-35/+283
* URIs and queries to support profiles.Dave Santoro2011-06-094-39/+579
* am 37f0bdbb: Remove stale rows in directory table.Daisuke Miyakawa2011-06-031-4/+37
|\
| * Remove stale rows in directory table.Daisuke Miyakawa2011-06-021-4/+37
* | Enable selection strict mode and sql injection testsDaniel Lehmann2011-06-011-1/+1
* | Fix search support tests.Dave Santoro2011-05-061-1/+1
* | Fix wrong handling in getQueryParameter()Daisuke Miyakawa2011-05-051-0/+11
* | Merge "Fix issues with Contacts sync."Dave Santoro2011-05-041-10/+15
|\ \
| * | Fix issues with Contacts sync.Dave Santoro2011-05-041-10/+15
* | | Handle zero-query case for global search.Mathew Inwood2011-05-031-11/+25
|/ /
* | Move snippet logic from DB to a cursor wrapper.Dave Santoro2011-05-023-48/+361
* | Rewrite subquery to make better use of indexesDaniel Lehmann2011-04-251-60/+46
* | Don't create E164 numbers during update (country detector not ready)Daniel Lehmann2011-04-141-9/+0
* | Add "primary account" support.Daisuke Miyakawa2011-04-061-1/+22
* | Use new interface for vCard exportDaisuke Miyakawa2011-03-171-11/+24