Age | Commit message (Collapse) | Author | Files | Lines |
|
This updates the gitreview file in the project
.
Change-Id: Ib561ce626a3e38355d3ef1460727d87843b797e6
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: Id3f190aa58e41ee670313d1e624ea7f373b82123
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Add code to pull in the voice capabilities binding, subscribe to the
existing setDestination and cancelNavigation events, and use the data
that comes from them to set/clear the destination waypoint.
Bug-AGL: SPEC-3107
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Iaeb0283492cc89e8cff1a1558cab7554e32e3142
|
|
To avoid possible side effects from afb framework releasing
a cached json_object just deep copy to target cached object.
Bug-AGL: SPEC-2880
Change-Id: Ie953d4668cd4e9a33a91d727a378cd24e75f112e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
json_object returned from get_storage_from_value() needs to be protected
within the write lock. This is to prevent reentrant calls to broadcast() from
accessing it, and running json_object_put()
Bug-AGL: SPEC-2880
Change-Id: I9fdf614728368c75e925e4c5a0f3ca19a7e517e1
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add missing read lock around event pushing from value that isn't
required to be cached.
Bug-AGL: SPEC-2880
Change-Id: I7aae2ec9df722fdefcec2d35977251e008375d92
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add more parameter documentation to position event
in README.md
Bug-AGL: SPEC-2880
Change-Id: Iaabc355752a24fd931b86befdb80738faf7c2dca
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
To remove dependency on DBus the binding needed to be rewritten to
output pure JSON output to subscribed consumers.
Bug-AGL: SPEC-2880
Change-Id: Ie85dfccd42ca36119116a0fbfb16bf4e96efc184
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-2815
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: Ia01d5f2cf77757aebe71d0a85a6bc123b8315d63
|
|
Move json_object_put calls to fix lifecycle issues exposed by the
json-c upgrade with OE thud. In the newer version, an extra put
now triggers an assertion, so rework the affected logic to only call
put when needed in the failed request cases.
Bug-AGL: SPEC-2707
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia111e408abf515e3ea7b105c66c1339daa759a87
|
|
Initial check in of contents of the original repository:
git://github.com/AGLExport/agl-service-navigation
as of commit 1f1ffc92fcc882aa5e885badbc91a3384f5d77b1.
Bug-AGL: SPEC-2787
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I02d008ee73cdfd88f1e7587ee57101187b9c4d6d
|
|
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
|