Commit Graph

19911 Commits (d5893f9f7c8ecbd1e21e37a14c7e1a85e6b09d63)

Author SHA1 Message Date
Rob Pilling f581e15320 exstats: permit "notify" handlers to change `.next` 2024-10-15 08:23:26 +01:00
Ian Ward d5147271d8 add missing lets 2024-10-14 22:55:13 +01:00
Woogal fc8254c09e
Merge branch 'espruino:master' into tinyheads 2024-10-14 22:48:10 +01:00
Ian Ward 98de95415f new app: tinyheads clock 2024-10-14 22:45:19 +01:00
Rob Pilling ca1cb2253a pace: drop lazyUnlazy 2024-10-14 18:39:37 +01:00
Rob Pilling 5c9a4aed62 pace: reset exstats on load 2024-10-14 18:39:37 +01:00
Rob Pilling eabb2a8828 pace: fix duration formatting 2024-10-14 18:39:37 +01:00
Rob Pilling 4493b343bd pace: factor out `drawSplit()` 2024-10-14 18:39:37 +01:00
thyttan 13d982881b
Merge pull request #3588 from mjearlb/master
Update 0.02
2024-10-14 17:51:59 +02:00
thyttan 9d7542701f
Merge pull request #3607 from bobrippling/feat/recorder-dl-cache
recorder: cache downloaded tracks
2024-10-13 00:45:01 +02:00
Rob Pilling 6a3007f427
Merge pull request #3609 from thyttan/fix-custom-scrollers
Fix custom scrollers so they forward type of touch
2024-10-12 09:27:21 +01:00
thyttan c614891b27 kineticscroll: forward the type of touch (short/long).
Bring in change from the firmware implementation forwarding the type of touch (short/long).
2024-10-12 00:42:51 +02:00
thyttan 4771e0f556 swscroll: forward the type of touch (short/long).
Bring in change from the firmware implementation forwarding the type of touch (short/long).
2024-10-12 00:24:56 +02:00
Gordon Williams 3d7c6db2af
Merge pull request #3604 from thyttan/alarm
alarm: toggle alarms from main menu
2024-10-11 14:36:56 +01:00
thyttan a52920f005 alarm: toggle alarm from main menu
... either by long touch on an alarm entry or touching its icon on the
right.
2024-10-11 12:32:00 +02:00
thyttan 3ab9411767
Merge pull request #3608 from bobrippling/feat/sched-event-icon
sched: add disabled-event icon
2024-10-09 23:22:28 +02:00
Rob Pilling e1c63e8583 sched: add disabled event icon 2024-10-09 22:01:42 +01:00
Rob Pilling c01c81f78e sched: remove unused param 2024-10-09 21:54:45 +01:00
Gordon Williams 028b2e37e6 clockbg 0.05: Random square+plasma speed improvements (~2x faster) 2024-10-09 19:40:58 +01:00
Gordon Williams fac80e8f12 Add simple clock using 'Clock Backgrounds' to allow custom colour or image backgrounds. The date is in the widget bar which you can swipe down 2024-10-09 14:55:03 +01:00
Gordon Williams c1555ee6be Add 'fact clock' that puts one of 300 facts (according to Google AI) on the screen 2024-10-09 14:51:49 +01:00
Gordon Williams c3f275caf4 update example app 2024-10-09 14:49:56 +01:00
Gordon Williams b658ad91c6 clockbg 0.04: More options for different background colors
+      'Plasma' generative background
+      Add a 'view' option in settings menu to view the current background
2024-10-09 12:26:02 +01:00
Gordon Williams 66a9f8b6cb updated pebblepp with fix for bottom line and other improvements 2024-10-09 11:22:43 +01:00
Gordon Williams 78dd28b389 lint ex 2024-10-09 11:22:16 +01:00
Rob Pilling 620fb0769d recorder: cache downloaded tracks
to allow a user to save as GPX, then instantly as CSV, rather than
waiting to download the same data again.
2024-10-08 20:38:44 +01:00
Gordon Williams 0dbdaad3b8 messagesgui: 0.81: Fix issue stopping Music message for being marked as read
Make sure play button image is transparent
      Add top-right menu to music playback to allow message to be deleted
2024-10-08 11:21:29 +01:00
Gordon Williams 3929f98801 Android: 0.38: Don't rewrite settings file on every boot! 2024-10-08 11:20:46 +01:00
Gordon Williams 2e47a13422
Merge pull request #3605 from thyttan/alarm-fix-when-no-scroller
alarm: fix uncaught error if no scroller (Bangle 1)
2024-10-08 09:32:35 +01:00
thyttan e27c4aefdd
Merge pull request #3606 from espruino/dependabot/submodules/webtools-41331a6
build(deps): bump webtools from `6bda957` to `41331a6`
2024-10-08 08:31:22 +02:00
dependabot[bot] 4d83a5675e
build(deps): bump webtools from `6bda957` to `41331a6`
Bumps [webtools](https://github.com/espruino/EspruinoWebTools) from `6bda957` to `41331a6`.
- [Commits](6bda9575fe...41331a6d8d)

---
updated-dependencies:
- dependency-name: webtools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 00:59:30 +00:00
thyttan 1f6195f2d5 alarm: fix uncaught error if no scroller (Bangle 1) 2024-10-07 20:47:24 +02:00
thyttan 8ae59c8db6
Merge pull request #3579 from bobrippling/feat/alarm-clkinfo
Allow toggling an alarm via clkinfo
2024-10-07 09:56:35 +02:00
Rob Pilling 4d9deeaa6d
sched: fix event icon b/w
Co-authored-by: thyttan <97237430+thyttan@users.noreply.github.com>
2024-10-06 22:02:09 +01:00
Rob Pilling 5671c8bbe0 sched: add clkinfo text for events 2024-10-06 11:16:09 +01:00
Rob Pilling a5a915e38a sched: add clkinfo icon for events 2024-10-06 11:16:01 +01:00
Rob Pilling 6f4a3b8c78 typescript: sched.d.ts: distinguish between Timer & Sched 2024-10-03 22:10:53 +01:00
Rob Pilling 2517f80754 typescript: update sched.d.ts 2024-10-03 22:09:35 +01:00
Rob Pilling 46321d91b7 sched clkinfo: reset a timer when triggering 2024-10-03 21:07:39 +01:00
Rob Pilling 5fc1f5cd13 sched clkinfo: revert to toggling `alarm.on` 2024-10-03 21:07:08 +01:00
Rob Pilling acc940d99f sched: add `resetTimer()` 2024-10-03 21:06:44 +01:00
thyttan 4861719176
Merge pull request #3601 from bobrippling/fix/promenu-mutate
promenu: don't modify the menu object
2024-10-03 15:36:23 +02:00
Rob Pilling bb769a0bb9 promenu: don't modify the menu object
This fixes hadash, which uses `menu[""]` after calling `showMenu`
2024-10-03 12:01:42 +01:00
thyttan b07cb80088
Merge pull request #3602 from espruino/dependabot/submodules/webtools-6bda957
build(deps): bump webtools from `cc9af9c` to `6bda957`
2024-10-03 10:16:50 +02:00
dependabot[bot] c67dc48ca7
build(deps): bump webtools from `cc9af9c` to `6bda957`
Bumps [webtools](https://github.com/espruino/EspruinoWebTools) from `cc9af9c` to `6bda957`.
- [Commits](cc9af9cd0d...6bda9575fe)

---
updated-dependencies:
- dependency-name: webtools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 00:55:46 +00:00
thyttan 7f37e90d70
Merge pull request #3595 from bmsleight/master
Exact Words Clock App
2024-10-03 00:26:44 +02:00
Brendan Sleight 87a02e3b48 Patch by thyttan - compatible with themes 2024-10-02 23:06:52 +01:00
Rob Pilling 5bf623e087
Merge pull request #3599 from flaparoo/hadash
hadash: remember scoll positions of menus; "silent" option for service calls
2024-10-02 21:12:17 +01:00
Gordon Williams 1b62095bf4 core update 2024-10-02 11:55:07 +01:00
Rob Pilling 174dd4c429
Merge pull request #3600 from espruino/dependabot/submodules/webtools-cc9af9c
build(deps): bump webtools from `4ad89c8` to `cc9af9c`
2024-10-02 08:55:20 +01:00