summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/CallLogProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Add READ_ALL_VOICEMAILS Permision to VoicemailPermissions, VoicemailContentPr...fafaisland2014-06-171-5/+7
* Filtes out legacy number in call logsChristine Chen2013-10-011-4/+12
* Add number presentation column to call log tableJay Shrauner2013-06-101-0/+1
* Clean up int data conversion callsJay Shrauner2013-05-231-2/+2
* Start tracking content provider app ops.Dianne Hackborn2013-01-151-0/+2
* Adding limit and offset parameters to calllog provider.Chiao Cheng2012-08-031-5/+37
* Reorganize import in contacts providerMakoto Onuki2012-06-271-4/+4
* Use integer constant when adding filtering clause.Flavio Lerda2011-11-151-4/+3
* Add new column for cached formatted number.Flavio Lerda2011-10-011-0/+1
* Fix voicemail tests.Flavio Lerda2011-09-051-2/+7
* Lazily-initialize PhoneNumberOfflineGeocoder/PhoneNumberUtilMakoto Onuki2011-08-301-1/+1
* Add log to measure startup performanceMakoto Onuki2011-08-281-0/+7
* Add a few columns for caching to the call log.Flavio Lerda2011-08-261-0/+4
* Notify callog uri if a change is made through voicemail provider.Debashish Chatterjee2011-08-101-20/+13
* Automatically add a geocoded location to entries in the call log.Flavio Lerda2011-08-101-12/+11
* Improvements in voicemail broadcast notifications.Debashish Chatterjee2011-07-261-3/+19
* Implement IS_READ column in content providers.Flavio Lerda2011-07-251-0/+1
* Use shared constants for call log with voicemails.Flavio Lerda2011-06-291-28/+3
* Introduced query param 'include_voicemails' for call_log uri.Debashish Chatterjee2011-06-281-17/+120
* Added checks in voicemail provider to not expose call_log fields.Debashish Chatterjee2011-06-171-11/+5
* Introduced new voicemail fields in 'calls' table.Debashish Chatterjee2011-06-151-10/+24
* Fixing strict mode violation in CallLogProvider.Dmitri Plotnikov2010-12-081-4/+5
* Fixing LegacyContactImporterTestDmitri Plotnikov2010-11-301-1/+1
* Store the current country code in call logBai Tao2010-09-011-1/+10
* Remove the fake ContentChanged notificationBai Tao2010-03-251-2/+6
* Renaming OpenHelper to ContactsDatabaseHelperDmitri Plotnikov2009-09-291-9/+9
* Use strict phone number comparation algorithm if the config tells the package...Daisuke Miyakawa2009-09-191-1/+6
* [Issue 2123481] Adding notifications to CallLogProviderDmitri Plotnikov2009-09-171-2/+12
* Extracting call log implementation out of the legacy contacts provider.Dmitri Plotnikov2009-07-291-0/+190