1
0
Fork 0
Commit Graph

17960 Commits (306ccb3fe39df88fcabf6794f61cf86185b92bb9)

Author SHA1 Message Date
Logan B 9bca482200 a_dndtoggle: remove default.json 2024-03-03 11:34:28 -06:00
Logan B 0d7640dae9
Update apps/a_dndtoggle/a_dndtoggle.app.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2024-03-03 11:07:51 -06:00
Logan B f1a8c03d52
Update apps/a_dndtoggle/a_dndtoggle.app.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2024-03-03 11:07:42 -06:00
Rob Pilling 2d21295644 sched: interface.html table layout declutter 2024-03-03 15:13:49 +00:00
Phil Roggenbuck a15e8b665d
Cards App added brightness option
Added an option to use full brightness when showing code
2024-03-03 14:05:09 +01:00
Logan B 20d195a38e a_dndtoggle: add line break to update message 2024-03-02 14:54:29 -06:00
Logan B a75564e7eb a_dndtoggle: add settings page 2024-03-02 14:54:29 -06:00
naden 5a9d426f7d
Add files via upload 2024-03-02 20:17:02 +01:00
Rob Pilling 4b38e2af42
Merge pull request #3228 from bobrippling/fix/sleeplog-logspam
sleeplog: only write log if we have something to write
2024-03-02 19:04:15 +00:00
Rob Pilling 28ef6c12d0 sched: interface.html rowspan for type/date+time 2024-03-02 18:57:26 +00:00
Rob Pilling b4b047d0cb sched: interface.html rowspan 2024-03-02 18:54:44 +00:00
naden a50a307258
Add files via upload 2024-03-02 19:28:51 +01:00
naden 258ad275e4
Add files via upload 2024-03-02 19:23:00 +01:00
naden fedf2d3190
Add files via upload 2024-03-02 19:22:33 +01:00
Rob Pilling 0d5c39a183 sleeplog: only write log if we have something to write 2024-03-02 16:23:26 +00:00
Rob Pilling d28d696dea sched: interface.html, Monday is the first day of the week 2024-03-02 16:12:06 +00:00
thyttan 4c0eccaf67
Merge pull request #3226 from bobrippling/fix/multitimer-settings
multitimer: fix settings
2024-03-02 16:46:08 +01:00
Rob Pilling 97d648d4af sched: add day selection to interface.html 2024-03-02 15:44:29 +00:00
Rob Pilling baa5b05809 multitimer: fix settings 2024-03-02 15:37:36 +00:00
thyttan 0aff4409a8
Merge pull request #3224 from bobrippling/feat/multitimer-initial
multitimer: add setting for initial screen
2024-03-02 16:29:19 +01:00
Rob Pilling 4a35b30bb0 multitimer: restore json & sw default 2024-03-02 15:04:30 +00:00
Rob Pilling c33ba7ed93
Merge pull request #3225 from jordimas/fixes_catalan_locale
Fixes to Catalan locale: right icon for all regions, shorter long dat…
2024-03-01 22:37:42 +00:00
naden de5b976d4f
Add files via upload 2024-03-01 21:38:19 +01:00
naden 465673bd56
Update app.js 2024-03-01 21:32:08 +01:00
naden 867474fbb0
Update README.md 2024-03-01 21:20:58 +01:00
naden 7ee0149b81
Update metadata.json 2024-03-01 21:12:14 +01:00
Jordi Mas a23f49a453 Fixes to Catalan locale: right icon for all regions, shorter long data pattern and fix lang code 2024-03-01 20:55:27 +01:00
naden 10f8a60615
Delete apps/regattatimer/screenshot (2).png 2024-03-01 15:40:25 +01:00
naden 5bcd589d9f
Delete apps/regattatimer/screenshot (1).png 2024-03-01 15:40:13 +01:00
naden 017df90c58
Add files via upload 2024-03-01 15:39:28 +01:00
naden 5d13118416
Add files via upload 2024-03-01 15:31:42 +01:00
Rob Pilling 5750aeb252
Merge pull request #3219 from bobrippling/fix/rep-interface
rep: fix interface.html
2024-03-01 08:59:13 +00:00
Rob Pilling 75431b5e2e
Merge pull request #3220 from bobrippling/feat/sched-forever-buzz
sched: permit buzz count to be infinite
2024-03-01 08:58:39 +00:00
Rob Pilling 145b983b23 multitimer: fix missing scroller (introduced, b9e73d47f1) 2024-03-01 08:56:06 +00:00
Rob Pilling 6aa0b8dbe7 sched: fix initial display of forever-buzzcount 2024-02-29 23:43:16 +00:00
Rob Pilling 717d262f26 multitimer: handle espruino-specific switch 2024-02-29 23:38:52 +00:00
Rob Pilling a51405967c multitimer: add setting for initial screen
This also updates multitimer.json to hold settings as well as stopwatches.
2024-02-29 23:36:46 +00:00
Rob Pilling 0211c896da
Merge pull request #3215 from thyttan/messagegui
messagegui: swipe up/down on msg goes to newer/older msg
2024-02-29 23:22:56 +00:00
Rob Pilling 23899c7ede
Merge pull request #3223 from thyttan/swipeinv
swipeinv: add README
2024-02-29 22:32:59 +00:00
Rob Pilling efc52c832c
Merge pull request #3222 from thyttan/autoreset
autoreset: bootloader app - universal timeout to clock face
2024-02-29 22:27:16 +00:00
thyttan 907ebd34f5 messagegui: swipe up/down on msg goes to newer/older msg
messagegui: small refactor of swipeHandler

`if (ud!=0)` -> `if (ud>0) ... if (ud<0)`
2024-02-29 20:11:15 +01:00
Anton 825a8b8290 Update Eslint 2024-02-29 14:43:29 +01:00
thyttan 0f40ab025e swipeinv: add README 2024-02-29 12:15:16 +01:00
thyttan 358996adf2
Merge pull request #3221 from bobrippling/fix/settings-load
settings: fix typo
2024-02-29 02:04:56 +01:00
thyttan 5240c4b1d3 autoreset: bootloader app - universal timeout to clock face 2024-02-29 01:59:30 +01:00
Rob Pilling 1c28933dfd settings: fix typo 2024-02-28 22:52:05 +00:00
Rob Pilling 40b718ed49 sched: add setting to buzz forever when alarm is fired 2024-02-28 22:35:58 +00:00
Rob Pilling 44ebbe3a6d sched: update README based on latest settings 2024-02-28 22:35:06 +00:00
Rob Pilling d35ee5a142
Merge pull request #3217 from nxdefiant/swipeinv
swipeinv: new app
2024-02-28 22:07:42 +00:00
Rob Pilling c215570260
Merge pull request #3218 from signaleleven/linuxclock-date-bugfix
linuxclock - Bugfix Add 1 to month received from Date.getMonth (0..11)
2024-02-28 21:57:29 +00:00