Commit Graph

21037 Commits (04023e859bfcc00a06dd0fd6a0b05f68e7b28535)

Author SHA1 Message Date
Gordon Williams 04023e859b Updated core tools with support for int pretokenisation (2v26) 2025-05-02 13:59:00 +01:00
Rob Pilling e628565309
Merge pull request #3837 from bobrippling/feat/qrcode-custom
qrcode: permit custom app names
2025-05-01 20:20:40 +01:00
Rob Pilling 893a67ab1b
Merge pull request #3834 from bobrippling/fix/promenu-y-offset
promenu: always render at a fixed y
2025-05-01 20:20:26 +01:00
Rob Pilling 711c46c5f6
Merge pull request #3835 from bobrippling/feat/score-fixes-and-squash
score: fix bangle 2 compat and add squash preset
2025-05-01 20:10:01 +01:00
Rob Pilling 0bf0a3fb97 qrcode: bump version 2025-04-30 22:41:18 +01:00
Rob Pilling e146686b07 qrcode: allow custom app name (for multiple QR codes) 2025-04-30 22:41:18 +01:00
Rob Pilling 2401063c7d qrcode: simplify `if` 2025-04-30 22:41:18 +01:00
Rob Pilling 0a4cc641c0 qrcode: return on error (instead of generating more) 2025-04-30 22:41:18 +01:00
Rob Pilling 86baa4cedd qrcode: remove "Click" text 2025-04-30 22:41:18 +01:00
Rob Pilling 1226b20e19 qrcode: whitespace 2025-04-30 22:41:18 +01:00
Rob Pilling 84784c74b2 score: reset graphics before drawing 2025-04-30 22:38:48 +01:00
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
Gordon Williams f7be78517f use updated web tools 2025-04-30 15:48:47 +01: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
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
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
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
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