-
Notifications
You must be signed in to change notification settings - Fork 2
Home
clach04 edited this page Jun 18, 2016
·
36 revisions
Welcome to the watchface_framework wiki! See https://github.com/clach04/watchface_framework for docs.
- Upgrade support no longer working since moving to auto generated message keys :-( remove and document uninstall/install for upgrade procedure until use Enamel?
- Use Enamel instead of custom code for config https://github.com/gregoiresage/enamel with Clay
- upgrades for previous watchfaces and settings that move to the new auto message keys
- Turn watchface framework into an npm package? Due to macro dependencies this may not be possible (or at least done in an elegant way) the the framework would expects things to be defined in the parent project :( could use ../ in include or namespace
- event package support https://www.npmjs.com/package/pebble-events?mc_cid=55695a4dd5&mc_eid=4c57b5c5fc (https://github.com/Katharine/pebble-events)
- Provide BG_IMAGE without needing a GRect()
- Check default BG color typedef works
- include timestamps in js logging
- simplify js code for config (share dict settings for pebble and phone) - mostly implemented
- add option to invert display on Bluetooth disconnect
- Support GUI layout as created in CloudPebble (see UI Editor) https://developer.pebble.com/guides/tools-and-resources/cloudpebble/
- JS version for Rocky.js http://pebble.github.io/rockyjs/docs/#pebble-api-compatibility for faster dev iterations