summaryrefslogtreecommitdiff
path: root/daemon/watchcommands.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-09-29Added basic handling of SYSTEM_MESSAGETomasz Sterna
2014-08-13Fixed call hangup by PebbleTomasz Sterna
2014-07-18Implemented Music ControlRELASE_0.6Tomasz Sterna
2014-07-16Supress unused parameter warningsTomasz Sterna
2014-07-14Implemented pushing MPRIS metadata to watch Music appTomasz Sterna
2014-07-13Moved processing watch commands to separate objectTomasz Sterna