1
0
Fork 0
Commit Graph

1298 Commits (df1caeacad2bf1a7de95373c39b892758fd5323b)

Author SHA1 Message Date
Matjaz Lipus df1caeacad use .slice() 2020-06-02 21:21:27 +02:00
Matjaz Lipus fc1cea0b6c fix variables leaks + shorter code 2020-06-02 13:10:35 +02:00
Matjaz Lipus d3b686e09a temperature sanity check is already done onload 2020-06-02 13:06:19 +02:00
Gordon Williams 2bbecfc7f3
Merge pull request #471 from m0n5t3r/master
Add auto-snooze option to alarms
2020-06-02 07:53:17 +01:00
Sabin Iacob 6cf4124290 make original time checking more robust, we want this to work for alarms triggering at 00:00 2020-06-01 20:32:53 +03:00
Sabin Iacob 07bcd7528b only save the original hour on the first snooze 2020-06-01 20:26:41 +03:00
Sabin Iacob b1f3e5e125 restore the alarm hour after snoozing 2020-06-01 20:22:04 +03:00
Sabin Iacob 89909c0746 Add auto-snooze option to alarms 2020-06-01 20:12:14 +03:00
Gordon Williams c7039e63a2 manually merge https://github.com/espruino/BangleApps/pull/248, but commented out until we have a font 2020-06-01 17:13:50 +01:00
Gordon Williams d9442f2fd0 locale: Improve handling of non-ASCII characters (fix #469) 2020-06-01 17:04:55 +01:00
Gordon Williams 30ae2f65f5 fix travis errors 2020-06-01 09:32:47 +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 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
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 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
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 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 148a258560 Ensure we only warn for whitespace issues 2020-05-27 16:37:56 +01:00
Gordon Williams 9241e125f6
Merge branch 'master' into master 2020-05-27 16:21:22 +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 18a83baa2d
Fixed to proper size 2020-05-28 00:57:14 +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
Ephraim Amiel Yusi 25b3dc7fa8
Set BTN1 to enable heart monitor 2020-05-27 22:00:01 +10:00
Ephraim Amiel Yusi 809a08435a
Added heart rate visualiser 2020-05-27 21:48:30 +10:00
Gordon Williams d0f5aed573
Merge pull request #455 from m0n5t3r/master
Make the alarm scheduling more reliable
2020-05-27 10:55:39 +01:00
Sabin Iacob cb491d0678 also schedule the alarm for the next day if the alarm time is less than current time 2020-05-27 11:55:15 +03:00
Sabin Iacob 8e8e56098a Bump alarm version 2020-05-27 11:47:20 +03:00
Ephraim Amiel Yusi f6d2017789
Updates to ongoing development 2020-05-27 18:08:16 +10:00
Ephraim Amiel Yusi fd1522cbdc Fixed broken commit 2020-05-27 17:15:41 +10:00
Ephraim Amiel Yusi aaa0401bb8 Added new capabilities and template for "widgets" 2020-05-27 17:05:14 +10:00
Ephraim Amiel Yusi d8d520e3e1
Update app.js 2020-05-27 16:37:44 +10:00
Erik Andresen 0a616c7772 sleepphasealarm: attempt to fix image 2020-05-27 07:59:51 +02:00