| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-12 | minor cleanup | Javier | |
| 2014-12-12 | Updated App icon PNG | Tomasz Sterna | |
| 2014-12-12 | Updated LICENSE | Tomasz Sterna | |
| 2014-12-12 | Replaced Log4Qt with Qt 5.2+ QLoggingCategory | Tomasz Sterna | |
| 2014-12-12 | move the mpris tracking into musicmanager | Javier | |
| 2014-12-12 | add support for uploading files, requires fw 2.8 | Javier | |
| 2014-12-11 | minor changes (some new protocol constants (2.8?)) | Javier | |
| 2014-12-08 | fix a crash within the lambda that captures appOpenUrl | Javier | |
| 2014-12-08 | cleanup BT message decoding | Javier | |
| 2014-12-08 | implement xhr authentication | Javier | |
| 2014-12-08 | fix a issue where the watch will sometimes send back a "app deleted" msg | Javier | |
| 2014-12-08 | use same config path as UI and fix logfiles | Javier | |
| 2014-12-08 | add d-bus API to list slot contents and fix other API issues | Javier | |
| 2014-12-07 | ability to upload apps | Javier | |
| 2014-12-07 | add bankmanager and ability to unload apps | Javier | |
| 2014-12-07 | delete unused d-bus signal | Javier | |
| 2014-12-07 | implement launcher d-bus commands | Javier | |
| 2014-12-06 | ensure packed strings are always null-terminated | Javier | |
| 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 | |||
