summaryrefslogtreecommitdiff
path: root/daemon/daemon.pro
AgeCommit message (Collapse)Author
2015-06-09Handle multiple paired Pebbles882b7b9327smokku/masterTomasz Sterna
Moved Pebble discovery to WatchConnector. Removed empty DBusConnector. Minor firmware handling fixes.
2015-04-14Do not compute STM32CRC - use one from manifest.jsonTomasz Sterna
Fixes #47
2015-04-09Implemented firmwareUpgrade in daemonTomasz Sterna
2015-04-07Implemented checking for latest firmware versionTomasz Sterna
2015-01-05Imported QuaZIP library to daemon sourcesTomasz Sterna
2015-01-03Merge remote-tracking branch 'javispedro/js-testing'Tomasz Sterna
Conflicts: daemon/daemon.pro daemon/dbusconnector.cpp daemon/manager.cpp daemon/watchcommands.cpp daemon/watchcommands.h daemon/watchconnector.cpp daemon/watchconnector.h log4qt-debug.conf log4qt-release.conf rpm/pebble.spec rpm/pebble.yaml
2014-12-12Replaced Log4Qt with Qt 5.2+ QLoggingCategoryTomasz Sterna
2014-12-07ability to upload appsJavier
2014-12-07add bankmanager and ability to unload appsJavier
2014-12-06add a polyfill for typed arrays, and many other compat changesJavier
2014-12-04add stub geolocation APIJavier
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-01implement message passing around jskit apps and watchJavier
2014-11-30stub all functions of Pebble JS objectJavier
2014-11-30more JSKit objectsJavier
2014-11-30convert appinfo into a Q_GADGET with propertiesJavier
2014-11-30introduce the AppMsgManager and the JsKitManagerJavier
will be used to handle application messages (push, etc) while the JSKitManager will run PebbleKit JS scripts. also add the ability to unpack PebbleDicts
2014-11-30add stub datalogmanagerJavier
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-29detect icu via pkgconfigJavier
2014-11-29introduce the appmanagerJavier
2014-08-10General transliteration with ICU rule "Any-Latin; Latin-ASCII"Basil Semuonov
2014-07-28Removed Log4Qt from sourcesTomasz Sterna
Depend on externally provided liblog4qt.so.1
2014-07-22Merge branch 'master' into notificationsPhilipp Andreas
Conflicts: daemon/daemon.cpp daemon/manager.cpp daemon/manager.h
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-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-13Moved processing watch commands to separate objectTomasz Sterna
2014-07-13Fixed incoming calls notificationTomasz Sterna
2014-07-12Merge branch 'master' into notificationsPhilipp Andreas
Conflicts: daemon/manager.cpp
2014-07-11Use Log4Qt in daemonTomasz Sterna
2014-07-11Included Log4Qt in projectTomasz Sterna
2014-07-10Adding support for default notifications.Philipp Andreas
2014-07-09Moved watchConnector to daemon and implemented daemon interface for QMLTomasz Sterna
2014-07-09Implemented org.pebbled DBus serviceTomasz Sterna
2014-06-30Implemented notification on Pebble connect/disconnectTomasz Sterna
2014-06-28Implemented messages forwardingTomasz Sterna
2014-06-26Packaged pebbled as user session serviceTomasz 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
2014-06-21Restructured for lib and daemonTomasz Sterna