summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/VoicemailContentProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Clean up permissionsMakoto Onuki2015-05-151-2/+3
* Grant VoicemailContentProvider permissions to default or system dialersYorke Lee2015-04-271-6/+8
* Add OP_ADD_VOICEMAIL app op - contacts providerSvet Ganov2015-04-171-0/+6
* Rename voicemail permissionsYorke Lee2014-07-181-8/+8
* Add manage voicemail permission (2/4)Yorke Lee2014-06-301-27/+40
* Add READ_ALL_VOICEMAILS Permision to VoicemailPermissions, VoicemailContentPr...fafaisland2014-06-171-6/+14
* Rename getCallingPackage() to avoid clash.Jeff Sharkey2013-09-061-6/+6
* Reorganize import in contacts providerMakoto Onuki2012-06-271-5/+5
* Use integer constant when adding filtering clause.Flavio Lerda2011-11-151-2/+0
* Lazily-initialize PhoneNumberOfflineGeocoder/PhoneNumberUtilMakoto Onuki2011-08-301-1/+1
* Add log to measure startup performanceMakoto Onuki2011-08-281-0/+7
* Automatically add a geocoded location to entries in the call log.Flavio Lerda2011-08-101-3/+11
* Allow read-only sharing of Uri in voicemail content provider.Debashish Chatterjee2011-08-041-2/+23
* Renamed permission READ_WRITE_OWN_VOICEMAIL to ADD_VOICEMAILDebashish Chatterjee2011-08-031-1/+1
* Improvements in voicemail broadcast notifications.Debashish Chatterjee2011-07-261-56/+0
* Get rid of voicemail permissions from contacts content provider.Debashish Chatterjee2011-07-201-1/+2
* Include EXTRA_SELF_CHANGE only for PROVIDER_CHANGED event.Debashish Chatterjee2011-07-201-2/+5
* VoicemailStatus content provider implementation.Debashish Chatterjee2011-07-081-40/+105
* Refactored VoicemailContentProvider to simplify using multiple tables.Debashish Chatterjee2011-07-061-358/+143
* 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-041-11/+5
* Send broadcast intents to specific component instead of package.Debashish Chatterjee2011-07-011-7/+11
* Fixed VoicemailProviderTest.Debashish Chatterjee2011-07-011-13/+18
* 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-281-47/+13
* Added checks in voicemail provider to not expose call_log fields.Debashish Chatterjee2011-06-171-4/+11
* Unit tests for voicemail provider.Debashish Chatterjee2011-06-161-32/+39
* Voicemail provider implementation within ContactsProvider.Debashish Chatterjee2011-06-151-0/+576