| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-06 | properly send acks for incoming appmsgs | Javier | |
| 2014-12-06 | do "this.window = this" | Javier | |
| 2014-12-06 | add a polyfill for typed arrays, and many other compat changes | Javier | |
| 2014-12-06 | forward jskit notifications | Javier | |
| 2014-12-06 | add small progress indicator | Javier | |
| 2014-12-05 | minor changes | Javier | |
| 2014-12-05 | add some minimal information to README | Javier | |
| 2014-12-05 | partial implementation of geolocation | Javier | |
| 2014-12-04 | add stub geolocation API | Javier | |
| 2014-12-04 | parse capabilities of installed apps | Javier | |
| 2014-12-04 | send appmessages one at a time | Javier | |
| 2014-12-03 | Merge pull request #27 from gitter-badger/gitter-badge | Tomasz Sterna | |
| Add a Gitter chat badge to README.md | |||
| 2014-12-03 | Added Gitter badge | The Gitter Badger | |
| 2014-12-03 | fix some appmsg issues | Javier | |
| 2014-12-03 | fix small typo | Javier | |
| 2014-12-03 | fix actually setting the configuration, improve xhr support | Javier | |
| 2014-12-03 | implement UI for JS app configuration | Javier | |
| 2014-12-03 | implement more parts of the new D-Bus API | Javier | |
| 2014-12-02 | define new D-Bus interface, use qmake to generate adaptors/interfaces | Javier | |
| also slightly clean up the way d-bus is handled both in daemon and UI | |||
| 2014-12-01 | hackily implement openURL by signalling the URLs via D-Bus to the | Javier | |
| settings app, which pops a webview | |||
| 2014-12-01 | add stub xmlhttprequest and allow showConfig event | Javier | |
| 2014-12-01 | implement message passing around jskit apps and watch | Javier | |
| 2014-11-30 | stub all functions of Pebble JS object | Javier | |
| 2014-11-30 | more JSKit objects | Javier | |
| 2014-11-30 | convert appinfo into a Q_GADGET with properties | Javier | |
| 2014-11-30 | remove now useless debug() msg | Javier | |
| 2014-11-30 | introduce the AppMsgManager and the JsKitManager | Javier | |
| 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-30 | add stub datalogmanager | Javier | |
| 2014-11-30 | allow receiving responses to commands in watchconnector | Javier | |
| * 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-29 | detect icu via pkgconfig | Javier | |
| 2014-11-29 | introduce the appmanager | Javier | |
| 2014-10-29 | Merge pull request #25 from smurfy/fix_update9 | Tomasz Sterna | |
| Fix for Sailfish update9 and QT5.2 Fixes #23 Closes #24 | |||
| 2014-10-28 | Segfault fix. | Philipp Andreas | |
| 2014-10-28 | Fix for update9 dbus changes. | Philipp Andreas | |
| 2014-10-24 | Fixes to Qt 5.2 | Aleksi Suomalainen | |
| 2014-09-30 | Release 0.12RELEASE_0.12 | Tomasz Sterna | |
| 2014-09-30 | Do not use invoker for pebbled service | Tomasz Sterna | |
| 2014-09-29 | Release 0.11RELEASE_0.11 | Tomasz Sterna | |
| 2014-09-29 | Added basic handling of SYSTEM_MESSAGE | Tomasz Sterna | |
| 2014-09-29 | Robust reconnection handling | Tomasz Sterna | |
| 2014-09-26 | Improved pebbled.service unit file | Tomasz Sterna | |
| 2014-09-26 | Avoid sending a reply for eavesdropped method calls | Tomasz Sterna | |
| Fixes duplicate notifications bug. This comes from Salmeta, 4a79b503f10763, by Javier S. Pedro | |||
| 2014-08-18 | Merge pull request #19 from magnunor/master | Tomasz Sterna | |
| Fix typo in ManagerPage.qml | |||
| 2014-08-18 | Fix typo in ManagerPage.qml | magnunor | |
| 2014-08-13 | Updated README | Tomasz Sterna | |
| 2014-08-13 | Release 0.10RELEASE_0.10 | Tomasz Sterna | |
| 2014-08-13 | Fixed call hangup by Pebble | Tomasz Sterna | |
| 2014-08-13 | Recreate org.nemomobile.voicecall.VoiceCallManager QDBusInterface every ↵ | Tomasz Sterna | |
| initialize() attempt Fixes #9 | |||
| 2014-08-13 | Fixed handling of connected signal in Manager app | Tomasz Sterna | |
| 2014-08-13 | Merge pull request #17 from smurfy/fix_16 | Tomasz Sterna | |
| Handle e-mail notifications without subject. Closes #16 | |||
