summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of ↵HEADreplicant-6.0-0001replicant-6.0Wolfgang Wiedmeyer2017-05-022-18/+39
|\ | | | | | | https://github.com/LineageOS/android_packages_providers_ContactsProvider into replicant-6.0
| * Automatic translation importAbhisek Devkota2017-04-281-18/+0
| | | | | | | | Change-Id: Id5d76c4f57f4d52ef88837b7914352c1d976cbd7
| * Automatic translation importAbhisek Devkota2017-02-191-0/+39
| | | | | | | | Change-Id: I9048f81715f0f660fa26a3db0378a1ea47624696
* | Use signatureOrSystem for SEND_CALL_LOG_CHANGE permissionWolfgang Wiedmeyer2017-02-141-1/+1
|/ | | | | | Makes Debian's Manifest Merger happy. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Automatic translation importpinky@build012016-09-251-0/+3
| | | | | Change-Id: I867550beb45b5f75e2f55a33c2283b7529ad8f78 Ticket: -
* Automatic translation importpinky@build012016-08-290-0/+0
| | | | | Change-Id: I7fb5a44f2d19df123cfc32fa7685c11f6c7534f3 Ticket: -
* Automatic translation importpinky@build012016-08-273-0/+117
| | | | | Change-Id: Ia936f860e0b918488a7698ad6a58e7bdde8bbc00 Ticket: -
* ContactsProvider: Fix build without jackartefvck2016-08-161-1/+2
| | | | Change-Id: I10a61dd5480e579ac389636348c9f357e439f555
* Automatic translation importpinky@build012016-07-161-0/+3
| | | | | Change-Id: I63fdafeba039b2c123e0402ef49146ed1875d4ed Ticket: -
* Automatic translation importinky@build012016-06-171-0/+3
| | | | Change-Id: I8507cda053fd7795c6ad476024a92a56503fb976
* Obtain region config from system-property for Contacts pre-loadingRohit Yengisetty2016-05-241-6/+48
| | | | | | | | | | | If Telephony isn't ready during the first boot, then the Resource configuration for Contacts pre-loading does't have the right information to determine whether or not to add the default contacts. This patch adds a check on the "ro.prebundled.mcc" system-property to help determine the region specific configuration to use. Issue-Id: PAELLA-50 Change-Id: I57f131bbf1cc41679c2ce76a6956b40a35093439
* Automatic translation importAbhisek Devkota2016-05-171-0/+2
| | | | Change-Id: If82138b23341a9b544ccae8eea779ca031420465
* ContactsProvider: don't crash on locale changeRoman Birg2016-05-061-3/+8
| | | | | | | | | | Catch crashes when looking up nonexistant resources stored in the group title_res table. Ticket: CYNGNOS-2656, OSS NIGHTLIES-2952 Change-Id: Id496df461f16dcf7a7596347dda5e3ff806767d0 Signed-off-by: Roman Birg <roman@cyngn.com>
* Modify "(1/2) Call Lookup: Update call log handler to query usernames"Richard MacGregor2016-05-022-38/+69
| | | | | | | | | This paritally reverts commit 22eeaf50aa43112156d11b665857cc867d21ae63. Then modifies it to not use isPhoneNumber, which was causing issues when InCallApi usernames had digits. Ticket CD-460 Change-Id: I751fa70a18ab2752ff7a3adfceda53b041051a8d
* Partially revert "Merge tag 'android-6.0.1_r22' of ↵Michael Bestas2016-05-029-14/+46
| | | | | | | | | https://android.googlesource.com/platform/packages/providers/ContactsProvider into cm-13.0" This reverts commit d33287d23af5e2b5c1e699e0bad627669f1102bf, reversing changes made to 65e4ac5d30b316328ebbeb0589809ca2a84e2b3d. Change-Id: I52c5ce6ea62e835100b6a5e1bfc6d3904c6e8741
* Merge tag 'android-6.0.1_r30' into HEADJessica Wagantall2016-04-180-0/+0
|\ | | | | | | | | Ticket: RM-234 Android 6.0.1 release 30
| * Update directories when initializing ContactsProvider.Tingting Wang2016-02-161-0/+1
| | | | | | | | | | | | | | | | | | | | This is to fix a bug when reading exchange provider. Updating directories can fix it without factory reset or account changed. BUG 22398175 Change-Id: I36e05ff5f7bc83dc25ab165e5f5fb122bbe6c160 (cherry picked from commit 59af846139224607b667c61ee191bf363ef929ba)
* | Automatic translation importMichael Bestas2016-04-161-0/+39
| | | | | | | | Change-Id: I77c9e06978a7a1abb1e7e3ba5e6b2f1e4f0ff02f
* | ContactsProvider: Fix polyphones in Chinese.YuanQY2016-04-141-2/+65
| | | | | | | | | | | | | | | | | | | | Merge the resolution for polyphones in Chinese from https://github.com/ShenduOS/android_packages_providers_ContactsProvider/commit/d232513ba086fd0508def8ef0f7fb7d9cec5d171, thanks the Shendu OS team. Patch Set 2: Format the code style. Change-Id: I84d5921ec43502bcfd2a1aefd4cae9fd0600c9d1 (cherry picked from commit 61d7ec35b4c2fbbe6f8ed86e14e39900c301f00a)
* | Switch to ambientsdkStephen Bird2016-04-081-1/+1
| | | | | | | | Change-Id: Ic4475d88ac7620373ffa9f03a51032e88a55340c
* | Contacts: automatic merge count metricsErica Chang2016-04-073-0/+18
| | | | | | | | | | | | CD-297 Change-Id: I08250503463b9fa3cedd2f800b20c298cc1b0786
* | Switch to ambientsdk-internalRaj Yengisetty2016-04-071-1/+1
| | | | | | | | Change-Id: Ifeffa07c10c439e678440b403e6a85be0d3ce052
* | Bump targetSdkVersion to 23Matt Garnes2016-04-071-1/+1
| | | | | | | | | | | | | | AmbientSDK now targets 23 and the main application cannot target a lower API than a library it depends on. Change-Id: I1ac88f94e622b3fccb7e55c14b6578eee89cd677
* | Get mimetype for strequestnsStephen Bird2016-04-071-0/+1
| | | | | | | | Change-Id: I880674163e20cc2b3f6383ec0710e6de75ddbad7
* | AmbientSDK: set new target SDK to 22Raj Yengisetty2016-04-071-1/+2
| | | | | | | | Change-Id: I736d13f488339f5a4ae82cf805a93835a1060ea1
* | Fix query if no username exists in pathStephen Bird2016-04-071-1/+1
| | | | | | | | | | | | | | If no username exists in path, do not attempt to lookup the plugin with the username param. Change-Id: I5161371e0eb825cbf7a8b4610eeff7e5b7cb502f
* | ContactsProvider: Join raw_contacts and data on the proper IDStephen Bird2016-04-071-1/+2
| | | | | | | | | | | | | | For some reason, we selected the wrong ID to join these tables on. contact_id may be completely different from the raw_contact_id in data. Change-Id: Idd067a90a67a126b22f7bb0281c69e93ad6bed10
* | (1/2) Call Lookup: Update call log handler to query usernamesStephen Bird2016-04-072-17/+45
| | | | | | | | Change-Id: Ie5b5f035d5c4fc5c35a2b3b0b2233353127c468a
* | [1/3] Show incall plugin contacts in favoritesRichard MacGregor2016-04-071-5/+30
| | | | | | | | | | | | | | Add ability to show contacts with incall callable mimetypes as starred/favorites. Change-Id: Iccaee75cbf607c6a8ad10d81bd8abb3797748512 Tickets: CD-58 CD-60 CD-119
* | Update addresBookIndexer when removing dupesRichard MacGregor2016-04-071-0/+6
| | | | | | | | | | | | | | | | Callable contacts allowed for removing duplicates but didn't update the addressBookIndexerCountExpression to take account for the offset. Change-Id: I92a40e3adc1a0824e44224fc50d0faeca66dec48 Tickets: CD-99
* | New uri path for removing duplicate callable contactsRichard MacGregor2016-04-071-8/+58
| | | | | | | | | | | | | | | | | | - Callable and Phone paths removed duplicate numbers per contact, not duplicate contacts - Now supports passing extra callable mimetypes as query parameters, no more hardcoding required. Change-Id: I5926587543f577cb0c9be4f79bf32be6148f555d
* | CallLog: change plugin to packageStephen Bird2016-04-072-13/+14
| | | | | | | | Change-Id: I4bf56232d8a12e808b38855d7e1b9306b8129d56
* | CallLog: initial adding of new plugin columnsStephen Bird2016-04-074-4/+74
| | | | | | | | Change-Id: I4f1f08ccf40e1042ae343f8b27becdd23f0e8cf8
* | Query skype mime type when getting CALLABLE contactsemancebo2016-04-071-2/+6
| | | | | | | | | | | | TODO: pass in mime type so that this is not skype specific Change-Id: I37dd1119bea41e2c544b18773b134de41105da2e
* | Automatic translation importMichael Bestas2016-04-061-0/+39
| | | | | | | | Change-Id: Ib69987b18c0fe1af4ce9c70d1a26fde690b43485
* | Automatic translation importMichael Bestas2016-03-282-0/+78
| | | | | | | | Change-Id: I1e70719a49f605574c17167156cdc9a2dd92b875
* | update addCall to account for extra paramterIan Roy2016-03-221-1/+1
| | | | | | | | | | | | caused by this: http://review.cyanogenmod.org/#/c/134250 Change-Id: I93e3691da1f5a8655ce04d0bdedeadbbdbb8bc8d
* | [4/4] Add column for storing origin in CallLogStephen Bird2016-03-182-2/+21
| | | | | | | | | | | | | | | | We use this origin column to determine which parts of the application/os are used to make calls most often. Ticket: CD-517 Change-Id: I254a4731e7618b6dd523bf6ba567d2a5dffd3c01
* | Merge branch 'dr15' into cm-13.0Steve Kondik2016-03-1210-46/+15
|\ \
| * \ Merge tag 'android-6.0.1_r22' of ↵Steve Kondik2016-03-1010-46/+15
| |\ \ | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/packages/providers/ContactsProvider into cm-13.0 Android 6.0.1 release 22
| | * | Update directories when initializing ContactsProvider.Tingting Wang2015-12-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to fix a bug when reading exchange provider. Updating directories can fix it without factory reset or account changed. BUG 22398175 Change-Id: I36e05ff5f7bc83dc25ab165e5f5fb122bbe6c160
| | * | Add READ/WRITE_CONTACTS permissions to ContactsProvider am: ade78bd70aYorke Lee2015-10-241-0/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 9658b87006 * commit '9658b870066c74caffc0e3517a105b16ed001660': Add READ/WRITE_CONTACTS permissions to ContactsProvider
| | | * \ Add READ/WRITE_CONTACTS permissions to ContactsProviderYorke Lee2015-10-241-0/+2
| | | |\ \ | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | am: ade78bd70a * commit 'ade78bd70affa0d5963a998152646f55dfe24bf5': Add READ/WRITE_CONTACTS permissions to ContactsProvider
| | * | | am 1da0bdf7: am b50aef55: Update calllogbackup\'s new package name.Santos Cordon2015-10-141-2/+2
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | * commit '1da0bdf7cd672abce5a99bd70cb8899eb27c69c1': Update calllogbackup's new package name.
| | | * | am b50aef55: Update calllogbackup\'s new package name.Santos Cordon2015-10-141-2/+2
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b50aef5535403ca212f5785529e4b2f1709fe107': Update calllogbackup's new package name.
| | * | \ \ am 68a179cd: (-s ours) am c9f90deb: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2015-09-250-0/+0
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | * commit '68a179cd970fea0f9c15a80bb46f1f3e052b371e': Import translations. DO NOT MERGE
| | | * | | am c9f90deb: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2015-09-250-0/+0
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c9f90deb47fd289851615e92a51bee233d30bbd8': Import translations. DO NOT MERGE
| | * | \ \ \ am de10e36c: (-s ours) am 03b9ce57: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2015-09-190-0/+0
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | * commit 'de10e36c747503c6d43b1a95f60aa4f2bcc10541': Import translations. DO NOT MERGE
| | | * | | | am 03b9ce57: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2015-09-190-0/+0
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '03b9ce57b263417b031f34305c1d0f355d8fa0cb': Import translations. DO NOT MERGE
| | * | \ \ \ \ am 27174a97: am 8da96d94: am 07b5ddba: Fix CallLogProviderTest.testAddCallYorke Lee2015-08-031-3/+4
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '27174a97d74b203bd5612d8f74e2a2d45f1bacf0': Fix CallLogProviderTest.testAddCall