summaryrefslogtreecommitdiff
path: root/daemon/manager.cpp
AgeCommit message (Collapse)Author
2014-11-30allow receiving responses to commands in watchconnectorJavier
* the skeleton is in place for watchconnector to allow query->response messages. I've used call/cc style because it is impossible to make QBluetoothSocket synchronous (waitForReadyRead() is a no-op) * remove watchcommands, instead create musicmanager to listen for the music endpoint. The other (simpler) endpoints are now listened in watchconnector itself. hangupAll() slot is moved to voicecallmanager. * instead of emitting signals for each received message, listeners can now register for receiving messages targeted towards a given endpoint * when reading from bluetoothsocket, properly handle short reads * remove useless 'watch' namespace * create appmanager, which mantains a database of installed apps (installed on the phone, that is; watch installed apps will come later) * all the *Managers are now instantiated by the main Manager itself * introduce Unpacker helper class for decoding watch messages * implement getAppbankStatus and getAppbankUuids messages and response parsers * remove file logging for now (20MB is bad for eMMC!) * use dbus object path /org/pebbled instead of /
2014-11-29introduce the appmanagerJavier
2014-08-13Fixed handling of connected signal in Manager appTomasz Sterna
2014-08-10Merge pull request #15 from custodian/transliterationTomasz Sterna
Transliterate messages before sending to Pebble
2014-08-10General transliteration with ICU rule "Any-Latin; Latin-ASCII"Basil Semuonov
2014-08-10Check whether setting isValid before converting toBoolTomasz Sterna
2014-08-10Phone call transliteration. Added missed charsBasil Semuonov
2014-08-10Transliterate russian cyrillicBasil Semuonov
2014-08-02Should log via logger() not qDebug()Tomasz 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-23Added Twitter support and prepared facebook supportPhilipp Andreas
2014-07-22Adding settings for notificationsPhilipp 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-18Implemented settings skeleton and notificationsTomasz Sterna
2014-07-18Implemented settings skeleton and notificationsTomasz Sterna
2014-07-18Implemented Music ControlRELASE_0.6Tomasz 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-14Implemented pushing MPRIS metadata to watch Music appTomasz Sterna
2014-07-13Moved processing watch commands to separate objectTomasz Sterna
2014-07-13Implemented preliminary MPRIS supportTomasz Sterna
2014-07-12Merge branch 'master' into notificationsPhilipp Andreas
Conflicts: daemon/manager.cpp
2014-07-12Reworked PebbledInterface DBus handlingTomasz Sterna
2014-07-11Use Log4Qt in daemonTomasz Sterna
2014-07-11Removed commhistory interface to get new messagesPhilipp Andreas
2014-07-10Adding support for default notifications.Philipp Andreas
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-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-26Resolve number to contact name in notificationTomasz Sterna
2014-06-25Implemented DBusConnector classTomasz Sterna
2014-06-24Ported VoiceCallManager from Nemo/voicecall and wired to WatchConnectorTomasz Sterna