aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-15Add gitreview file for jellyfish branchjellyfish_10.0.3jellyfish_10.0.2jellyfish_10.0.1jellyfish_10.0.0jellyfish/10.0.3jellyfish/10.0.2jellyfish/10.0.1jellyfish/10.0.010.0.310.0.210.0.110.0.0jellyfishJan-Simon Möller1-1/+1
Update the .gitreview file. Change-Id: If4bcd2c8b0fa81cae22b107e6cddddb00a5e1b52 Bug-AGL: SPEC-3581 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2020-06-09Update autobuild scriptsjellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.49.99.39.99.29.99.1Scott Murray2-204/+154
Update autobuild scripts with reworked version that fixes building outside of the source tree. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ieaeee4e2782088a47054db9ee31d0563ab3d9480
2020-02-18Update autobuild script to create new targetsFrederic Marec2-26/+174
Update autobuild script to create multiple widget target debug, coverage and all Bug-AGL: SPEC-2049 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh> Change-Id: If4bd522edde560e02c36dab911979d939252fd95
2019-06-26binding: telephony: add scope-platform permission to config.xml.inicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.1halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.28.99.58.99.48.99.38.99.28.99.18.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.37.99.2halibutMatt Ranostay1-0/+1
Add urn:AGL:permission::partner:scope-platform to run on the platform scope. Bug-AGL: SPEC-2575 Change-Id: Ic4b83b80c0dce9d33a1c23befc8d23c9d7e3102e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-06-11binding: telephony: add support for detect hw modemsMatt Ranostay1-2/+2
Detect hardware modems for voicecalls on binding startup. This is done by checking for "hardware" type only on startup (i.e. modem with no address since it isn't handsfree). Bug-AGL: SPEC-2481 Change-Id: Id0427814c2a841a9f100bdd0e1972e6e370270c4 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-06-03binding: telephony: remove indents in ofono_manager_set_default_modem()Matt Ranostay1-44/+42
Reduce indents in ofono_manager_set_default_modem() function to make it more concise. Bug-AGL: SPEC-2481 Change-Id: I8aabd42c024792afbd95abd0938d1d487afcb318 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-03-27Merge "binding: telephony: add online event for hfp status"halibut_7.99.1halibut/7.99.17.99.1Jan-Simon Moeller2-6/+27
2019-03-16binding: telephony: remove useless .gitmodulesMatt Ranostay1-3/+0
Bug-AGL: SPEC-2268 Change-Id: Ifa6ff813a8bf0898b486c231d49bcc504710738a Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-03-13binding: telephony: add online event for hfp statusMatt 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-02-27autobuild: 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>
2019-02-13Merge "binding: telephony: remove bluetooth dependency"Jan-Simon Moeller3-118/+75
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-29binding: 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-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