summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-05minor changesJavier
2014-12-05add some minimal information to READMEJavier
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-03Merge pull request #27 from gitter-badger/gitter-badgeTomasz Sterna
Add a Gitter chat badge to README.md
2014-12-03Added Gitter badgeThe Gitter Badger
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
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-10-29Merge pull request #25 from smurfy/fix_update9Tomasz Sterna
Fix for Sailfish update9 and QT5.2 Fixes #23 Closes #24
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-30Release 0.12RELEASE_0.12Tomasz Sterna
2014-09-30Do not use invoker for pebbled serviceTomasz Sterna
2014-09-29Release 0.11RELEASE_0.11Tomasz 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
Fixes duplicate notifications bug. This comes from Salmeta, 4a79b503f10763, by Javier S. Pedro
2014-08-18Merge pull request #19 from magnunor/masterTomasz Sterna
Fix typo in ManagerPage.qml
2014-08-18Fix typo in ManagerPage.qmlmagnunor
2014-08-13Updated READMETomasz Sterna
2014-08-13Release 0.10RELEASE_0.10Tomasz Sterna
2014-08-13Fixed call hangup by PebbleTomasz Sterna
2014-08-13Recreate org.nemomobile.voicecall.VoiceCallManager QDBusInterface every ↵Tomasz Sterna
initialize() attempt Fixes #9
2014-08-13Fixed handling of connected signal in Manager appTomasz Sterna
2014-08-13Merge pull request #17 from smurfy/fix_16Tomasz Sterna
Handle e-mail notifications without subject. Closes #16
2014-08-12Fix for issue #16Philipp Andreas
2014-08-10Settings options clearificationTomasz Sterna
2014-08-10Merge pull request #15 from custodian/transliterationTomasz Sterna
Transliterate messages before sending to Pebble
2014-08-10General transliteration with ICU rule "Any-Latin; Latin-ASCII"Basil Semuonov
2014-08-10Check whether setting isValid before converting toBoolTomasz Sterna