summaryrefslogtreecommitdiff
path: root/daemon/watchconnector.cpp
AgeCommit message (Collapse)Author
2014-07-13Moved processing watch commands to separate objectTomasz Sterna
2014-07-13Implemented WatchConnector::sendMusicNowPlayingTomasz Sterna
2014-07-12Added SDK2.0 Version info for PHONE_VERSION (prevents error message on pebble)Philipp Andreas
2014-07-12Adding support for PHONE_VERSION endpoint.Philipp Andreas
2014-07-12Merge branch 'master' into notificationsPhilipp Andreas
Conflicts: daemon/manager.cpp
2014-07-12Reworked PebbledInterface DBus handlingTomasz Sterna
2014-07-11Fixed reconnect on disconnectionTomasz Sterna
Reconnection timeut will now raise gradually, to be 1000ms * reconnect attempt. This should help preserve power in the phone, when no Pebble is around. You can speed-up this process by reconnecting manually from manager app or its cover. Also force channel 1 for RFCOMM, as discovery does not work anymore after disconnection.
2014-07-11Use Log4Qt in daemonTomasz Sterna
2014-07-11Fix for the \0 termination to trim the original string to max 239 bytes ↵Philipp Andreas
instead of 240.
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