Commit Graph

102 Commits (5152e68c8038087a594ddd13bdf6def171743d1b)

Author SHA1 Message Date
Gordon Williams 537744bcf7
Merge pull request #1788 from sir-indy/master
[layout & smpltmr] New interface for Simple Timer, and changes to layout to make it work.
2022-05-04 11:16:38 +01:00
sir-indy c94b8be629
Update Layout.js
Removed as per https://github.com/espruino/BangleApps/pull/1788#discussion_r863924717
2022-05-04 10:18:48 +01:00
Alessandro Cocco ce06879fe4 [date_utils] Refactor functions, documentation
- Use the same names used in locale module (so dow instead of getDOW, month instead of getMonth, etc.)
- Add documentation
2022-05-03 23:22:50 +02:00
sir-indy 0a93ea7c00
Update Layout.js
Remove text scale option, as scale can be set in font, as per #1699
2022-05-03 10:06:10 +01:00
sir-indy baa242e92b
Update Layout.js 2022-04-29 11:28:58 +01:00
sir-indy fc1bd36ec2
Update Layout.js 2022-04-29 11:16:48 +01:00
sir-indy 5e42476f29
Merge branch 'espruino:master' into master 2022-04-29 10:26:55 +01:00
sir-indy 1e4486861a
Update Layout.js 2022-04-29 10:26:44 +01:00
sir-indy 826bc29738
Update Layout.js 2022-04-29 10:16:42 +01:00
sir-indy 7f2af3c892
Update Layout.js 2022-04-29 09:55:31 +01:00
Gordon Williams e6eb8b0cb4 Fix typo that meant that watches on buttons from E.showMenu/etc weren't removed like they should be 2022-04-27 09:28:16 +01:00
Gordon Williams 2e2275c262 Add date_utils lib (https://github.com/espruino/BangleApps/pull/1753) 2022-04-26 10:27:23 +01:00
Gordon Williams cb9c0100ea
Merge pull request #1687 from rigrig/buzz-demonstrate
buzz_menu: give a demonstration after selecting a pattern
2022-04-19 10:39:42 +01:00
Richard de Boer 0b9d8b16a6
buzz_menu: give a demonstration after selecting a pattern 2022-04-10 17:01:28 +02:00
Richard de Boer 44810118b4
buzz_menu: fix duplicate "Off" option 2022-04-10 16:41:19 +02:00
Gordon Williams 30e94e15ad Merge branch 'master' into new_alarm 2022-04-04 15:07:42 +01:00
Salim Blume 7322013f10 Fix for when to include maxbpm 2022-04-02 21:00:45 -05:00
Salim Blume fff5ddef67 Add maxbpm as a tracked stat in exstats. 2022-04-02 20:54:48 -05:00
Gordon Williams 5c33cad685 Adding alarm.vibrate and menu 2022-04-01 13:27:37 +01:00
Gordon Williams 48efab699d Show distance more accurately in conjunction with new locale app (fix #1523)
Also slightly more memory efficient locale module
2022-03-30 15:11:14 +01:00
Gordon Williams dcd39418a5 quick removal of GPS clear from #1619 2022-03-29 10:58:48 +01:00
BartS23 02fca7a4c8
Fix.speed could be NaN
then curSpeed during the entire run is NaN
2022-03-28 00:04:01 +02:00
Salim Blume 9a0c31c56d Fix run notifications bugs and improve accuracy 2022-03-24 22:19:51 -05:00
Gordon Williams 03a2bc29b8 Remove files that weren't meant to be in the PR 2022-03-18 08:41:02 +00:00
Gordon Williams a292cee7b0 Merge branch 'master' of https://github.com/bernschneider/BangleApps into bernschneider-master 2022-03-18 08:39:28 +00:00
Richard de Boer 7b842294e0
Layout: add support for `back` option 2022-03-17 15:33:32 +01:00
Klaus-Peter Bernschneider 5602eadf68
Add files via upload 2022-03-15 09:22:07 +01:00
Salim Blume 6ffa4b28b3 Menu fixes and tweaking vibe options 2022-03-05 21:19:34 -06:00
Salim Blume 4810eefe08 More tweaks 2022-03-05 21:19:31 -06:00
Salim Blume 8a7b30cf6c Cleanup 2022-03-05 21:19:28 -06:00
Salim Blume e823ae8496 Fix for nested options not set yet 2022-03-05 21:19:26 -06:00
Salim Blume 50ca281500 Settings fix 2022-03-05 21:19:25 -06:00
Salim Blume f5c50a7e1e Fix for step notification 2022-03-05 21:19:20 -06:00
Salim Blume d65726d9fc Fix for step notification, debug for time notification, better buzzes 2022-03-05 21:19:18 -06:00
Salim Blume 63426d9b97 Correct initial step notification increment 2022-03-05 21:19:13 -06:00
Salim Blume 3a6009a963 Add vibration settings and reorg to use object for settings 2022-03-05 21:19:10 -06:00
Salim Blume d0cb22e7df Bug fixes 2022-03-05 21:19:09 -06:00
Salim Blume 1cf5a07761 Debug 2022-03-05 21:19:07 -06:00
Salim Blume 4b371e1f18 Don't use spread operator 2022-03-05 21:19:06 -06:00
Salim Blume c3fc12dfa2 Chasing down a settings bug 2022-03-05 21:19:04 -06:00
Salim Blume b923423238 Cleanup 2022-03-05 21:19:02 -06:00
Salim Blume 35d1cf85e8 More notification testing 2022-03-05 21:19:00 -06:00
Salim Blume 5e3e7a0c0f Testing exstats notifications 2022-03-05 21:18:58 -06:00
Salim Blume aebc8bb3d5 Initial commit 2022-03-05 21:18:51 -06:00
copoer 54ca2eed97 Fix step count 2022-02-23 12:57:22 -04:00
Gordon Williams 17b7d85950 Layout: remove 'fsz' hack as any firmware 2v11+ will support font size in the string now 2022-02-23 10:45:18 +00:00
Gordon Williams 580497b1e7 Fix Layout module rendering black text on white 2022-02-21 10:55:22 +00:00
Gordon Williams 71e60eda00 stop cadence needing GPS - fix #1480 2022-02-21 10:25:56 +00:00
Gordon Williams af0dfed2c3 allow non-button elements of Layout to be tapped 2022-02-08 10:42:14 +00:00
Gordon Williams c4c539006a fix speed calcs 2022-02-01 17:26:43 +00:00