summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-21Check if Bluetooth is on before reconnectingAndrew 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-19Release 1.0RELEASE_1.0Tomasz Sterna
2015-04-19Updated polish translationTomasz Sterna
2015-04-19Updated RPM changesTomasz Sterna
2015-04-19Merge pull request #50 from abranson/volumeTomasz Sterna
Switch music volume controls to alter the system volume.
2015-04-19Fixed firmware fetchingTomasz Sterna
2015-04-19AboutPage and translation updateTomasz Sterna
2015-04-19Support option for system volume controlAndrew Branson
Add support for direct PulseAudio volume control instead of through MPRIS, which doesn't currently work. Default enabled, added setting to disable.
2015-04-17Disclaimer pageTomasz Sterna
2015-04-17Better watch versions handlingTomasz Sterna
Didn't react on firmware version change.
2015-04-17Show configure option only for configurable appsTomasz Sterna
Test for "configurable" capability.
2015-04-17Better JSKit memory managementTomasz Sterna
Attach context objects as _engine children, so they get destroyed by parent when engine is deleted.
2015-04-17Fixed AppJS loadingTomasz Sterna
Fixes #49
2015-04-14Proper bundle validity check7cdadf0Tomasz Sterna
2015-04-14Do not compute STM32CRC - use one from manifest.jsonTomasz Sterna
Fixes #47
2015-04-09Implemented firmwareUpgrade in daemonTomasz Sterna
2015-04-07Implemented checking for latest firmware versionTomasz Sterna
2015-04-01Restart pebbled.service post installTomasz Sterna
2015-04-01Release 0.16RELEASE_0.16Tomasz Sterna
2015-04-01Polish translationTomasz Sterna
2015-04-01Improved About pageTomasz Sterna
2015-04-01Visible identification of Companion app missingTomasz Sterna
2015-03-31Moved AppStore MenuItem to main pageTomasz Sterna
2015-03-31Show Error message for firmware v1.xTomasz Sterna
2015-03-31Implemented Watch Info pageTomasz Sterna
2015-03-31Expose Watch Info over DBus interfaceTomasz Sterna
2015-03-31Store Watch HW&SW versions in API objectTomasz Sterna
2015-03-04Merge pull request #42 from TheRealCodeboss/masterTomasz Sterna
Connect paired Pebbles only
2015-03-04only consider Pebbles that are already pairedTheRealCodeboss
2015-02-19Update README.mdTomasz Sterna
Better formating
2015-01-19Added HardwareRevision enum and mapping to firmware versionTomasz Sterna
2015-01-14Release 0.15RELEASE_0.15Tomasz Sterna
2015-01-14Merge pull request #29 from smurfy/pebble-storeTomasz Sterna
Pebble store support
2015-01-14Working appstorePhilipp Andreas
2015-01-14First prototype of pebble app store integrationPhilipp Andreas
2015-01-12Add Pebble Watch Android App dowload folder to handled pathsTomasz Sterna
Closes #28
2015-01-11Release 0.14RELEASE_0.14Tomasz Sterna
2015-01-11Implemented "Add App file" dialogTomasz Sterna
2015-01-11Implemented adding App by opening .pbw fileTomasz Sterna
2015-01-11Added pebble app as a mime handler for zip filesTomasz Sterna
2015-01-11Implemented support for unzipped .pbw bundlesRELEASE_0.13.js2Tomasz Sterna
2015-01-11Manual heap object deletion is leaky - let's not do itTomasz Sterna
2015-01-11Moved all Pebble App file access to AppInfoTomasz Sterna
2015-01-10Actually send AllAppsChanged signal from daemonTomasz Sterna
2015-01-10Do not remove watch-only apps when rescanning app dirTomasz Sterna
2015-01-07Refactored whole app handling into AppInfo classTomasz Sterna
2015-01-05Imported QuaZIP library to daemon sourcesTomasz Sterna
2015-01-03Support for watch apps, not installed on phoneRELEASE_0.13.js1Tomasz Sterna
Needed to show app name instead of "unknown app" on the app management screen.
2015-01-03Fixed storage path creationTomasz Sterna
2015-01-03Merge 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