1
0
Fork 0
Commit Graph

11448 Commits (c5d6b248159dbb56e8efaafb21378c0b00568d5e)

Author SHA1 Message Date
BartS23 c5d6b24815 use setItem of clock_info 2023-01-09 14:34:08 +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 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 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
David Peer 37a7a0d740 Memory leak fixes 2023-01-09 07:06:15 +01: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 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
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
Richard de Boer dc4c548271
messagelist: Fix messages/music updates while app is already open
(And probably some other issues)
When we call Bangle.setUI to draw a new message, Bangle.uiRemove from the
previous message screen would save messages to flash and unset "special"
messages (like `music`).
Solution: delete Bangle.uiRemove before calling Bangle.setUI.
2023-01-07 15:25:55 +01:00
Alain Saas d07b7e1140
Update README.md 2023-01-06 12:20:12 -05:00
Alain Saas 8c29b9cea6
Update metadata.json 2023-01-06 12:19:16 -05:00
Alain Saas 635a3376b4
Updates screenshots 2023-01-06 12:17:51 -05:00
Alain Saas a2982167e9
bugfix custom.html 2023-01-06 12:07:02 -05:00
Alain Saas 5e9ea4b1aa
bugfix custom.html 2023-01-06 12:01:52 -05:00
Alain Saas ccd90185d0
bugfix in custom.html 2023-01-06 11:26:52 -05:00
Alain Saas 8f6a80fd36
a_clock_timer 1.0 : Page to set up custom time zones 2023-01-06 11:21:16 -05:00
Gordon Williams 059a2e7af7
Merge pull request #2442 from myxor/health_step_goal_notification
Health: Step goal reached notification
2023-01-06 15:11:20 +00:00
Marco H 69e01a6894 Fix JSON 2023-01-06 15:37:09 +01:00
Marco H 73f63839a8 Don't use fixed step goal 2023-01-06 15:35:58 +01:00
Marco H 1e0b07b563 Use notify library for B1 and B2
Minify boot.js
2023-01-06 15:33:14 +01:00
Marco H d9e080e7b8 Use notify library for notification 2023-01-06 15:27:17 +01:00
Gordon Williams 897d05ae27 minor tweak to GPS to ensure it'll work even after Gadgetbridge is fixed 2023-01-06 14:05:33 +00:00
Gordon Williams c1f6de254e fix changelog 2023-01-06 13:58:03 +00:00
Gordon Williams 160a2953ab
Merge pull request #2456 from notEvil/widminbat
widminbat: Show while charging
2023-01-06 13:57:35 +00:00
notEvil fedd2326be - apps/widminbat: updated ChangeLog and bumped version
- apps/widminbat: changed to react to charging event
2023-01-06 14:41:27 +01:00
Gordon Williams be8b402dc7 Notify: Add Bangle.js 2 support with Bangle.setLCDOverlay 2023-01-06 13:20:51 +00:00
thyttan a681d5415a remove some leftovers that caused ReferenceError on fast loading 2023-01-06 11:55:32 +01:00
Marco H f160b7edbe Merge branch 'master' into health_step_goal_notification 2023-01-06 09:50:27 +01:00