summaryrefslogtreecommitdiffstats
path: root/conf.d/wgt
AgeCommit message (Collapse)AuthorFilesLines
2019-07-29Revert "binding: bluetooth-pbap: add scope-platform permission to config.xml.in"Matt Ranostay1-1/+0
This reverts commit f207663c1dd42351e858907f4b1020af492f0e73. Bug-AGL: SPEC-2575 SPEC-2695 Change-Id: I9baebc0a58b876fb230f550a11f72fdf17cf8ea0 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-06-27binding: bluetooth-pbap: add scope-platform permission to config.xml.inhalibut_7.99.3halibut_7.99.2halibut/7.99.3halibut/7.99.27.99.37.99.2Matt Ranostay1-0/+1
Add urn:AGL:permission::partner:scope-platform to run on the platform scope. Bug-AGL: SPEC-2575 Change-Id: I4a12158de80b791a6af25c947592e58a27bf7c96 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-04-10binding: bluetooth-pbap: use persistence binding for cachingMatt Ranostay1-0/+1
Caching of contacts moved into storing in the persistence binding Bug-AGL: SPEC-2311 Change-Id: Ie9fa7b3e01f84f17101b211204575fc77bdc9a67 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-01-29binding: bluetooth-pbap: cache contacts list on connectionMatt Ranostay1-1/+1
Populating the contacts list can take several seconds for the OBEX transfer to complete. So to avoid phone UI delays service is started at startup, and populates a cached version of contacts for clients. Change-Id: I1687fc6bc075964b71be4515c5048bff1861b4ec Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-11Use feature 'required-binding'Jose Bollo1-1/+4
The feature "urn:AGL:widget:required-binding" is now preferred to the feature "urn:AGL:widget:required-api" for requiring a local binding. Bug-AGL: SPEC-1800 Change-Id: I6fd143c82298e9afa3d8eb7c3788bd3890810b4b Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
2018-06-14Initial Bluetooth PBAP bindingMatt Porter1-0/+24
Supports the following features: - retrieval of phonebook contacts - retrieval of call history (incoming/outgoing/missed/combined lists) - retrieval of individual contact entry by handle - search for contact by phone number Bug-AGL: SPEC-1437 Change-Id: I1d0d5c4c02e5ba4a5db1bcfc932421fd9d478426 Signed-off-by: Matt Porter <mporter@konsulko.com>