Commit Graph

20 Commits (8671ff9ae80944efc06bcff2c86d74c6ccf5da77)

Author SHA1 Message Date
Gordon Williams bdaa825b96 welcome 0.12: Fix swipe direction (#800) 2021-09-13 10:00:07 +01:00
Gordon Williams d6750129d6 welcome 0.11: Fix initial screen fill colour 2021-08-18 11:17:01 +01:00
Gordon Williams 3c2eedbda4 misc welcome tweaks to bring both in line 2021-06-21 12:58:34 +01:00
Gordon Williams 38068ba981 ensure rotating cube is a bit more reliable 2021-06-21 12:49:05 +01:00
Gordon Williams 48c4b79026 welcome 0.10: Tweaks to reduce memory usage 2021-05-28 14:47:59 +01:00
Tuukka Ikkala c6fd71be03 Force indent to 2 spaces
Based on http://www.espruino.com/Code+Style
2020-05-24 00:32:33 +03:00
Gordon Williams a13954b6cb tweak 2020-05-14 21:36:33 +01:00
Gordon Williams 2ed65f3ead Welcome: Allow welcome to run after a fresh install
+      More useful app menu
+      BTN2 now goes to menu on release
2020-05-14 21:32:36 +01:00
Richard de Boer 0f8247e7e4 Data file fixes for settings/welcome/ncstart
settings: never delete settings file
welcome: fix typo, remove outdated comment
ncstart: remove outdated comment
2020-04-20 11:52:19 +02:00
Richard de Boer b691f783aa welcome: Save settings in data file
fwelcom
2020-04-17 21:43:03 +02:00
Richard de Boer 50d5ca7f7b welcome: don't run when settings are absent/updated
Fixes #298
2020-04-15 01:04:45 +02:00
Richard de Boer f8ef03bade Move welcome loader into welcome.boot.js 2020-04-07 00:27:06 +02:00
Richard de Boer 7b669cd028 Move Welcome config into App/widget settings 2020-04-04 01:30:33 +02:00
Gordon Williams e755d64cc1 tweak welcome app to cope with no JSON 2020-03-02 07:55:26 +00:00
Gordon Williams 6cfe9c340b Take advantage of recent nonbreaking change that stops readJSON from causing errors 2020-02-28 17:02:26 +00:00
Gordon Williams 8220765c11 Added bin/sanitycheck.js to perform a bunch of tests to make sure everything is correct 2020-02-28 14:17:22 +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 2775693936 BTN3 now won't restart when at the end of welcome screen 2020-02-25 13:35:10 +00:00
Gordon Williams 528d2f3910 welcome tweak 2020-02-13 09:56:42 +00:00
Gordon Williams 860da909bf Added welcome app (fix #96)
When installing default apps, update time
2020-02-13 08:18:46 +00:00