summaryrefslogtreecommitdiff
path: root/app/pebbledinterface.cpp
AgeCommit message (Collapse)Author
2015-01-03Support for watch apps, not installed on phoneRELEASE_0.13.js1Tomasz Sterna
Needed to show app name instead of "unknown app" on the app management screen.
2014-12-14add icons to the slots managament UIJavier
2014-12-14add UI to install/remove apps from watchJavier
2014-12-03implement UI for JS app configurationJavier
2014-12-02define new D-Bus interface, use qmake to generate adaptors/interfacesJavier
also slightly clean up the way d-bus is handled both in daemon and UI
2014-12-01hackily implement openURL by signalling the URLs via D-Bus to theJavier
settings app, which pops a webview
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-08-13Fixed handling of connected signal in Manager appTomasz Sterna
2014-07-22Added support to sync date and time from phonePhilipp Andreas
2014-07-13Implemented preliminary MPRIS supportTomasz Sterna
2014-07-12Reworked PebbledInterface DBus handlingTomasz Sterna
2014-07-10Implemented ping, disconnect, reconnect in daemonTomasz Sterna
2014-07-09Implemented daemon interfaces for QML Manager appTomasz Sterna
2014-07-09Implemented org.pebbled service QML interfaceTomasz Sterna