summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/VoicemailContract.java
Commit message (Expand)AuthorAgeFilesLines
* Added FETCH_VOICEMAIL intent definition in VoicemailContract.Debashish Chatterjee2011-08-111-0/+12
* Removed permission READ_WRITE_OWN_VOICEMAIL from framework/base.Debashish Chatterjee2011-08-041-1/+1
* Add OpenableColumns to the Voicemail table.Hugo Hudson2011-08-011-1/+1
* Add IS_READ field to CallLog and VoicemailContract.Flavio Lerda2011-07-261-6/+0
* Add IS_READ column in call log and voicemail providers.Flavio Lerda2011-07-251-0/+6
* Voicemail content provider API for api council review.Debashish Chatterjee2011-07-191-17/+70
* Merge "Android security code review."Adrian Ludwig2011-07-071-0/+1
|\
| * Android security code review.Debashish Chatterjee2011-07-041-0/+1
* | Introduced a common SOURCE_PACKAGE_FIELD in VoicemailContract class.Debashish Chatterjee2011-07-051-2/+8
* | Got rid of deprecated fields from VoicemailContract api.Debashish Chatterjee2011-07-041-21/+1
|/
* Cleanup VoicemailContract.Debashish Chatterjee2011-07-011-24/+45
* VoicemailContract API change to add voicemail status table fields.Debashish Chatterjee2011-07-011-4/+100
* Got rid of deprecated EXTRA_CHANGED_BY from VoicemailContract.Debashish Chatterjee2011-06-281-9/+1
* Introduced 'SELF_CHANGE' extra for voicemail notifications.Debashish Chatterjee2011-06-281-0/+7
* Modified Voicemail.SOURCE_DATA value to match with the constant name.Debashish Chatterjee2011-06-151-1/+1
* Made VoicemailContract classes non-instantiable.Debashish Chatterjee2011-06-101-1/+10
* Voicemail provider contract definition.Debashish Chatterjee2011-06-081-0/+139