Initial check-in 87/23587/3 halibut 8.0.5 8.0.6 8.99.5 halibut/8.0.5 halibut/8.0.6 halibut_8.0.5 halibut_8.0.6 icefish/8.99.5 icefish_8.99.5
authorScott Murray <scott.murray@konsulko.com>
Thu, 16 Jan 2020 20:56:45 +0000 (15:56 -0500)
committerScott Murray <scott.murray@konsulko.com>
Fri, 17 Jan 2020 15:46:32 +0000 (10:46 -0500)
commit72d27a7ee129c4aea2d0d0a1039af73f9017db35
tree46ca9b4e4045d89bc21c97f42479a34f8593275f
parentd37d1b09b688312f0119dac93221c633a8b8458c
Initial check-in

A simple application that pops up to display the guimetadata responses
from the voice capabilities API. It is currently considered to be Alexa
specific, as it relies on the response templates provided by the Alexa
voiceagent via the capabilities API, and there are no other voiceagents
available to vet whether those template contents will be treated as a
fixed part of the capabilities API.  At the moment, only the two types
of body template (BodyTemplate1 and 2) and the WeatherTemplate are
handled, and rendering of the latter is only of the current day's
weather.

The application uses the onscreen role so that it can pop up above
running applications.  To drive the pop up behavior, a simple client is
used to handle the guimetadata events from vshl-capabilities and show
the window with the homescreen API.  Filling in the template is handled
with separate support from libqtappfw to provide the template data to
Qt.

Additionally, note that there currently is a hook for the navigation
capability in the simple afb client to enable raising the navigation
application when the setDestination capability is triggered.  Once a
better place to handle this is architected, it should be moved out of
this application.

Bug-AGL: SPEC-3110

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ifce9554b93d1e781283fd68f8e911a7010dd8cf0
16 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
app/BodyTemplateDialog.qml [new file with mode: 0644]
app/CMakeLists.txt [new file with mode: 0644]
app/Main.qml [new file with mode: 0644]
app/WeatherTemplateDialog.qml [new file with mode: 0644]
app/afbclient.cpp [new file with mode: 0644]
app/afbclient.h [new file with mode: 0644]
app/alexa-viewer.qrc [new file with mode: 0644]
app/main.cpp [new file with mode: 0644]
autobuild/agl/autobuild [new file with mode: 0755]
autobuild/linux/autobuild [new file with mode: 0755]
conf.d/cmake/config.cmake [new file with mode: 0644]
conf.d/wgt/config.xml.in [new file with mode: 0644]