summaryrefslogtreecommitdiff
path: root/daemon
AgeCommit message (Collapse)Author
2014-12-21allow buffer sizes that are not multiples of 4 in crc calculationJavier
2014-12-20add navigator.language property (but it returns invalid valueJavier
currently)
2014-12-14treat JS bools as intsJavier
2014-12-14treat JS reals as ints before sending to pebbleJavier
2014-12-14implement account and device tokensJavier
2014-12-14add icons to the slots managament UIJavier
2014-12-13minor cleanupJavier
2014-12-13do not listen for every d-bus owner changeJavier
rather, just update the current mpris service when a signal comes in; seems much more efficient.
2014-12-13progress reporting callbacks in uploadmanagerJavier
2014-12-12query all apps from d-busJavier
2014-12-12minor cleanupJavier
2014-12-12move the mpris tracking into musicmanagerJavier
2014-12-12add support for uploading files, requires fw 2.8Javier
2014-12-11minor changes (some new protocol constants (2.8?))Javier
2014-12-08fix a crash within the lambda that captures appOpenUrlJavier
2014-12-08cleanup BT message decodingJavier
2014-12-08implement xhr authenticationJavier
2014-12-08fix a issue where the watch will sometimes send back a "app deleted" msgJavier
2014-12-08use same config path as UI and fix logfilesJavier
2014-12-08add d-bus API to list slot contents and fix other API issuesJavier
2014-12-07ability to upload appsJavier
2014-12-07add bankmanager and ability to unload appsJavier
2014-12-07delete unused d-bus signalJavier
2014-12-07implement launcher d-bus commandsJavier
2014-12-06ensure packed strings are always null-terminatedJavier
2014-12-06properly send acks for incoming appmsgsJavier
2014-12-06do "this.window = this"Javier
2014-12-06add a polyfill for typed arrays, and many other compat changesJavier
2014-12-06forward jskit notificationsJavier
2014-12-06add small progress indicatorJavier
2014-12-05minor changesJavier
2014-12-05partial implementation of geolocationJavier
2014-12-04add stub geolocation APIJavier
2014-12-04parse capabilities of installed appsJavier
2014-12-04send appmessages one at a timeJavier
2014-12-03fix some appmsg issuesJavier
2014-12-03fix small typoJavier
2014-12-03fix actually setting the configuration, improve xhr supportJavier
2014-12-03implement UI for JS app configurationJavier
2014-12-03implement more parts of the new D-Bus 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-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-30stub all functions of Pebble JS objectJavier
2014-11-30more JSKit objectsJavier
2014-11-30convert appinfo into a Q_GADGET with propertiesJavier
2014-11-30remove now useless debug() msgJavier
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