summaryrefslogtreecommitdiffstats
path: root/app/phone.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-11-09Move ringtone logic from QML to Phone classMatt Porter1-0/+39
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>