Commit Graph

158 Commits (7823f1cc83491fbaee6336ebbfdfcc22760d73cb)

Author SHA1 Message Date
Gordon Williams b001cd5798 Fix issues if BLE=off, 'Make Connectable' is chosen, and the loader resets Bangle.js (fix #108) 2020-03-02 17:43:56 +00:00
Gordon Williams 441e518885 Alarm: fix More alarm scheduling issues 2020-03-02 17:32:01 +00:00
Gordon Williams 9a63beefb8 About app: Update version checker for new filename type 2020-03-02 17:16:51 +00:00
Gordon Williams e755d64cc1 tweak welcome app to cope with no JSON 2020-03-02 07:55:26 +00:00
Gordon Williams 1354227b6a Fix issues with alarm scheduling 2020-02-28 15:34:31 +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 122ee5342a fix pedometer naming 2020-02-28 12:18:19 +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 95a42582f3 Fix Settings json 2020-02-27 16:01:17 +00:00
Gordon Williams cea2c9f7ba Properly Fix GPS time display in gpsrec app (fix #98) 2020-02-25 14:01:40 +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 9a76d6d800 Disable GPS time log messages, add (default=1) setting to hide log messages 2020-02-25 13:34:06 +00:00
Gordon Williams f3efada354 0.03: Fix time output on new firmwares when no GPS time set (fix #104) 2020-02-24 17:04:01 +00:00
Gordon Williams f7024407de Fix GPS time display in gpsrec app (fix #98) 2020-02-24 16:54:37 +00:00
Simon Weis 6a68e0c66a Add pipboy 2020-02-15 23:41:58 +01:00
Gordon Williams 604c89cbca Fix widget position increment 2020-02-13 14:03:42 +00:00
Gordon Williams a73fbbedf8 Tweaks... Add about page to default apps. 2020-02-13 13:50:06 +00:00
Gordon Williams 0541cc10cd Add heart rate widget 2020-02-13 12:08:35 +00:00
Gordon Williams c373c3150f fix coloring issue from GPS widget 2020-02-13 10:50:04 +00:00
Gordon Williams 2b94bdea41 Pedometer: Add foot icon, use tidier font, and move to the left of the screen 2020-02-13 10:39:57 +00:00
Gordon Williams 528d2f3910 welcome tweak 2020-02-13 09:56:42 +00:00
Gordon Williams 619786cae0 Ensure GPS time is logged correctly and fix output indentation (fix #98) 2020-02-13 09:34:30 +00:00
Gordon Williams 0ff6057971 fix issue with pedometer reset 2020-02-13 09:28:14 +00:00
Gordon Williams 07863bfe5d Update versions for last commits, add widget tag and allow some more stuff to be tried in the emulator 2020-02-13 09:14: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
Gordon Williams d811c3d89e Add 'about' app, (fix #97) 2020-02-12 14:45:31 +00:00
Gordon Williams 899579e1b1 gadgetbridge widget now shows connection state (fix #77) 2020-02-12 14:44:55 +00:00
Gordon Williams 47205bfe61 Add alarms app (fix #83) 2020-02-12 10:48:14 +00:00
Gordon Williams e1ddfe8ac4 Merge branch 'master' of github.com:espruino/BangleApps 2020-02-10 13:50:20 +00:00
ra100 65634ecccb
gbridge: increase contrast 2020-02-10 12:44:22 +01:00
Gordon Williams 2bca5d4747 Working GPS track recording - just need to fix the 'interface.html' to do the comms and do something with the data collected 2020-02-07 17:16:45 +00:00
Gordon Williams d8e5af43be Remove 12h clock, change original 24h clock to read settings and present time accordingly (fix #82) 2020-02-07 14:02:00 +00:00
Gordon Williams 2b409db904 Merge branch 'master' of github.com:espruino/BangleApps 2020-02-07 13:48:10 +00:00
Gordon Williams e33202122b Store number of steps when unloading from memory (fix #84) 2020-02-07 13:45:10 +00:00
Gordon Williams 8b8147a543 docs 2020-02-05 15:45:41 +00:00
Gordon Williams ba3fd74ca7 Merge branch 'master' of github.com:espruino/BangleApps 2020-02-05 10:31:18 +00:00
Gordon Williams a180f98991 Simple example to control an Espruino device by setting a characteristic on it 2020-02-05 10:28:23 +00:00
Gordon Williams 0e7742d936 Add better sort orders for most people, and remove the HID minification hack as it's no longer needed 2020-02-04 16:15:37 +00:00
Gordon Williams 8992ad545a Add demo app 2020-01-30 17:05:53 +00:00
Gordon Williams 7f77ffa477 Fix 12h and 24h clocks, fix #81 2020-01-23 10:04:53 +00:00
Kristin Galvin c3b5b82765 audio test 2020-01-19 20:48:42 -08:00
Kristin Galvin b741df9a5f audio test 2020-01-19 20:46:11 -08:00
Kristin Galvin 8e63bac700 audio test 2020-01-19 20:43:47 -08:00
Kristin Galvin 09f78d3cc6 audio test 2020-01-19 20:42:00 -08:00
Kristin Galvin e949bfb3be audio test 2020-01-19 20:39:58 -08:00
Kristin Galvin 0624498947 audio test 2020-01-19 20:35:09 -08:00
Kristin Galvin 239209ba7b audio test 2020-01-19 20:30:20 -08:00
Kristin Galvin d749ba1a97 audio test 2020-01-19 20:26:06 -08:00
Kristin Galvin 4d5c8f5352 audio test 2020-01-19 18:34:37 -08:00
Kristin Galvin ee3b2c6034 audio test 2020-01-19 18:31:42 -08:00