summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importstable/cm-13.0-ZNH0Eclyde@build012016-08-221-0/+21
| | | | | Change-Id: Iccc830c395209c7c247668de3c8c3d2e96cdf8a1 Ticket: RM-214
* Automatic translation importpinky@build012016-08-181-0/+21
| | | | | Change-Id: I562bb03ddf4b7f363a70bbde1660ae1ed9b864e0 Ticket: RM-214
* Automatic translation importclyde@build012016-08-131-0/+21
| | | | | Change-Id: I066cdff40bdf0c21c8aeb95cd48aeebabfb1b42b Ticket: RM-214
* Automatic translation importclyde@build012016-08-101-0/+2
| | | | | Change-Id: I5fe1797ab7f088f5c016ec05e054bf02304da8e7 Ticket: RM-214
* Automatic translation importpinky@build012016-06-201-0/+2
| | | | | Change-Id: I29d3a12e9283c89a7369035e6be82d0d88c4b1bf Ticket: RM-214
* Automatic translation importAbhisek Devkota2016-05-1417-0/+357
| | | | | Change-Id: I5912384533a78b1fdfdc20e7f9d97258b43f8ea3 Ticket: RM-214
* Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-077-15/+51
|\ | | | | | | | | | | https://android.googlesource.com/platform/packages/providers/CallLogProvider into HEAD Android 6.0.1 release 3
| * Add a check for full-memory-backup user awareness.Santos Cordon2015-10-137-15/+51
|/ | | | | | | Also, update the package name of CallLogBackupAgent. Bug: 24783945 Change-Id: Iccf88af058260bc94ac6837868c4da692427f464
* Mark missed calls as read in calllog restore(1/2)Roshan Pius2015-08-041-1/+1
| | | | | | | | | | | | | | | When missed calls are restored by CalllogBackupAgent using the addCall API of CallLog provider, we were setting the IS_READ flag to 0 which resulted in user getting a missed call notifications for all missed calls after restore. Adding a new addCall API signature which can specify the value to be put in the IS_READ field when a call is added to the calllog provider. This will be used by the CallLogBackupAgent to mark all restored missed calls as read. BUG: 22908952 Change-Id: Ie8e6619b75801c8f0ba4f554a5c3e67a7ad706dd
* Fix the Oem marker written to Call log backup.Roshan Pius2015-07-291-1/+1
| | | | | | | | | | | The addCallToBackup() of CallLogBackupAgent.java wrote the OEM maker as: data.wirteInt(END_OEM_DATA_MAKER + 1) but while restoring it, we just readInt() and compare the retrieved marker with END_OEM_DATA_MAKER, so it always fails. Detected via CTS test failure in b/22776570. BUG: 22776570 Change-Id: Ifc76ae9e66deec81edd2b049116f0eb6d260adf9
* Allow OEMS to write proprietary data within calllog backup.Santos Cordon2015-07-151-1/+106
| | | | | | Bug: 22504838 Change-Id: I6b6340b15528867c2874b6c8d42a5128b5b39571
* Stop checking OWNER user in calllog backup.Santos Cordon2015-07-061-10/+5
| | | | | | | | | | | | | Only OWNER supports backup today so this check is unnecessary. It also happens to have been written backwards and was only running for non-owners. Also, calllog entries can have a null handle if manually entered through the call log APIs. Add code to manage null-value smoothly when restoring the call log from backup. Bug: 22299502 Change-Id: I047a0282888fec03f904fbbfe39ac49f3d93886d
* CallLogProvider does not use cleartext network traffic.Alex Klyubin2015-05-201-1/+2
| | | | | | | | | | This declares to the platform and tools that this provider does not use cleartext network traffic. The platform and tools will be blocking (on best effort basis) attempts to use such traffic by this provider. For example, attempts to use HTTP (rather than HTTPS) will be blocked. Bug: 19215516 Change-Id: Ia10db29151645242a6758a1a4205280adb6e9e29
* Move Call Log backup into it's own package.Santos Cordon2015-03-069-8/+792
| | | | | | | | | | | | | Moves the call log backup from the contacts provider into it's own package. This should make it easier to support backup through the same package name for OEMs which revise (and rename) the contacts provider. Also add a CallLogChangeReceiver to receive notices from the CallLogProvider when the call log changes. When this happens, the receiver notifies the backup manager that it should run a backup at it's earliest convenience. Change-Id: I5774bba333a83adf53e1733f80a3df9e8140adb8
* Add new empty project for CallLogProviderSantos Cordon2015-01-139-0/+64
| | | | | | Contents copied mostly from ContactsProvider. Change-Id: Ib9e272052456e175057730af9d73c701b1e053fa
* Initial empty repositoryBaligh Uddin2015-01-120-0/+0