aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-04binding: telephony: add online event for hfp statusguppy_7.0.4guppy_7.0.3guppy_7.0.2guppy_7.0.1guppy/7.0.4guppy/7.0.3guppy/7.0.2guppy/7.0.17.0.47.0.37.0.27.0.1guppyMatt Ranostay2-6/+27
To allow clients to detect if a phone/handsfree profile is connected. Note this isn't inclusive of an actual phone call being active. Bug-AGL: SPEC-2257 Change-Id: Ie3d014bf86ab9c02c3f2a8a18aa324648b05f0a6 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-04-04binding: telephony: remove bluetooth dependencyMatt Ranostay3-118/+75
By subscribing to org.ofono.Modem PropertyChanged events it can be detected when a handsfree profile device is connected. In turn the bluetooth service access is no longer needed. Bug-AGL: SPEC-2117 Change-Id: Iae92c66962ac88e07d58d75e566ae31e7128c831 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-03-13autobuild: fix warnings due to cp command exit errorRaquel Medina4-120/+158
- bring latest version of autobuild script in - move conf.d/autobuild to root folder - update autobuild script to fix warnings triggered by cp operation error. Change-Id: I63dc4b577ea9e95ed9afc8912c2fd1a39db09ada Bug-AGL: SPEC-2164 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> (cherry picked from commit 44f6225edbb09693fb1182fc46480f033f6f4b69)
2019-02-06Add gitreview for guppyguppy_7.0.0guppy_6.99.5guppy/7.0.0guppy/6.99.57.0.06.99.5Jan-Simon Möller1-1/+1
Change-Id: Ic466b33b4e2d718d45add62688b113d029fc4e52 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-02-06Initial .gitreviewhalibut_7.90.0halibut/7.90.07.90.0Jan-Simon Möller1-0/+5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-01-17Merge "binding: telephony: remove compiler warnings"guppy_6.99.4guppy/6.99.46.99.4Jan-Simon Moeller6-114/+120
2019-01-13binding: telephony: remove compiler warningsMatt Ranostay6-114/+120
Remove compiler warnings on gdbus generated code by regenerating with gdbus-codegen 2.56.3 Change-Id: I9e5525031b8ac5662a101d71fc06179eab02695b Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-01-10binding: telephony: add initial README.md documentationMatt Ranostay1-0/+39
Bug-AGL: SPEC-2104 Change-Id: If6f6d1b5cdf9a9956bc00170be766582365140fb Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-11-20binding: telephony: remove agl-service-bluetooth-pbap from required apiguppy_6.99.3guppy_6.99.2guppy_6.99.1guppy/6.99.3guppy/6.99.2guppy/6.99.16.99.36.99.26.99.1Matt Ranostay1-1/+0
Phone application uses the agl-service-bluetooth-pbap directly and the agl-service-telephony doesn't use it at all. This was an artifact of the telephony service and phone application being separated. Change-Id: I4e3e11d87aa996953c4a68d8b0a3f7b30cff4457 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-11-12binding: telephony: update bluetooth service calls to v2.0Matt Ranostay1-34/+70
Bug-AGL: SPEC-1630 Change-Id: I7e052af9001ced3f2a182b6df6014bf0b7517346 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-11-11binding: telephony: fix segfaulting when modem is connectedMatt Ranostay1-1/+1
Serial field isn't always passed if the device isn't connected causing a segfault when strcmp() is called. Change-Id: I0be1d9270a66df099786170136913a4b5525d582 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-31Migrate app-templates to CMake moduleRomain Forlot2-5/+9
Bug-AGL SPEC-1682 Change-Id: Icd17d31bbee510a08ff90485855397a71e48eefa Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-18Merge "binding: telephony: upgrade to afm framework version 3"flounder_6.0.2flounder/6.0.26.0.2Jan-Simon Moeller5-67/+47
2018-10-18Merge "binding: telephony: add missing file to build scripts"Jan-Simon Moeller3-1/+6
2018-10-15binding: telephony: upgrade to afm framework version 3Matt Ranostay5-67/+47
Bug-AGL: SPEC-1757 Change-Id: Ie27070063d1c66329cddab8eb28ecdf2cd1f203e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-15binding: telephony: add missing file to build scriptsMatt Ranostay3-1/+6
CMakeFiles was missing a few source files, and incomplete deps which was causing "undefined symbols" on load Change-Id: I76ee91d880ab7be10772d615a24871fca9586386 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-09Use feature 'required-binding'Jose Bollo1-0/+3
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: I49e683d61589e750a661b72c3ee8a5d156baa1eb Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
2018-09-27binding: telephony: add initial bindingMatt Ranostay26-0/+9621
Split out binding from phone application Bug-AGL: SPEC-1757 Change-Id: Ie66364e20528ec1b7c67deb20247a843b289b68c Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-09-26Initial empty repositoryguppy_6.90.0guppy/6.90.06.90.0Jan-Simon Moeller0-0/+0