Commit Graph

198 Commits (bcce90d36df407a1b7e2c57bfae288f63cd915ce)

Author SHA1 Message Date
Markus Deibel 0bfdb86fcb Fix remove unnecessary file and trim down App name 2020-03-29 08:04:30 +02:00
Markus Deibel 4a81104def Merge remote-tracking branch 'upstream/master' 2020-03-29 07:57:36 +02:00
Gordon Williams f42d5ee570
Merge pull request #150 from paulcockrell/master
Add Mario Clock application
2020-03-27 07:46:47 +00:00
Paul Cockrell a78babc7b4 Add Mario Clock application
Mario Clock is a low-res (80x80) watch face with Mario running
through a level. He jumps to hit the bricks, which changes the
time displayed.

Pressing BTN1 will make Mario jump, and extend the display for
a futher 10 seconds.
2020-03-26 18:18:45 +00:00
Gordon Williams a55fb816a7 bump version 2020-03-26 08:15:34 +00:00
Gordon Williams 3762a7b91f
Merge pull request #139 from DerGuteWolf/patch-1
localize miclock
2020-03-25 22:41:57 +00:00
Gordon Williams a7109b4fbd Fix global 'locale' variable 2020-03-25 22:36:46 +00:00
Gordon Williams 755580f092 Fix locale.currencySym 2020-03-25 22:27:20 +00:00
msdeibel 84f56faadf Fixed version for widid after errneous edit 2020-03-25 18:42:43 +01:00
msdeibel 8427b492ee Wohrm version updated 2020-03-25 18:39:42 +01:00
DerGuteWolf 58f57cb834
New Version 0.0.3 of miclock 2020-03-25 16:44:25 +01:00
Gordon Williams a874d5838c Added vibrate as beep workaround 2020-03-25 11:05:33 +00:00
Gordon Williams ecfb62bd76 oops - accidental commit 2020-03-25 08:18:40 +00:00
Gordon Williams 04753a4627 Added changelog to last update 2020-03-25 07:49:34 +00:00
msdeibel cf64c1c2c0 Adapt to new code layout 2020-03-24 17:27:13 +01:00
msdeibel 94cd15c13f Merge branch 'master' of https://github.com/espruino/BangleApps
# Conflicts:
#	apps.json
2020-03-24 17:13:24 +01:00
Gordon Williams d07dc1de6f Stop users calling save() (fix #125)
If Debug info is set to 'show' don't move to Terminal if connected!
2020-03-12 16:46:39 +00:00
Gordon Williams 2318d10a01 better titles 2020-03-10 15:34:07 +00:00
Gordon Williams af686919a1 Remove distance setting as there's a separate app for Locale now 2020-03-10 12:35:45 +00:00
Gordon Williams 22a2f75bd4 Update about page pixels... 9 Mar 2020 2020-03-09 15:59:36 +00:00
Gordon Williams 23799fe9ab
Merge pull request #120 from sebi5361/master
New App: Heart Rate Recorder
2020-03-09 14:50:59 +00:00
Gordon Williams 0da0acefd2 Tweaks for issues redrawing after variable size widget addition (partial #121) 2020-03-09 14:30:56 +00:00
sebi 47575f0f80 New heart rate recorder app 2020-03-09 13:46:00 +01:00
Gordon Williams b4a24b34d0 0.06: Ensure widget update itself (fix #118) and change to using icons 2020-03-09 09:54:54 +00:00
sebi 048a9bb64f Changing name from clck3x2 to clock2x3, setting clock type, simplifying app code 2020-03-06 17:09:45 +01:00
Gordon Williams f1ba5d8284 pixel update 2020-03-05 15:25:29 +00:00
Gordon Williams e0d29c81f2 Big refactor #2 - variable width widgets 2020-03-05 13:15:27 +00:00
Gordon Williams c3d6513d92 keywords 2020-03-05 11:10:22 +00:00
Gordon Williams 1bf8ac0ed7 minor tweaks after merge 2020-03-05 08:27:49 +00:00
MaBecker 0da5b38b3e widid 2020-03-04 21:24:34 +01:00
MaBecker 54f5a3b8ea widid 2020-03-04 21:21:47 +01:00
MaBecker 2c1397ab92 widid 2020-03-04 20:59:27 +01:00
Gordon Williams ab356fd619 tweak for sanity checker 2020-03-04 16:46:49 +00:00
Gordon Williams e0ccfe82e7 Added locale loader courtesy of @MaBe's extremely hard work! (ref #105) 2020-03-04 16:42:44 +00:00
Gordon Williams b93c094340 Fix GPS apps if time not set in GPS (fix #110) 2020-03-04 15:04:21 +00:00
Gordon Williams 107d8ef7e0 Add torch app 2020-03-03 16:00:33 +00:00
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
msdeibel a2bcc84bea Merge remote-tracking branch 'upstream/master' 2020-02-28 16:37:57 +01: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