1
0
Fork 0
Commit Graph

18368 Commits (12f55406aabad6b0811234c05dba3468db2599d1)

Author SHA1 Message Date
Martin Boonk 56330543ec messagesoverlay - Shift some colors around 2024-03-29 18:11:09 +01:00
Martin Boonk ab10887a18 messagesoverlay - Fix auto discard setting interpretation 2024-03-29 18:11:09 +01:00
Martin Boonk 5c8817e86a messagesoverlay - Use correct color for border between title and message 2024-03-29 18:11:09 +01:00
Martin Boonk f3c0991dfa messagesoverlay - Only switch backlight on for new messages 2024-03-29 18:11:09 +01:00
Paul Arguillère 5e5ab195df update changelog and metadata 2024-03-29 11:20:33 +01:00
Paul Arguillère 570962fb2a format 2024-03-29 11:04:47 +01:00
Paul Arguillère b0e3789ae0 handle fast loading 2024-03-29 11:00:38 +01:00
Martin Boonk 1fffa9b30a messagesoverlay - Rework logging 2024-03-29 09:27:40 +01:00
Martin Boonk e75c7563e0 messagesoverlay - Do not manipulate global graphics object 2024-03-29 09:23:49 +01:00
Martin Boonk 49c5730757 messagesoverlay - Update ChangeLog 2024-03-29 09:13:31 +01:00
Martin Boonk aff915cc20 messagesoverlay - Update README 2024-03-29 08:57:53 +01:00
Martin Boonk 5485d270cf messagesoverlay - Refactor rendering code, only render short messages centered 2024-03-28 23:41:14 +01:00
Martin Boonk ccdf14e3b6 messagesoverlay - Handle the auto clearing in lock events 2024-03-28 20:30:17 +01:00
Martin Boonk 78c0481770 messagesoverlay - Add indicator for multiple messages in the queue 2024-03-28 16:46:32 +01:00
Martin Boonk 9e44a13ccd messagesoverlay - Add settings 2024-03-28 15:37:17 +01:00
Martin Boonk fbe1cf0fce messagesoverlay - Autoclear messages after timeout 2024-03-28 14:57:37 +01:00
Paul Arguillère b783839098 Update ChangeLog 2024-03-28 11:34:59 +01:00
Paul Arguillère 852e25b189 set theme to light, add black as an option for foreground color 2024-03-28 11:27:36 +01:00
Paul Arguillère 06c11c0fa4 center widget vertically 2024-03-28 10:01:48 +01:00
Rob Pilling 650add7c84
Merge pull request #3290 from jordimas/wclock
worldclock: Add internationalisation of dates
2024-03-27 22:51:00 +00:00
Rob Pilling c6b84a0dc9
Merge pull request #3280 from Ishidres/feat/sleep-detection-improvements
sleeplog: Add wear detection based on measured temperature
2024-03-27 22:43:31 +00:00
thyttan c37462c496
Merge pull request #3303 from paul-arg/elapsed_t
Improvements for Elapsed Time Clock
2024-03-27 20:36:43 +01:00
Paul Arguillère 71ff4afb39 Update screenshot2.png 2024-03-27 19:28:19 +01:00
Paul Arguillère df787b6db1 set 0 as default value for seconds 2024-03-27 19:11:20 +01:00
Paul Arguillère 13b82670a3 add space in AM/PM time 2024-03-27 19:08:39 +01:00
Paul Arguillère 40a29528d2 update changelog and metadata 2024-03-27 19:07:25 +01:00
Paul Arguillère 9eb19d7010 handle AM/PM time in target menu, add yesterday/today/tomorrow to improve readability 2024-03-27 19:06:04 +01:00
Stuff-etc 6a2d4e8468 fixed connected color not showing state at first glance 2024-03-27 14:11:35 +01:00
Martin Boonk 97040fdd12
Merge pull request #3297 from thyttan/recorder
recorder:fix exit graph/plot goes back two levels
2024-03-27 10:38:57 +01:00
Martin Boonk 9b4714eac1
Merge pull request #3300 from thyttan/widmsggrid
widmsggrid: fix drawing outside of widget field
2024-03-27 08:10:59 +01:00
thyttan eb73a84086 widmsggrid: fix drawing outside of widget field
... when the circle containing single digit numbers was drawn.
2024-03-27 00:06:30 +01:00
thyttan 2ce749851d
Merge pull request #3296 from halemmerich/kineticscroll
kineticscroll - Better scrolling behaviour
2024-03-26 23:14:17 +01:00
Martin Boonk c615653d83
Merge pull request #3298 from atjn/fwupd-zip
Thanks! Very convenient while testing around with firmware build by github actions.
2024-03-26 15:04:40 +01:00
thyttan 0d382ea2fc
Merge pull request #3299 from thyttan/fastreset
fastreset: tweak description and README
2024-03-26 13:30:18 +01:00
thyttan ee628168e0 fastreset: tweak description and README 2024-03-26 13:28:19 +01:00
Martin Boonk 49890121b3 kineticscroll - Update boot.min.js 2024-03-26 11:16:16 +01:00
Martin Boonk 6e67f6a806 kineticscroll - Directly draw while finger is touching 2024-03-26 11:08:35 +01:00
Martin Boonk ecf31ce94a kineticscroll - Reduce Date.now() calls 2024-03-26 10:26:35 +01:00
Martin Boonk ae4b1b6206 kineticscroll - Do not skip last drag event 2024-03-26 10:07:15 +01:00
Martin Boonk 1fd84633ad kineticscroll - Refactoring and tweaking of constants 2024-03-26 10:07:11 +01:00
Martin Boonk 09d65330cc kineticscroll - Update ChangeLog 2024-03-26 10:03:19 +01:00
Anton dd68e7b208 Support double zipped firmware files 2024-03-26 08:41:10 +01:00
Jordi Mas 88d3d68687 Simpler string processing 2024-03-26 07:54:29 +01:00
Jordi Mas 28cfa95419
Update apps/worldclock/app.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2024-03-26 07:45:45 +01:00
thyttan 790f60b432 recorder:fix exit graph/plot goes back two levels 2024-03-26 02:14:25 +01:00
Martin Boonk 1b1d2c088f
Merge pull request #3295 from bobrippling/ts-update
Update typescript types
2024-03-25 22:08:34 +01:00
Rob Pilling b9fcb803b5
Merge pull request #3265 from shansou504/master
binaryclk: added artwork to calendar and setting to show battery
2024-03-25 20:54:42 +00:00
Rob Pilling 7e38b9b677 Update typescript types 2024-03-25 20:52:34 +00:00
Rob Pilling 762cf6c002
Merge pull request #3286 from Ishidres/fix/activityreminder-hotfix
activityreminder: fix new date format
2024-03-25 20:39:58 +00:00
Gordon Williams 91eeea2ba0 fix typo in pretokeniser fix 2024-03-25 20:25:04 +00:00