summaryrefslogtreecommitdiff
path: root/daemon/jskitmanager.h
AgeCommit message (Collapse)Author
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-14implement account and device tokensJavier
2014-12-08fix a crash within the lambda that captures appOpenUrlJavier
2014-12-06properly send acks for incoming appmsgsJavier
2014-12-06add a polyfill for typed arrays, and many other compat changesJavier
2014-12-05partial implementation of geolocationJavier
2014-12-04add stub geolocation APIJavier
2014-12-03implement more parts of the new D-Bus APIJavier
2014-12-01hackily implement openURL by signalling the URLs via D-Bus to theJavier
settings app, which pops a webview
2014-12-01add stub xmlhttprequest and allow showConfig eventJavier
2014-12-01implement message passing around jskit apps and watchJavier
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