summaryrefslogtreecommitdiffstats
path: root/app/app.pri
AgeCommit message (Collapse)AuthorFilesLines
2021-01-07Remove libhomescreen dependencykoi_10.93.0koi_10.92.0koi/10.93.0koi/10.92.010.93.010.92.0Scott Murray1-9/+0
libhomescreen was still a dependency in the qmake files, and its header file was being pulled in in main.cpp even though there it is no longer used, remove usage. Also remove long unused QT websockets module dependency while cleaning up. Bug-AGL: SPEC-3757 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I53b1228a3f23bd2d0fdc69acbd5fa8a31b1348c7
2019-01-23Replace QtMultimedia usage with 4A + gstreamerScott Murray1-0/+6
Replace QtMultimedia usage for ringtone playing with a gstreamer pipeline that uses the provided 4A role ALSA device for output. For now, a "phone" role is assumed to be available, but it does not exist in the current set of 4A policy and HALs, and needs to be added. Testing was done by making the required role changes locally and using some debug QML tweaks to allow triggering the ringtone manually. Bug-AGL: SPEC-1596 Change-Id: I55c2229de1bc5470ee818e5be382b64664fa2d29 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-11-09Move ringtone logic from QML to Phone classMatt Porter1-0/+1
Adds a Phone class that implements ringtone logic. This allows for the ringtone to be started/stopped even if the phone app is not visible (QML render thread not executing) and the QML implementation can be removed. Bug-AGL: SPEC-1081 Change-Id: I7d0dd5f167ce1f53477d6c9d8053111996033e4c Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-02-28Import latest code from CES2017 repoScott Murray1-0/+12
Change-Id: Id7ad21f47ea50d15156171a7dfa139da46c4f977 Signed-off-by: Scott Murray <scott.murray@konsulko.com>