Commit Graph

9 Commits (e7282f87769413ad44a953126c2e45fc48c14c19)

Author SHA1 Message Date
Gordon Williams 503e370f70 firmware tweaks 2020-03-10 15:33:41 +00:00
Gordon Williams 9bae225fd2 Firmware maker tweaks 2020-03-09 17:06:13 +00:00
Gordon Williams 50e3c852fb MASSIVE REFACTOR
New Bangle.js firmwares remove 8 char name restriction so we're ditching the first char -> file type and using normal file extensions
Took the opportunity to remove code for older Bangle.js (since the new stuff won't work anyway)
Also removed the need for an 'app.json' - it's now renamed 'app.info' on the watch, and we just auto-generate it
Renamed a few apps so widgets all start with 'wid'
2020-02-28 11:44:25 +00:00
Gordon Williams 33c8079a97 tweak installed apps 2019-12-10 15:43:13 +00:00
Nick O'Leary dc2013751a Highlight default clock if none currently selected 2019-11-16 22:36:43 +00:00
Nick O'Leary c89ad11d69 Add Select Clock option to settings app
This adds an option to select the preferred clock to show on the
main screen.

The settings app menu lists all apps of type 'clock' with the
current one marked with a *. It stores the src property
of the selected clock as settings.clock.

The bootloader app checks this property and tries to load
that app. If the property is not set, or the app not found
then it reverts to the current behaviour of using the first
clock app it finds.
2019-11-16 22:13:49 +00:00
Gordon Williams 61ccf32cc9 updated firmware info 2019-11-10 17:01:40 +00:00
Gordon Williams c02e388cd9 more tweaking 2019-11-10 14:01:12 +00:00
Gordon Williams e7a6cbedfd firmware maker 2019-11-10 10:22:33 +00:00