| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-01 | Icons for SMS and EmailHEADmaster | Andrew Branson | |
| 2016-02-12 | implement the AppFetch manager, including upload based on AppId | Javier | |
| Conflicts: daemon/daemon.pro daemon/manager.cpp daemon/manager.h daemon/watchconnector.h | |||
| 2016-02-10 | Add specific missed call notification and other tweaks | Andrew Branson | |
| 2016-02-10 | V3 firmware support improvements | Andrew Branson | |
| Proper timeline notifications for the v3 firmware. Added telegram, whatapp and hangouts notification types. Removed mitakuuluu. | |||
| 2016-02-09 | Choose notification method based on software rev not hardware. | Andrew Branson | |
| To support pebble classic and steel on 3.0 firmware | |||
| 2015-12-03 | Handle missing enum values | Tomasz Sterna | |
| 2015-10-28 | Fixed SPALDING_BB2 HW mapping | Tomasz Sterna | |
| 2015-10-10 | Added support for pebble-time appstore fixes #79 | Philipp Andreas | |
| 2015-10-05 | Added Pebble Time Round hardware mapping | Tomasz Sterna | |
| 2015-09-13 | implement sending notification to Pebble Time timeline | Robert Meijers | |
| Fixes #82 | |||
| 2015-09-13 | add hardware revision for the Time Steel | Robert Meijers | |
| Hopefully fixes #83 | |||
| 2015-06-19 | Support HardwarePlatform dependant features | Tomasz Sterna | |
| 2015-06-18 | Schedule reconnect on failed connection | Tomasz Sterna | |
| 2015-06-09 | Handle multiple paired Pebbles882b7b9327smokku/master | Tomasz Sterna | |
| Moved Pebble discovery to WatchConnector. Removed empty DBusConnector. Minor firmware handling fixes. | |||
| 2015-06-07 | Updated HardwareRevision for Pebble Time | Tomasz Sterna | |
| - https://github.com/pebble/libpebble/blob/master/pebblecomm/ - http://pebbledev.org/wiki/Firmware_Updates | |||
| 2015-05-14 | Update watchconnector.cpp | Andrew Branson | |
| 2015-05-13 | Stop time sync timer when disconnected. Improve debug | Andrew Branson | |
| 2015-05-13 | Auto-synchronize time | Andrew Branson | |
| Sync on connect, then every four hours while connected. | |||
| 2015-04-25 | Rename setIncreasedReconnectTimer | Andrew Branson | |
| to scheduleReconnect | |||
| 2015-04-25 | Check if Bluetooth is on before reconnecting | Andrew Branson | |
| Don't try to reconnect to the watch if Bluetooth is switched off, instead start an extended reconnect timer (which has been refactored) | |||
| 2015-04-24 | Switch artist and track fieldsmetadata-fix | Andrew Branson | |
| Music track detail fields were in the wrong order compared to other platforms. | |||
| 2015-04-17 | Better watch versions handling | Tomasz Sterna | |
| Didn't react on firmware version change. | |||
| 2015-04-09 | Implemented firmwareUpgrade in daemon | Tomasz Sterna | |
| 2015-03-31 | Expose Watch Info over DBus interface | Tomasz Sterna | |
| 2015-03-31 | Store Watch HW&SW versions in API object | Tomasz Sterna | |
| 2015-01-19 | Added HardwareRevision enum and mapping to firmware version | Tomasz Sterna | |
| 2015-01-03 | Merge remote-tracking branch 'javispedro/js-testing' | Tomasz Sterna | |
| Conflicts: daemon/daemon.pro daemon/dbusconnector.cpp daemon/manager.cpp daemon/watchcommands.cpp daemon/watchcommands.h daemon/watchconnector.cpp daemon/watchconnector.h log4qt-debug.conf log4qt-release.conf rpm/pebble.spec rpm/pebble.yaml | |||
| 2014-12-14 | implement account and device tokens | Javier | |
| 2014-12-12 | Replaced Log4Qt with Qt 5.2+ QLoggingCategory | Tomasz Sterna | |
| 2014-12-08 | cleanup BT message decoding | Javier | |
| 2014-12-08 | add d-bus API to list slot contents and fix other API issues | Javier | |
| 2014-12-07 | add bankmanager and ability to unload apps | Javier | |
| 2014-12-03 | fix some appmsg issues | Javier | |
| 2014-12-01 | implement message passing around jskit apps and watch | Javier | |
| 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-10-28 | Segfault fix. | Philipp Andreas | |
| 2014-10-24 | Fixes to Qt 5.2 | Aleksi Suomalainen | |
| 2014-09-29 | Robust reconnection handling | Tomasz Sterna | |
| 2014-08-02 | Do not log unreachable Pebble as error | Tomasz Sterna | |
| 2014-08-02 | Since Log4Qt uses QDebug underneath now, it autoinserts spaces while logging | Tomasz Sterna | |
| 2014-07-28 | Merge pull request #12 from smurfy/notifications | Tomasz Sterna | |
| Notifications via freedesktop.org interface snooping | |||
| 2014-07-23 | Added Twitter support and prepared facebook support | Philipp Andreas | |
| 2014-07-23 | Adding Facebook and Twitter notification leads | Philipp Andreas | |
| 2014-07-22 | Added support to sync date and time from phone | Philipp Andreas | |
| 2014-07-20 | Merge branch 'master' into notifications | Philipp Andreas | |
| Conflicts: daemon/daemon.cpp daemon/manager.cpp daemon/manager.h ext/Log4Qt | |||
| 2014-07-18 | Implemented Music ControlRELASE_0.6 | Tomasz Sterna | |
| 2014-07-14 | Merge branch 'notifications' of github.com:smurfy/pebble into ↵ | Tomasz Sterna | |
| smurfy-notifications Conflicts: daemon/daemon.pro daemon/manager.cpp daemon/manager.h | |||
| 2014-07-14 | Reported OS needs to be ANDROID | Tomasz Sterna | |
| with osLINUX music control does not send any messages to phone | |||
| 2014-07-14 | Implemented pushing MPRIS metadata to watch Music app | Tomasz Sterna | |
