summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2015-01-14Release 0.15RELEASE_0.15Tomasz Sterna
2015-01-14Working appstorePhilipp Andreas
2015-01-14First prototype of pebble app store integrationPhilipp Andreas
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-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-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
2015-01-03Updated About page e-mail linkTomasz Sterna
2014-12-21use overridePageStackNavigation to ensure accept() worksJavier
2014-12-21fix typosJavier
2014-12-21add itemselector to the appconfig webviewJavier
2014-12-14add progress bar and scroll indicator to appconfig dialogJavier
2014-12-14add i18n support to UI appJavier
also 'es' translation
2014-12-14convert appconfig into a dialogJavier
2014-12-14add icons to the slots managament UIJavier
2014-12-14add UI to install/remove apps from watchJavier
2014-12-12Updated App icon PNGTomasz Sterna
2014-12-03fix actually setting the configuration, improve xhr supportJavier
2014-12-03implement UI for JS app configurationJavier
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-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-08-18Fix typo in ManagerPage.qmlmagnunor
2014-08-13Fixed handling of connected signal in Manager appTomasz Sterna
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-10Transliterate russian cyrillicBasil Semuonov
2014-08-06Pages layouts improvementsTomasz Sterna
2014-08-02Reworked AboutPageTomasz Sterna
2014-08-02"Send application log to developer" button on About pageTomasz Sterna
2014-08-02Implemented option to disable phone call forwarding to watch. closes #13Tomasz Sterna
2014-07-28Merge pull request #12 from smurfy/notificationsTomasz Sterna
Notifications via freedesktop.org interface snooping
2014-07-23Added Twitter support and prepared facebook supportPhilipp Andreas
2014-07-22Added support to sync date and time from phonePhilipp Andreas
2014-07-22Adding settings for notificationsPhilipp Andreas
2014-07-20Implemented About PageTomasz Sterna
2014-07-20Added VERSION to app and daemonTomasz Sterna
2014-07-18Implemented settings skeleton and notificationsTomasz Sterna
2014-07-13Implemented preliminary MPRIS supportTomasz Sterna
2014-07-12Reworked PebbledInterface DBus handlingTomasz Sterna
2014-07-11Fixed reconnect on disconnectionTomasz Sterna
Reconnection timeut will now raise gradually, to be 1000ms * reconnect attempt. This should help preserve power in the phone, when no Pebble is around. You can speed-up this process by reconnecting manually from manager app or its cover. Also force channel 1 for RFCOMM, as discovery does not work anymore after disconnection.
2014-07-11Included Log4Qt in projectTomasz Sterna
2014-07-10Implemented ping, disconnect, reconnect in daemonTomasz Sterna
2014-07-10Better cover pageTomasz Sterna
2014-07-09Release 0.3RELEASE_0.3Tomasz Sterna
2014-07-09Implemented daemon interfaces for QML Manager appTomasz Sterna
2014-07-09Implemented ManagerPage and WatchPageTomasz Sterna