summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importstable/cm-13.0-ZNH5Ypinky@build012016-08-211-0/+21
| | | | | Change-Id: I88da231b580e7a63a90c284e959eba155525f7ff Ticket: RM-290
* Automatic translation importpinky@build012016-08-190-0/+0
| | | | | Change-Id: Ia0826f41650ea1e8eaa95b0a4e0954eff419b409 Ticket: RM-290
* Automatic translation importpinky@build012016-08-191-0/+21
| | | | | Change-Id: Iffbf287a2d22ed88c50258a03d0f106c34516898 Ticket: RM-290
* Automatic translation importblinky@build012016-08-131-0/+21
| | | | | Change-Id: If2c0aa676ee0c763ad0f1f1cb77069279ecf42e1 Ticket: RM-290
* Automatic translation importclyde@build012016-08-091-0/+2
| | | | | Change-Id: I30f60b451f4fdbb812425c844f234eb8535fdd2e Ticket: RM-290
* Automatic translation importinky@build012016-06-171-0/+2
| | | | Change-Id: I295075a0e5fa943b6afff8f512a5d647ef31954f
* Automatic translation importMichael Bestas2016-04-161-0/+21
| | | | Change-Id: Ia76e63707971ceb87d76eef2010d5106d8fdd39c
* Automatic translation importMichael Bestas2016-04-061-0/+21
| | | | Change-Id: Ife861e4269002591c015428628428337859bd740
* Automatic translation importMichael Bestas2016-03-282-0/+42
| | | | Change-Id: I41d6773898bbac952d8a87b2f7acd57e3710367d
* [3/4] Account for extra bundle in testsStephen Bird2016-03-161-1/+3
| | | | Change-Id: Ie6b57988eb111a128490bee3301c89d6c1acd8d0
* Automatic translation importMichael Bestas2016-03-0513-0/+273
| | | | Change-Id: I8d2034682035880d2aa63c21fbbb3d5a24a31f35
* 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