aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/providers/contacts/VoicemailContentProvider.java
AgeCommit message (Expand)Author
2016-01-11Move CallLog and VoiceMailStatus to their own DB.Makoto Onuki
2015-05-15Clean up permissionsMakoto Onuki
2015-04-27Grant VoicemailContentProvider permissions to default or system dialersYorke Lee
2015-04-17Add OP_ADD_VOICEMAIL app op - contacts providerSvet Ganov
2014-07-18Rename voicemail permissionsYorke Lee
2014-06-30Add manage voicemail permission (2/4)Yorke Lee
2014-06-17Add READ_ALL_VOICEMAILS Permision to VoicemailPermissions, VoicemailContentPr...fafaisland
2013-09-06Rename getCallingPackage() to avoid clash.Jeff Sharkey
2012-06-27Reorganize import in contacts providerMakoto Onuki
2011-11-15Use integer constant when adding filtering clause.Flavio Lerda
2011-08-30Lazily-initialize PhoneNumberOfflineGeocoder/PhoneNumberUtilMakoto Onuki
2011-08-28Add log to measure startup performanceMakoto Onuki
2011-08-10Automatically add a geocoded location to entries in the call log.Flavio Lerda
2011-08-04Allow read-only sharing of Uri in voicemail content provider.Debashish Chatterjee
2011-08-03Renamed permission READ_WRITE_OWN_VOICEMAIL to ADD_VOICEMAILDebashish Chatterjee
2011-07-26Improvements in voicemail broadcast notifications.Debashish Chatterjee
2011-07-20Get rid of voicemail permissions from contacts content provider.Debashish Chatterjee
2011-07-20Include EXTRA_SELF_CHANGE only for PROVIDER_CHANGED event.Debashish Chatterjee
2011-07-08VoicemailStatus content provider implementation.Debashish Chatterjee
2011-07-06Refactored VoicemailContentProvider to simplify using multiple tables.Debashish Chatterjee
2011-07-04Stop using deprecated field VoicemailContract.CONTENT_URI.Debashish Chatterjee
2011-07-04Modified voicemail provider to accept source_package as a param.Debashish Chatterjee
2011-07-01Send broadcast intents to specific component instead of package.Debashish Chatterjee
2011-07-01Fixed VoicemailProviderTest.Debashish Chatterjee
2011-06-28Modified VoicemailContentProvider to set 'SELF_CHANGE' in notifications.Debashish Chatterjee
2011-06-28Introduced query param 'include_voicemails' for call_log uri.Debashish Chatterjee
2011-06-17Added checks in voicemail provider to not expose call_log fields.Debashish Chatterjee
2011-06-16Unit tests for voicemail provider.Debashish Chatterjee
2011-06-15Voicemail provider implementation within ContactsProvider.Debashish Chatterjee