Commit Graph

21646 Commits (0248c67f15909b543bbcccf726f543918f7e1f0c)

Author SHA1 Message Date
Rob Pilling 4c7556d8f6 Merge branch 'master' into fix/promenu-y-offset
Conflicts:
	apps/promenu/ChangeLog
2025-04-30 22:34:46 +01:00
Rob Pilling 46795ed074
Merge pull request #3831 from bobrippling/feat/tally-app
New app/clkinfo: tally
2025-04-30 22:33:31 +01:00
Andy Smy 097be63f60
Update app.js 2025-04-30 19:15:26 +01:00
Andy Smy f379298bc3
Update app.js
Increment counter at wicket
2025-04-30 19:10:10 +01:00
Gordon Williams f7be78517f use updated web tools 2025-04-30 15:48:47 +01:00
nravanelli 5d9f1a7a43 fixed rr intervals for BTHRM saving 2025-04-30 16:26:16 +08:00
Rob Pilling 8b1e650642
Merge pull request #3836 from bobrippling/feat/promenu-touch-event
promenu: forward on touch event
2025-04-30 08:49:50 +01:00
Rob Pilling 45241325bc typescript: update from espruino
as opposed to manual
2025-04-30 08:44:10 +01:00
Rob Pilling 278a64d63b
Merge pull request #3838 from voloved/jsonclock
Fixed comma drawing on JsonClock
2025-04-30 08:38:08 +01:00
nravanelli d3508c4575 heatflux to added heatsuite widget for CORE Sensor 2025-04-30 15:18:12 +08:00
nravanelli 35f42967af fixes to settings.js 2025-04-30 15:07:03 +08:00
Gordon Williams d97aa3266c
Merge pull request #3839 from espruino/dependabot/submodules/webtools-a6a0812
build(deps): bump webtools from `4dc22df` to `a6a0812`
2025-04-30 08:05:22 +01:00
dependabot[bot] e5c81f0769
build(deps): bump webtools from `4dc22df` to `a6a0812`
Bumps [webtools](https://github.com/espruino/EspruinoWebTools) from `4dc22df` to `a6a0812`.
- [Commits](4dc22df5fd...a6a08129c1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 00:48:35 +00:00
Travis Evans e519f18db9 Add widget for indicating running state of viewed timer 2025-04-29 18:19:00 -05:00
Gordon Williams bd1d9b7875
Merge pull request #3805 from bobrippling/fix/sched-clkinfo-trigger
sched: prevent timers from firing immediately
2025-04-29 09:26:35 +01:00
Rob Pilling cc2978fb07 tally: app icon
compression + transparency + inverted
2025-04-29 08:48:45 +01:00
Rob Pilling 123498424a promenu/folderlaunch: update to new touch event arg
e.g. from https://github.com/espruino/BangleApps/issues/3804#issuecomment-2834920685

aka:
- https://github.com/espruino/BangleApps/pull/3604
- https://github.com/espruino/Espruino/pull/2565
- https://github.com/espruino/BangleApps/pull/3609
- https://github.com/espruino/Espruino/pull/2569
2025-04-28 21:44:15 +01:00
Rob Pilling 260dff75f7 typescript: update 2025-04-28 21:37:06 +01:00
thyttan 7fde1e682d
Merge pull request #3813 from thyttan/edgeclk
edgeclk: Reset graphics before initial clearing of the screen.
2025-04-28 22:28:02 +02:00
Rob Pilling 92ff72c87a
Merge pull request #3829 from bobrippling/fix/pace-menu
pace: fix menu rendering
2025-04-28 20:59:04 +01:00
Rob Pilling 8183e2b2f9 alarm: back out changes introduced in later PR/earlier commit 2025-04-28 20:55:59 +01:00
Rob Pilling c29555cc53 alarms: prevent timers (queued from main menu) from firing immediately 2025-04-28 20:55:28 +01:00
Rob Pilling 491d36e73a sched: prevent timers from firing immediately 2025-04-28 20:53:35 +01:00
Rob Pilling 607e5668f1 tally: full app 2025-04-28 20:50:18 +01:00
Rob Pilling dadd921dd0 score: bump version 2025-04-28 20:47:28 +01:00
Rob Pilling 6736850f33 promenu: always render at a fixed y
i.e. we assume the back button will (eventually) appear, so we don't
want to hit a bug where we sometimes render at `y: 0` and sometimes
at `y: 24`
2025-04-28 20:46:06 +01:00
Rob Pilling c7deef3803 score: show menu on Bangle2 button press 2025-04-28 20:42:21 +01:00
Rob Pilling 83143207e8 score: fix settings-back for Bangle2 2025-04-28 20:42:21 +01:00
Rob Pilling 5b6c11306e score: simplify defaulting 2025-04-28 20:42:21 +01:00
Rob Pilling f77f7320ef score: remove unnecessary iife (settings) 2025-04-28 20:42:21 +01:00
Rob Pilling d446e4bbd5 score: name inputs 2025-04-28 20:42:21 +01:00
Rob Pilling a49266e053 score: simplify bangle1-bangle2 logic 2025-04-28 20:42:18 +01:00
Rob Pilling f764b0a7e5 score: add keymap comment 2025-04-28 20:42:07 +01:00
Rob Pilling 32256292a8 score: add preset for squash 2025-04-28 20:41:14 +01:00
Rob Pilling 7674d601aa score: whitespace 2025-04-28 20:38:53 +01:00
Rob Pilling 31073c29f1 score: merge max-score README entries 2025-04-28 18:20:52 +01:00
Gordon Williams 0a67619541 0.51: Fix long-touch to enable alarm/timer not updating time (fix #3804) 2025-04-28 12:40:31 +01:00
Rob Pilling 91e896bf9e tally: new app 2025-04-28 12:22:42 +01:00
Gordon Williams abb6f4896b
Merge pull request #3832 from bobrippling/fix/widget-utils-lcd
widget_utils: only `setLCDOverlay` if present
2025-04-28 10:57:40 +01:00
Travis Evans c79d9fda80 Display negative times in provisional names properly 2025-04-27 19:06:45 -05:00
Travis Evans bca633dcec Write documentation for classes and functions; some cleanup 2025-04-27 19:06:45 -05:00
Travis Evans 7a8c56023f Fix further alarms not triggering while alarm alert is displayed 2025-04-27 15:06:49 -05:00
Travis Evans 931b1f6cef Resolve some conceptual conflicts between chained timers and snoozing
1. Make snoozing only available for non-chained timers (or the last
   timer in a chain)

2. Don't let dismissing a snoozed timer restart the chained timer if
   it was paused (though 1. should preclude this from happening
   anyway)
2025-04-26 18:14:09 -05:00
thyttan 2123a46819
Merge pull request #3828 from bobrippling/fix/b1-settings-scroll
settings: handle a `undefined` scroller (BJS1)
2025-04-26 18:04:39 +02:00
Rob Pilling c11a322fc3 widget_utils: only `setLCDOverlay` if present
Fixes #3830
2025-04-26 11:13:15 +01:00
Rob Pilling d8f65fec7b typings: textinput 2025-04-25 23:16:21 +01:00
Travis Evans fe04af7cc2 Rework timer alarm handling
Avoid conflicts with alarm snoozing, etc.
2025-04-25 15:56:10 -05:00
Rob Pilling f1c03e4e72 promenu: rename settings (avoid clobbering short variables)
... since `S` is used a lot in the IDE
2025-04-25 17:24:58 +01:00
Gordon Williams 0e06ccffda Add chip for fonts, otherwise they're really hard to find 2025-04-25 15:33:54 +01:00
Rob Pilling 53eb2d9173 pace: set GPS power once
doesn't really matter - exstats sets it too
2025-04-25 12:12:14 +01:00