Commit Graph

12401 Commits (6494808bfab69b3353a76b54c1f17e36d52fa15f)

Author SHA1 Message Date
aaronrolls 719142e4e5 added min 2022-08-23 04:12:48 +00:00
aaronrolls a8bcd16f6d added 1 min frequency 2022-08-23 04:12:34 +00:00
aaronrolls 0aafb0202b Fixes 2022-08-23 03:12:00 +00:00
aaronrolls 3584071381 Changed desc version to 3 2022-08-23 02:11:24 +00:00
aaronrolls b4d586ad6f trying to fix lack of buzz 2022-08-23 02:03:40 +00:00
aaronrolls beeb053db7 Tried to fix timing of buzz 2022-08-23 01:33:44 +00:00
aaronrolls 0f04ba8f67 Fixed another bug 2022-08-23 01:04:51 +00:00
aaronrolls e81b6a2dac Fixed another bug 2022-08-23 00:59:15 +00:00
aaronrolls c2b93e3325 Fixed a bug 2022-08-23 00:58:13 +00:00
aaronrolls 36d58a715c Add ability for more than one vibration 2022-08-23 00:57:22 +00:00
aaronrolls 6dc96580fc removed the last hour feature and tried to fix app 2022-08-23 12:32:07 +12:00
aaronrolls f75ee4df72 fixed 30 and 15 minute chimes 2022-08-23 11:20:53 +12:00
aaronrolls ecdf4fbeed added function showMainMenu 2022-08-23 11:09:32 +12:00
aaronrolls 3eb269eee0 fixed typo 2022-08-23 10:18:57 +12:00
aaronrolls 9ae6b7c821 changed the location of some vars 2022-08-23 10:15:45 +12:00
aaronrolls 8036f6435f updated version to 0.02 2022-08-23 10:11:27 +12:00
aaronrolls e6a861b52d changed value to v 2022-08-23 10:09:14 +12:00
aaronrolls 7bffac0206 Changed the frequnecy const 2022-08-23 10:06:02 +12:00
Stanislav Khromov afe895f435 Update metadata.json 2022-08-22 23:58:43 +02:00
Stanislav Khromov faddda9db2 [LCARS] Add ability to disable alarms 2022-08-22 23:58:05 +02:00
aaronrolls 0931f44a58 Tried to fix the settings page 2022-08-23 09:57:12 +12:00
aaronrolls ae581d3aff Tried to fix bugs again 2022-08-23 09:40:36 +12:00
aaronrolls cf18ecc312 Tried to fix bug in settings 2022-08-23 09:32:17 +12:00
Aaron Rolls ec7e58a14d Added first version of Chimer app 2022-08-23 08:49:10 +12:00
storm64 59393a8e32
Merge branch 'espruino:master' into sleeplog_beta 2022-08-21 20:40:01 +02:00
Stiralbios 392866d2de [ActivityReminder] New app screen 2022-08-20 16:11:10 +02:00
Stiralbios 563245defe [ActivityReminder] Put the alert code in it's own file 2022-08-20 15:10:44 +02:00
Stiralbios d714c2c490 [ActivityReminder] Add storageFile: true for the data file with the goal to improve perfs slightly 2022-08-20 14:39:30 +02:00
Stiralbios a787181206 [ActivityReminder] Small change on settings.js to allow futur flexibility 2022-08-20 14:35:26 +02:00
Stiralbios 8cc79a77d0 [ActivityReminder] Use 2 space indent like on others apps in the repository 2022-08-20 14:17:36 +02:00
David Peer fa6a1bc6eb Merge branch 'master' of https://github.com/peerdavid/BangleApps 2022-08-20 11:57:42 +02:00
David Peer 43deb4eb3d Minor improvements 2022-08-20 11:57:39 +02:00
Peer David 473236dfa8
Merge branch 'espruino:master' into master 2022-08-20 09:43:03 +02:00
David Peer 91c794d5ee Fix - Step count was no more shown in the menu. 2022-08-20 09:42:51 +02:00
thyttan fe16d67e99 Add back button 2022-08-20 00:14:14 +02:00
Gordon Williams fb7b69379a Merge branch 'master' of github.com:espruino/BangleApps 2022-08-19 08:42:10 +01:00
Gordon Williams 7f8d27b95e recognise 2v15 2022-08-19 08:42:03 +01:00
Gordon Williams 9965f372e7
Merge pull request #2089 from eyecreate/master
Update macwatch2 app to use time based on locale settings
2022-08-19 08:16:12 +01:00
Gordon Williams 1b4ad06289
Merge pull request #2091 from peerdavid/master
[BW Clock] Added agenda to menu
2022-08-19 08:15:54 +01:00
David Peer 302e98ac3f Minor fix 2022-08-18 22:25:51 +02:00
Peer David d5eb9716da
Merge branch 'espruino:master' into master 2022-08-18 22:16:16 +02:00
David Peer 65876bd323 Added agenda 2022-08-18 22:15:53 +02:00
Gordon Williams a6e815483f
Merge pull request #2090 from sersorrel/bash-shebang
Use /usr/bin/env as shebang everywhere
2022-08-18 09:19:14 +01:00
storm64 5f24e2b3e8
sleeplog: Update metadata.json
Match version with ChangeLog
2022-08-18 00:33:30 +02:00
storm64 68abc30707
sleeplog: Update ChangeLog
Reorganizing entries to match build dependencies
2022-08-18 00:31:58 +02:00
storm64 8c7e4ffeb2
sleeplog: Update ChangeLog
Reformatting entries to prevent build error.
2022-08-18 00:11:47 +02:00
ash 5a6b37f3cc Use /usr/bin/env as shebang everywhere
It's not guaranteed that bash will be available at /bin/bash; it's even
less likely that node will always be installed at /usr/bin/node{,js}.
Always indirecting through /usr/bin/env means that there is only one
such path that needs to be available.
2022-08-17 23:03:21 +01:00
storm64 6dd4b965ec
Merge branch 'espruino:master' into sleeplog_v0.10_beta 2022-08-17 23:32:03 +02:00
storm64 bb683e2c1c
sleeplog: Update metadata.json 2022-08-17 23:24:34 +02:00
storm64 29e7f02059
sleeplog: Update ChangeLog 2022-08-17 23:23:27 +02:00