summaryrefslogtreecommitdiff
path: root/daemon/watchconnector.cpp
AgeCommit message (Collapse)Author
2014-07-11Sending the string as it is even if empty, but always \0 terminate all strings.Philipp Andreas
Fixes empty string to get received. Also an empty subject does not occupy space on the pebble notification.
2014-07-10Never send notifications with empty parts. replace empty strings by one ↵Philipp Andreas
space (or the message does not get displayed)
2014-07-09Implemented daemon interfaces for QML Manager appTomasz Sterna
2014-07-09Moved watchConnector to daemon and implemented daemon interface for QMLTomasz Sterna