summaryrefslogtreecommitdiff
path: root/daemon
AgeCommit message (Expand)Author
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
2014-12-01hackily implement openURL by signalling the URLs via D-Bus to theJavier
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
2014-11-30add stub datalogmanagerJavier
2014-11-30allow receiving responses to commands in watchconnectorJavier
2014-11-29detect icu via pkgconfigJavier
2014-11-29introduce the appmanagerJavier
2014-10-28Segfault fix.Philipp Andreas
2014-10-28Fix for update9 dbus changes.Philipp Andreas
2014-10-24Fixes to Qt 5.2Aleksi Suomalainen
2014-09-30Do not use invoker for pebbled serviceTomasz Sterna
2014-09-29Added basic handling of SYSTEM_MESSAGETomasz Sterna
2014-09-29Robust reconnection handlingTomasz Sterna
2014-09-26Improved pebbled.service unit fileTomasz Sterna
2014-09-26Avoid sending a reply for eavesdropped method callsTomasz Sterna
2014-08-13Fixed call hangup by PebbleTomasz Sterna
2014-08-13Recreate org.nemomobile.voicecall.VoiceCallManager QDBusInterface every initi...Tomasz Sterna
2014-08-13Fixed handling of connected signal in Manager appTomasz Sterna
2014-08-12Fix for issue #16Philipp Andreas
2014-08-10Merge pull request #15 from custodian/transliterationTomasz Sterna
2014-08-10General transliteration with ICU rule "Any-Latin; Latin-ASCII"Basil Semuonov