summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importcm-14.1Michael Bestas2019-08-0610-180/+0
| | | | Change-Id: Ie5d294ad44ee821882115f7fe6739407253cf43a
* Automatic translation importMichael Bestas2019-03-1113-43/+6
| | | | Change-Id: I85b4223fa60aa9ea88ebfcacc7cd61d4944f9938
* Automatic translation importMichael Bestas2018-02-043-0/+44
| | | | Change-Id: I9aec5bcaef08eea331f967f0d68d66c2fa65281f
* Automatic translation importAbhisek Devkota2017-12-162-0/+42
| | | | Change-Id: Ib19c02693e9f42aef717ca944841c4506f284efb
* Automatic translation importAbhisek Devkota2017-12-111-0/+21
| | | | Change-Id: Ic42b29d61eb0024c8c1242471dfb74ce17652626
* Automatic translation importMichael W2017-03-021-2/+0
| | | | Change-Id: I9c8410a26e871e49f211fa6089e62cb729ce08b1
* Automatic translation importAbhisek Devkota2017-02-161-0/+21
| | | | Change-Id: I77547ced61bc74a7c76cc906b9b4531777ae835c
* Automatic translation importstaging/cm-14.1-cafrebaseinky@build012016-12-3018-0/+382
| | | | | Change-Id: I86bc40d715fa003a0337c71411ae55167ad077cf Ticket: -
* Merge 54dd41dcf5044f44eb28780f95a665b145105d2d on remote branchLinux Build Service Account2016-12-151-6/+0
|\ | | | | | | Change-Id: I3563dc0f7bddd379ba3ee7615a272989c8799cf5
| * Merge N-MR1 to remote branch.Lalit Kansara2016-12-081-6/+0
|/| | | | | | | Change-Id: I3a8a59060e81e43d57f34462332be83563ff0fb4
| * Remove preventBackup check in call log onRestoreShreyas Basarge2016-07-251-6/+0
|/ | | | | | | | | | Restore happens before the users gets to the screen asking for permission. Besides, if the backup data exists then the user had agreed to have data backed up on the old device. Bug: 30198445 Change-Id: I28bc88857bcf561f1b67cc989f9c0a64e014af3f
* Update code coverage filtercm-14.0Sebastien Hertz2016-04-121-2/+2
| | | | | | | | Bug: 28014424 (cherry picked from commit 1fac97f13fcda949bae32569eb2333c5b4161b61) Change-Id: Idd808f5e0ce217f6d51b6698b77be07c8c5d7a80
* Add VIA number column to CallLog BackupBrad Ebinger2016-03-231-2/+11
| | | | | | | | | | | Add a column to the CallLog Backup that records the secondary line number that an incoming call has been received on. More specifically, a call is assumed to be considered a "VIA number" if the call's incoming line number does not match the number registered with the SIM card. BUG: 25594198 Change-Id: I14c02e846e1382c3f14c3cc1947144ce310e4b8c
* Increment version number and add check for presence of post-dialHall Liu2015-12-041-9/+14
| | | | | | | | Increment the version number to 1004 and only load the post-dial digits from backup if the version number is >= 1004. Bug: 25861157 Change-Id: I7ccbc3bd50ba07382714528a4a7fc01e47234716
* Use new field addForAllUsers in CalllogBackupAgentTony Mak2015-11-251-4/+15
| | | | Change-Id: I7f65972fa851bc486f3eb2f2414456f90a31a816
* Add support for post dial digits to logsHall Liu2015-10-161-5/+9
| | | | | Bug: 24955678 Change-Id: I37c55887e21a216cf209dc0238e3f54671a8fc7c
* 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