thyttan
3eb7d19ebd
backswipe: change to prepend swipe listener
...
(WIP)
Seems to mitigate some conflicts when switching between `edgeclk` (with
seconds active) and `dtlaunch`. Sometimes the seconds redraw timeout of
`edgeclk` would draw over `dtlaunch`.
2024-11-05 19:52:35 +01:00
Gordon Williams
d376a7a0b8
Merge pull request #3635 from micheledaros/master
...
tinyhead: change widget bg and fg colour so that widgets blend in with the rest of the clockface
2024-11-05 16:43:26 +00:00
michele
c605da645b
tinyheads: changelog, bump version
2024-11-05 17:32:55 +01:00
Ian Ward
7e76c83254
forgot to update version in metadata
2024-11-05 13:08:43 +00:00
Ian Ward
34bf96377c
Draw initial text after setUI in case it removes a back button
2024-11-05 13:06:26 +00:00
Gordon Williams
88e4625252
Merge pull request #3637 from thyttan/setui-proposal-preview
...
setuichange: Bangle.js 1 support
2024-11-05 10:27:14 +00:00
michele
c094d33ef4
tinyhead: fix background colour on the settings screen
2024-11-04 23:10:58 +01:00
thyttan
ebd2d5b7b9
Merge pull request #3636 from cyberarm/patch-1
...
Rebble Watchface: Possibly fix steps counter text white when it should be black
2024-11-04 21:18:48 +01:00
Rob Pilling
99fd5797e0
Merge pull request #3628 from bobrippling/feat/call-stop-buzz
...
messagegui: stop buzzing for a message when it's removed
2024-11-04 12:24:44 +00:00
Gordon Williams
fe24890fe0
Merge pull request #3627 from thyttan/master
...
chore: rm semicolons at end of clkinfo + settings
2024-11-04 09:55:04 +00:00
Gordon Williams
8d859f448f
remove 'end of file' comment
2024-11-04 09:54:14 +00:00
Gordon Williams
83d966bde9
remove 'end of file' comment
2024-11-04 09:52:54 +00:00
Gordon Williams
9f9152c802
Merge pull request #3640 from WhelanB/reply-bangle1
...
Update reply lib metadata.json to support Bangle JS 1
2024-11-04 09:48:44 +00:00
Brian Whelan
a70030c32e
Update metadata.json to support Bangle JS 1
2024-11-04 09:44:11 +00:00
michele
97113d14be
tinyeads: show the side bands of the same color of the hair only when the widgets are showing
2024-11-03 14:32:01 +01:00
Cyberarm
759971f53b
Rebble Watchface: Update ChangeLog
2024-11-02 19:05:54 -05:00
Cyberarm
70aa6aea17
Rebble Watchface: Bump version
2024-11-02 19:04:36 -05:00
Aleix
e8e70ea3f2
Merge branch 'espruino:master' into score
2024-11-02 04:04:33 +01:00
aleixdev
afd132b175
score: add changelog and allow run in emulator
2024-11-02 03:52:06 +01:00
aleixdev
68ee93457c
score: performance improvements
2024-11-02 03:42:44 +01:00
thyttan
a736c662bc
setuichange: Bangle.js 1 support
...
In step with 12dacead0d
on PR https://github.com/espruino/Espruino/pull/2571
This is currently untested since I don't have a Bangle.js 1 myself.
2024-11-02 01:36:50 +01:00
Cyberarm
fe17e264e3
Rebble Watchface: Possibly fix steps counter text white when it should be black.
2024-11-01 12:20:02 -05:00
michele
4faaf29f83
tinyhead: fix variable reference
2024-11-01 17:53:01 +01:00
michele
9306de32eb
tinyhead: fix the touch handler
2024-11-01 17:51:37 +01:00
michele
71f3f69304
tinyhead: change the side screen's colour, so it blends in with the rest of the face
2024-11-01 17:06:33 +01:00
michele
8903215f3b
tinyhead: change widget bg and fg colour so that widgets blend in with the rest of the face
2024-11-01 15:38:01 +01:00
thyttan
7da28950e6
Merge pull request #3632 from retcurve/edgewrite
...
EdgeWrite: Accented characters
2024-11-01 01:12:37 +01:00
Ian Ward
34c35532ed
Accented characters and extended mode
2024-10-31 15:31:51 +00:00
Rob Pilling
64c5ac95ec
Merge pull request #3621 from bobrippling/feat/alarm-interface-enhance
...
sched interface: handle app-based alarms
2024-10-30 21:09:38 +00:00
Rob Pilling
3e67088354
typescript: add build script to post-process
2024-10-30 20:38:32 +00:00
Rob Pilling
e9969e6d85
sched interface: rank app-alarms to the bottom
2024-10-30 20:23:38 +00:00
Rob Pilling
f46e8359c7
sched interface: display appid of an alarm
2024-10-30 20:23:38 +00:00
thyttan
8c0380f48e
gpsrec + gpssetup: tweak comments
2024-10-30 20:24:21 +01:00
thyttan
970cb199d1
usgs: add FIXME comment re `data`
...
The logic for passing data around seems to be broken to me.
2024-10-30 20:21:33 +01:00
thyttan
a230a34822
swp2clk: fix to use Storage lib correctly
2024-10-30 20:20:44 +01:00
thyttan
ca69ca5342
poweroff: comment out unused fn in settings.js
2024-10-30 20:20:44 +01:00
thyttan
e749735b89
infoclk: Make sure varibales are properly defined
2024-10-30 20:20:44 +01:00
thyttan
2d25812228
chore: rm semicolons at end of clkinfo + settings
...
This was done in response to 9185793042 (commitcomment-148439450)
.
2024-10-30 20:20:44 +01:00
Rob Pilling
83e647ac9b
settings: bump version
2024-10-30 18:24:54 +00:00
Rob Pilling
75ed3daf52
settings: special-case theme menu (push & pop)
2024-10-30 08:53:23 +00:00
Rob Pilling
9503c0fc6b
settings: remember previous menu's scroll position
2024-10-30 08:43:08 +00:00
Rob Pilling
d7d60b4bca
settings: delete duplicate "< Back" setting
2024-10-30 08:41:24 +00:00
Rob Pilling
b44dd75e3e
settings: fix indent
2024-10-30 08:40:57 +00:00
aleixdev
44b3af678d
score: long press to open the menu (to avoid unintentional taps) and fix tiebreak align
2024-10-30 02:40:30 +01:00
thyttan
ed3bf8cbac
Merge pull request #3626 from bobrippling/fix/drained-restore
...
drained: fix not restoring when charge threshold met
2024-10-29 22:51:47 +01:00
Rob Pilling
93de0b5965
Merge pull request #3629 from thyttan/dtlaunch
...
dtlaunch: postpone load icons not initially needed
2024-10-29 21:48:46 +00:00
Rob Pilling
43dcbd3207
Merge branch 'master' into fix/alarm-clkinfo-enable
...
Conflicts:
apps/sched/ChangeLog
apps/sched/clkinfo.js
2024-10-29 21:25:25 +00:00
Rob Pilling
b721023daa
drained: only check for power-restore when charging
2024-10-29 21:21:32 +00:00
thyttan
257d88dc2e
dtlaunch: postpone load icons not initially needed
...
Draw the first screen, then load in the rest of the icons from storage.
2024-10-29 20:16:15 +01:00
Gordon Williams
9805bb1644
Add sudoku game
2024-10-29 14:50:06 +00:00