summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-13Release 0.5RELEASE_0.5Tomasz Sterna
2014-07-13Fixed incoming calls notificationTomasz Sterna
2014-07-12Merge pull request #6 from smurfy/phone_versionTomasz Sterna
Adding support for PHONE_VERSION endpoint.
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-12Release 0.4RELEASE_0.4Tomasz Sterna
2014-07-12(Possibly) Fix 'Unknown' call notificationsTomasz Sterna
2014-07-12Added mlite5 package dependencyTomasz 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
2014-07-10Better cover pageTomasz Sterna
2014-07-09Release 0.3RELEASE_0.3Tomasz Sterna
2014-07-09Implemented daemon interfaces for QML Manager appTomasz Sterna
2014-07-09remove libpebbleTomasz Sterna
2014-07-09Implemented ManagerPage and WatchPageTomasz Sterna
2014-07-09Implemented org.pebbled service QML interfaceTomasz Sterna
2014-07-09Moved watchConnector to daemon and implemented daemon interface for QMLTomasz Sterna
2014-07-09Find Pebble Serial port via BT UUIDTomasz Sterna
2014-07-09Moved DBus service related properties to DBusProxy classTomasz Sterna
2014-07-09Modified App to talk to daemonTomasz Sterna
2014-07-09Implemented org.pebbled DBus serviceTomasz Sterna
2014-07-02waterwatch -> pebbleTomasz Sterna
2014-07-01Use bt icon for notificationsTomasz Sterna
2014-06-30Gracefully shutdown on SIGTERM and SIGINTTomasz Sterna
2014-06-30Release 0.2RELEASE_0.2Tomasz 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-28Removed daemon features from appRELEASE_0.1Tomasz Sterna
2014-06-28Implemented messages forwardingTomasz Sterna
2014-06-27Renamed waterwatch -> pebbleTomasz 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
2014-03-02Update READMEJouni Roivas