Commit Graph

1859 Commits (46121e60a0aa71ffb7aec3d5a7ecb975a2077c9b)

Author SHA1 Message Date
Gordon Williams 46121e60a0 Fix `marked is not defined` error (and include in repo, just in case) 2020-06-01 08:43:33 +01:00
Gordon Williams 207fabeb1d version bump 2020-06-01 08:40:46 +01:00
Gordon Williams bfba5c37ff
Merge pull request #466 from hasmar04/cliock-patch
Stop the cliock face redrawing and running out of memory
2020-06-01 07:43:56 +01:00
Gordon Williams b08d8ce0f4 gpsrec can now graph altitude & speed 2020-05-31 15:06:31 +01:00
Harrison Asmar 48eea4cc57
Update ChangeLog 2020-05-30 20:20:12 +10:00
Harrison Asmar c83ae5dc7e
Stops the face redrawing and using all memory
Removes the clear screen and widget loading from each wake so it only runs the first time. Prevents the watch from running out of memory after approx. 3 wakes.
2020-05-30 20:05:47 +10:00
Gordon Williams 889ed82de2 ok so eslint didn't fix it 2020-05-29 16:18:12 +01:00
Gordon Williams 49d504a034 Only upload binary files where needed. Assume utf-8 otherwise (Fix #463) 2020-05-29 13:27:27 +01:00
Gordon Williams 7e87bd0c03 add toast to log 2020-05-29 13:23:20 +01:00
Gordon Williams 97ff606212
Merge pull request #462 from rigrig/gbridge
gbridge: Add setting to show/hide icon
2020-05-29 12:01:06 +01:00
Richard de Boer 03246fdc85 gbridge: minor fixes
IDE kept complaining about unused constant & unsafe comparisons
2020-05-29 10:41:19 +02:00
Richard de Boer 855186f7c9 gbridge: improve settings handling
No need to keep them in memory after reload() is done
2020-05-29 10:37:44 +02:00
Gordon Williams c32eccd66a
Merge pull request #461 from rigrig/simpletimer
Simpletimer: remember last set time, make BTN2 work
2020-05-29 08:53:15 +01:00
Richard de Boer fa692c4d8e gbridge: Fix setting to show/hide icon
Don't reload all widgets: just change this one and redraw
2020-05-29 00:05:26 +02:00
Richard de Boer 631abb812e gbridge: Add setting to show/hide icon 2020-05-28 23:27:10 +02:00
Richard de Boer 4ab68eb411 simpletimer: remember last set time 2020-05-28 22:33:15 +02:00
Richard de Boer 192ba32a5d simpletimer: make BTN2 really return to launcher
(only while countdown is not running)
2020-05-28 22:33:15 +02:00
Gordon Williams 6783472e9a fix formatting using eslint 2020-05-28 14:38:46 +01:00
Gordon Williams bc62a90dab Merge branch 'master' of github.com:espruino/BangleApps 2020-05-28 14:37:55 +01:00
Gordon Williams ed47314f02 Added animated clock using palette cycling 2020-05-28 14:36:54 +01:00
Gordon Williams 3a71ace5c8
Merge pull request #454 from eaydev/master
Created a vertical watch face
2020-05-28 14:35:01 +01:00
Gordon Williams ab5861126c App description can now be markdown 2020-05-28 14:34:40 +01:00
Gordon Williams 0c0fc9ac8f Improve upload of binary files 2020-05-28 14:33:37 +01:00
Gordon Williams 572a468cab Set page scaling better for mobile 2020-05-28 14:20:56 +01:00
Gordon Williams a173418506
Merge branch 'master' into master 2020-05-28 13:54:43 +01:00
Gordon Williams 8d4949b69c
Merge pull request #459 from nxdefiant/master
New app SleepPhaseAlarm
2020-05-28 10:00:21 +01:00
Gordon Williams 8753767b91 Move espruinotools.js to lib as it seems a more sensible location 2020-05-28 08:28:50 +01:00
Gordon Williams aa193454db Now linting library too 2020-05-28 08:27:01 +01:00
Gordon Williams e1c6123063 Merge branch 'master' of github.com:espruino/BangleApps 2020-05-28 08:20:46 +01:00
Gordon Williams 324c93de36 Added more serious linting for app loader (#451) 2020-05-28 08:20:41 +01:00
Gordon Williams 2d9475b59f
Merge pull request #458 from nebbishhacker/compass
compass: eliminate flickering
2020-05-28 07:37:57 +01:00
Ephraim Amiel Yusi ece998969b
Update apps.json 2020-05-28 11:05:49 +10:00
Ephraim Amiel Yusi da8935c399
Fixed day being displayed 2020-05-28 11:05:20 +10:00
Ben Whittaker 3cdd0f7820 Merge branch 'master' of https://github.com/espruino/BangleApps into compass
# Conflicts:
#	apps/compass/compass.js
2020-05-27 21:01:26 -04:00
Ben Whittaker cc4757537a compass: eliminate flickering 2020-05-27 20:51:21 -04:00
Gordon Williams 2fd2caaacc use eslint to fix indentation of app loader js 2020-05-27 16:51:14 +01:00
Gordon Williams 765be3ef40 tweak formatting using eslint 2020-05-27 16:41:55 +01:00
Gordon Williams b158c8bed4 Merge branch 'master' of github.com:espruino/BangleApps 2020-05-27 16:39:41 +01:00
Gordon Williams 317ec01b4e Add basic linting for app loader 2020-05-27 16:39:36 +01:00
Gordon Williams 148a258560 Ensure we only warn for whitespace issues 2020-05-27 16:37:56 +01:00
Gordon Williams 46050445fc
Merge pull request #448 from Taffaz/master
Binary Clock
2020-05-27 16:24:22 +01:00
Gordon Williams 9241e125f6
Merge branch 'master' into master 2020-05-27 16:21:22 +01:00
Gordon Williams 6869bd382c
Merge pull request #451 from ikkala/eslint-indent
Eslint indent
2020-05-27 16:20:46 +01:00
Gordon Williams 0f0402c7cb
Merge branch 'master' into eslint-indent 2020-05-27 16:19:44 +01:00
Ephraim Amiel Yusi 4113754742
Proper app icon. 2020-05-28 01:17:54 +10:00
Ephraim Amiel Yusi 0d44a243a1
Update apps.json 2020-05-28 00:57:47 +10:00
Ephraim Amiel Yusi 18a83baa2d
Fixed to proper size 2020-05-28 00:57:14 +10:00
Ephraim Amiel Yusi 1ff039d0dd
Update apps.json 2020-05-28 00:43:30 +10:00
Ephraim Amiel Yusi 194ed062e5
Fixed memory leak from multiple intervals.
Tutorial on first clock face causes multiple intervals to be created. Must be fixed to stop extra ticking.
2020-05-28 00:42:53 +10:00
Ephraim Amiel Yusi 52d2fa2efd
Add files via upload 2020-05-27 23:15:54 +10:00