| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-21 | Support JS timers | Andrew Branson | |
| Add support for set and clear Intervals and Timeouts for Javascript apps. The QT JS engine doesn't support them natively. | |||
| 2015-04-17 | Better JSKit memory management | Tomasz Sterna | |
| Attach context objects as _engine children, so they get destroyed by parent when engine is deleted. | |||
| 2015-01-07 | Refactored whole app handling into AppInfo class | 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-20 | add navigator.language property (but it returns invalid value | Javier | |
| currently) | |||
| 2014-12-14 | implement account and device tokens | 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 | add small progress indicator | Javier | |
| 2014-12-05 | minor changes | Javier | |
| 2014-12-05 | partial implementation of geolocation | Javier | |
| 2014-12-04 | add stub geolocation API | 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-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 | 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 | |||
