summaryrefslogtreecommitdiff
path: root/daemon
AgeCommit message (Collapse)Author
2014-08-02Do not log unreachable Pebble as errorTomasz Sterna
2014-08-02Should log via logger() not qDebug()Tomasz Sterna
2014-08-02Proper signtature of QDBusConnectionInterface::service(Un)RegisteredTomasz Sterna
2014-08-02Stop incoming phone call, when other party disconnects. closes #11Tomasz Sterna
2014-08-02Since Log4Qt uses QDebug underneath now, it autoinserts spaces while loggingTomasz Sterna
2014-08-02Implemented option to disable phone call forwarding to watch. closes #13Tomasz Sterna
2014-08-02Provide Settings object via constructorTomasz Sterna
2014-07-28Removed Log4Qt from sourcesTomasz Sterna
Depend on externally provided liblog4qt.so.1
2014-07-28Merge pull request #12 from smurfy/notificationsTomasz Sterna
Notifications via freedesktop.org interface snooping
2014-07-23Added Twitter support and prepared facebook supportPhilipp Andreas
2014-07-23Adding Facebook and Twitter notification leadsPhilipp Andreas
2014-07-22Added support to sync date and time from phonePhilipp Andreas
2014-07-22Adding settings for notificationsPhilipp Andreas
2014-07-22Don't push empty email notifications to pebblePhilipp Andreas
2014-07-22Merge branch 'master' into notificationsPhilipp Andreas
Conflicts: daemon/daemon.cpp daemon/manager.cpp daemon/manager.h
2014-07-21Implemented SilentWhenConnectedTomasz Sterna
2014-07-20Merge branch 'master' into notificationsPhilipp Andreas
Conflicts: daemon/daemon.cpp daemon/manager.cpp daemon/manager.h ext/Log4Qt
2014-07-20Added VERSION to app and daemonTomasz Sterna
2014-07-18Implemented settings skeleton and notificationsTomasz Sterna
2014-07-18Implemented settings skeleton and notificationsTomasz Sterna
2014-07-18Implemented Music ControlRELASE_0.6Tomasz Sterna
2014-07-16Use new Log4Qt features and fixesTomasz Sterna
2014-07-16Supress unused parameter warningsTomasz Sterna
2014-07-14Supress unused parameter warningsTomasz Sterna
2014-07-14Removed commhistory-qt5 dependencyTomasz Sterna
2014-07-14Merge branch 'notifications' of github.com:smurfy/pebble into ↵Tomasz Sterna
smurfy-notifications Conflicts: daemon/daemon.pro daemon/manager.cpp daemon/manager.h
2014-07-14Reported OS needs to be ANDROIDTomasz Sterna
with osLINUX music control does not send any messages to phone
2014-07-14Implemented pushing MPRIS metadata to watch Music appTomasz Sterna
2014-07-13Moved processing watch commands to separate objectTomasz Sterna
2014-07-13Implemented WatchConnector::sendMusicNowPlayingTomasz Sterna
2014-07-13Implemented preliminary MPRIS supportTomasz Sterna
2014-07-13Fixed incoming calls notificationTomasz 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-12Adding basic Mitakuuluu support, started reading the notification category, ↵Philipp Andreas
a bit cleanup
2014-07-12Changed notifications prio and added a error loggingPhilipp Andreas
2014-07-12Using log4qt logging instead of qDebug()Philipp Andreas
2014-07-12Merge branch 'master' into notificationsPhilipp Andreas
Conflicts: daemon/manager.cpp
2014-07-12(Possibly) Fix 'Unknown' call notificationsTomasz Sterna
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-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-11Included Log4Qt in projectTomasz Sterna
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