1
0
Fork 0
Commit Graph

12357 Commits (f952e17258afc90104f991f670cd183c3d8a5401)

Author SHA1 Message Date
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
storm64 e9503bb08f
sleeplog: Update boot.js
Check for cached modules before removing to prevent module not found error.
2022-08-17 23:21:35 +02:00
eyecreate 8566fbcdbc
Bumped version to 0.04 2022-08-16 10:05:49 -04:00
eyecreate 1f42e5022a
updated changelog to 0.04 2022-08-16 10:05:36 -04:00
eyecreate a7184802f7
Update app to use time based on locale settings 2022-08-15 18:19:13 -04:00
Gordon Williams fa8b20f3f1 messages 0.50: Option to disable auto-open of messages 2022-08-15 12:58:58 +01:00
Gordon Williams fad985c1e7
Merge pull request #2088 from peerdavid/master
[BW Clock] Added option for a dynamic screen mode to show widgets only if unlocked.
2022-08-15 09:11:20 +01:00
David Peer 4bf3a5ff36 Minor changes 2022-08-15 08:51:02 +02:00
David Peer 6c038e292e Performance improvements of dynamic screen 2022-08-15 08:48:57 +02:00
David Peer a8c5c605b8 Minor refactorings 2022-08-14 22:06:32 +02:00
David Peer b73562fdfd Updated Readme 2022-08-14 21:37:24 +02:00
Peer David f418fc5155
Merge branch 'espruino:master' into master 2022-08-14 21:30:37 +02:00
David Peer 3c23902906 Added option for a dynamic screen mode to show widgets only if unlocked. 2022-08-14 21:30:19 +02:00
Gordon Williams dd6694246b 2v15 release 2022-08-11 14:43:01 +01:00
Gordon Williams 74430167c3 Merge branch 'master' of github.com:espruino/BangleApps 2022-08-11 14:01:56 +01:00
Gordon Williams 03f3961e6b
Merge pull request #2085 from pebl-hank/master
Handling exceptions
2022-08-11 14:01:14 +01:00
Hank 61b28cb47c Handling exceptions 2022-08-11 14:56:37 +02:00
Gordon Williams 9703983ea7 Apply fix for app restore: https://github.com/espruino/BangleApps/issues/2068#issuecomment-1211717749
Also refresh the apps list after we restored
2022-08-11 10:16:07 +01:00
Gordon Williams efd5a09b19 hrm docs 2022-08-11 10:08:57 +01:00
Gordon Williams 2e8ded053b
Merge pull request #2084 from khromov/gps-widget-configuration
Add option to hide GPS widget when GPS is off
2022-08-11 08:53:04 +01:00
Stanislav Khromov e2614faf9f Fix default settings 2022-08-11 01:03:37 +02:00
Stanislav Khromov 794a8a5823 Fix cross icon logic 2022-08-11 00:43:21 +02:00
Stanislav Khromov 1125edc67b Update README.md 2022-08-11 00:14:17 +02:00
Stanislav Khromov d888592c97 Update ChangeLog 2022-08-11 00:12:48 +02:00
Stanislav Khromov 960d7c7563 Clean up settings logic 2022-08-11 00:12:11 +02:00
Stanislav Khromov d6d1e5c139 Increment version 2022-08-10 23:41:21 +02:00
Stanislav Khromov a7257129ee Add ability to hide icon when GPS is disabled 2022-08-10 23:39:43 +02:00
Gordon Williams 17fde110a2
Merge pull request #1841 from emilecantin/patch-1
Clock & Calendar: Improve colours
2022-08-10 08:47:00 +01:00
Gordon Williams d4c83690c0
Merge pull request #2083 from mbks/waypoint-bugfix
Waypoint bugfix
2022-08-10 08:23:25 +01:00
Emile Cantin 6b2729303f
Clockcal: Update changelog for v0.05 2022-08-09 13:16:14 -04:00
Emile Cantin 21db1063da
Clockcal: Version bump 2022-08-09 13:15:00 -04:00
Emile Cantin fa0bd74db2
Merge branch 'espruino:master' into patch-1 2022-08-09 13:13:21 -04:00
mbks 3a47aad355
fixed format string evaluation 2022-08-09 18:42:17 +02:00
mbks caf778fdff
Replaced invalid backticks with quotes 2022-08-09 18:25:52 +02:00
Richard de Boer b93e2dd913
hcclock: Use `messages` library to check for new messages
Instead of opening "messages.json" directly
For #2081
2022-08-09 16:14:31 +02:00
Richard de Boer f088fed7fe
7x7dotsclock: Use `messages` library to check for new messages
Instead of opening "messages.json" directly
For #2081
2022-08-09 16:11:36 +02:00
Richard de Boer 143bbf858d
messages: Add `getMessages` and `status` functions to library
Apps/widgets should use the library instead of opening "messages.json"
For #2081
2022-08-09 16:11:36 +02:00
Gordon Williams f3f8313442
Merge pull request #2076 from glemco/master
presentation_timer: added interface for configuration from app loader
2022-08-09 13:29:56 +01:00
Gordon Williams 2c32b89414 advclock 0.02: Remove un-needed fonts to improve memory usage (#2079) 2022-08-09 11:24:59 +01:00