summaryrefslogtreecommitdiff
path: root/daemon
AgeCommit message (Collapse)Author
2014-07-11Prioritize data not the subject. If subject is empty it does not get displayed.Philipp Andreas
Also the data value get shown in the notification overview screen, while the subject is not.
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-11Removed commhistory interface to get new messagesPhilipp Andreas
2014-07-10Adding support for default notifications.Philipp Andreas
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-10Implemented ping, disconnect, reconnect in daemonTomasz Sterna
2014-07-09Implemented daemon interfaces for QML Manager appTomasz Sterna
2014-07-09Moved watchConnector to daemon and implemented daemon interface for QMLTomasz Sterna
2014-07-09Moved DBus service related properties to DBusProxy classTomasz Sterna
2014-07-09Implemented org.pebbled DBus serviceTomasz Sterna
2014-07-01Use bt icon for notificationsTomasz Sterna
2014-06-30Gracefully shutdown on SIGTERM and SIGINTTomasz Sterna
2014-06-30Implemented notification on Pebble connect/disconnectTomasz Sterna
2014-06-30Reworked WatchConnector connection/disconnection handlingTomasz Sterna
Fixed crash after Pebble disconnecting
2014-06-28Implemented messages forwardingTomasz Sterna
2014-06-26Packaged pebbled as user session serviceTomasz Sterna
2014-06-26Resolve number to contact name in notificationTomasz Sterna
2014-06-25Fixed reading properties of VoiceCallTomasz Sterna
2014-06-25Implemented DBusConnector classTomasz Sterna
2014-06-24Ported VoiceCallManager from Nemo/voicecall and wired to WatchConnectorTomasz Sterna
2014-06-21Restructured for lib and daemonTomasz Sterna