Gordon Williams
500ad96595
Merge pull request #2483 from BartS23/UpdateSubmodule
...
update submodule core
2023-01-10 08:25:29 +00:00
Gordon Williams
162e3c24bb
Merge pull request #2482 from peerdavid/master
...
[clock_info] Buzz on run()
2023-01-10 08:23:59 +00:00
BartS23
413cf98608
update submodule core
2023-01-09 18:32:21 +01:00
David Peer
6774bc113c
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2023-01-09 18:12:53 +01:00
David Peer
6fc98b723a
Buzz on run()
2023-01-09 18:12:51 +01:00
Gordon Williams
cdbc331b17
revert bottom widget changes from https://github.com/espruino/BangleApps/pull/2422
2023-01-09 14:39:44 +00:00
Gordon Williams
84c1fc95a7
Merge pull request #2422 from dapgo/master
...
new clock app and minor updates
2023-01-09 14:37:09 +00:00
dapgo
a8a9d106fe
correction demanded
2023-01-09 15:29:44 +01:00
Gordon Williams
3ba8f7729e
Fix layout error when there's not a h or v element as root - https://forum.espruino.com/conversations/382806/#comment16819463
2023-01-09 14:21:27 +00:00
Gordon Williams
fe9b0e4f2f
Merge pull request #2479 from thyttan/health
...
[health] update boot.min.js
2023-01-09 14:09:41 +00:00
Gordon Williams
1c2456dc9e
Merge pull request #2480 from BartS23/clock_info
...
Update clock_info, fix [BW clock]
2023-01-09 13:58:19 +00:00
thyttan
17dcc0c518
update boot.min.js
2023-01-09 14:41:33 +01:00
BartS23
be956095c1
missing options update
2023-01-09 14:39:19 +01:00
BartS23
c5d6b24815
use setItem of clock_info
2023-01-09 14:34:08 +01:00
BartS23
db17b225d0
add setItem to clock_info
2023-01-09 14:33:52 +01:00
Gordon Williams
c49797b5b4
Merge pull request #2467 from glemco/master
...
sched: update clock_info to refresh periodically on active alarms/timers
2023-01-09 10:55:35 +00:00
Gordon Williams
8982d16cb3
Merge pull request #2476 from espruino/revert-2472-master
...
Revert "remove null check, since mapping is now down on app side"
2023-01-09 10:51:39 +00:00
Gordon Williams
31f29df5c3
Revert "remove null check, since mapping is now down on app side"
2023-01-09 10:51:30 +00:00
Gordon Williams
5be0064f16
Merge pull request #2469 from rigrig/clockface-widget_utils
...
ClockFace: use widget_utils instead of not loading widgets
2023-01-09 10:14:35 +00:00
Gordon Williams
fee1bc86b9
Merge pull request #2466 from rigrig/messagelist-fix
...
Messagelist fix
2023-01-09 10:12:55 +00:00
Gordon Williams
4daea211eb
Merge pull request #2470 from thyttan/health
...
[health] fix settings.js + boot.js
2023-01-09 10:10:04 +00:00
Gordon Williams
71a290bd62
Merge pull request #2472 from LukasEdl/master
...
remove null check, since mapping is now down on app side
2023-01-09 10:07:12 +00:00
Gordon Williams
fd00ae32d0
Merge pull request #2475 from espruino/dependabot/npm_and_yarn/json5-1.0.2
...
Bump json5 from 1.0.1 to 1.0.2
2023-01-09 10:04:24 +00:00
Gordon Williams
e159303be0
Merge pull request #2463 from thyttan/dtlaunch
...
[Desktop Launcher] don't initially mark the first app on a page when moving between pages + Introduce caching
2023-01-09 10:03:33 +00:00
Gordon Williams
75dd5c0d84
Merge pull request #2471 from peerdavid/master
...
[BW Clock] Added option to only show the time as well as the week number.
2023-01-09 10:01:36 +00:00
Gordon Williams
f1b73a5636
Merge pull request #2462 from alainsaas/master
...
a_clock_timer 1.0 : customizable time zones
2023-01-09 09:51:20 +00:00
David Peer
37a7a0d740
Memory leak fixes
2023-01-09 07:06:15 +01:00
dependabot[bot]
59b0189e6f
Bump json5 from 1.0.1 to 1.0.2
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 02:36:20 +00:00
Lukas
c39a6c4e16
remove unnecessary mapping
2023-01-08 19:25:52 +01:00
David Peer
c3de9fa59e
Minor fix
2023-01-08 17:18:10 +01:00
David Peer
031278bd88
Design fixes
2023-01-08 17:14:47 +01:00
David Peer
b7cce10e0e
Minor improvements
2023-01-08 17:09:38 +01:00
David Peer
e9eec03915
Show charging clkinfo in case the charger is connected
2023-01-08 16:59:36 +01:00
David Peer
2165941e1b
Minor changes
2023-01-08 16:55:37 +01:00
David Peer
856ca654fa
Performance improvements
2023-01-08 16:55:02 +01:00
thyttan
422255b20a
move LANG-tag to right before string
2023-01-08 13:53:30 +01:00
Lukas
393c6c63b4
remove null check, since mapping is now down on app side
2023-01-08 13:32:22 +01:00
David Peer
a3c5a723bc
Added option to only show the time as well as the week number. This also fixes issue #2459
2023-01-08 10:53:16 +01:00
Alain Saas
c8835d2385
bugfix: night on map at gmt=0
2023-01-07 19:36:02 -05:00
thyttan
f9dc3e89a4
add caching of apps info
...
typo
2023-01-07 18:32:39 +01:00
thyttan
79006678c8
don't mark the first app on a page when moving between pages
2023-01-07 18:32:39 +01:00
thyttan
4ce840a60f
fix settings.js
2023-01-07 18:23:11 +01:00
Richard de Boer
fe61fd2a12
ClockFace: remove clockHasWidgets hack
...
Added in 1d4fb1301a
to make fast loading
work correctly (workaround for the fact that ClockFace clocks contained
`loadWidgets` in their source, but sometimes didn't call it)
No longer needed, as we now always call loadWidgets.
2023-01-07 17:52:31 +01:00
Richard de Boer
3bba0b6dab
teminalclock: ClockFace update: Hide widgets instead of not loading them
...
Also use ClockFace_menu for hideWidget & powerSave settings
2023-01-07 17:21:44 +01:00
Richard de Boer
2512268b98
cogclock: ClockFace update: Hide widgets instead of not loading them
2023-01-07 17:00:24 +01:00
Richard de Boer
99c575f09b
barclock: ClockFace update: Hide widgets instead of not loading them
2023-01-07 16:58:03 +01:00
Richard de Boer
a4a3d678dd
saclock: ClockFace update: Hide widgets instead of not loading them
2023-01-07 16:51:24 +01:00
Richard de Boer
6980a0d9c9
ClockFace: always loadWidgets, option to hide them using widget_utils
2023-01-07 16:50:30 +01:00
Gabriele Monaco
d768d0fe9c
sched: update clock_info to refresh periodically on active alarms/timers
2023-01-07 15:37:22 +01:00
Richard de Boer
a5a0b180ba
messagelist: minor cleanup
...
Simply doing nothing when MESSAGES failed to load isn't really helpful
anyway.
2023-01-07 15:27:49 +01:00