summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importstable/cm-13.0-ZNH2Kpinky@build012016-08-230-0/+0
| | | | | Change-Id: Ic25baa970b2108e2b962d04b7b11b6ddc7c30348 Ticket: RM-231
* Automatic translation importclyde@build012016-08-231-0/+21
| | | | | Change-Id: I463c2484944f95bf02cbc47eddacd280950a8f73 Ticket: RM-231
* Automatic translation importclyde@build012016-08-181-0/+21
| | | | | Change-Id: If8bb99a9b5cf25ee62989a6d9a4feecd95aa67cb Ticket: RM-231
* Automatic translation importpinky@build012016-08-131-0/+21
| | | | | Change-Id: Ia50325055e339f342394c875e09ea70df0514c0c Ticket: RM-231
* Automatic translation importclyde@build012016-08-091-0/+2
| | | | | Change-Id: I9a13639b461b057ad46493152c468672c111f1ec Ticket: RM-231
* Automatic translation importstable/cm-13.0-ZNH2KBinky@build012016-06-171-0/+2
| | | | | Change-Id: If8a421967a1451776c73f0f3e21edfed8b564586 Ticket: RM-231
* Automatic translation importAbhisek Devkota2016-05-141-0/+21
| | | | | Change-Id: I545a0f684a6d7c066ba78235a2d66be8aa0465f7 Ticket: RM-231
* Automatic translation importMichael Bestas2016-04-061-0/+21
| | | | | | RM-231 Change-Id: Ife861e4269002591c015428628428337859bd740 (cherry picked from commit 06ae94311dcd85225bc085ab95ec6f835e5b7d60)
* 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