Paul Arguillère
e3256f950f
Update ChangeLog
2024-03-25 18:20:42 +01:00
Paul Arguillère
6f209445c7
add ,author
2024-03-25 18:18:46 +01:00
Paul Arguillère
3c8a310218
add author
2024-03-25 18:18:46 +01:00
Paul Arguillère
19c51591cd
use bigger font for day of week and date to improve visibility
2024-03-25 18:18:45 +01:00
Gordon Williams
95994b7e24
Merge pull request #3278 from atjn/deprecate-currency
...
`locale`: Deprecate currency information
2024-03-25 17:10:12 +00:00
Stuff-etc
aa015893ae
initialized/typed (some) variables
2024-03-25 17:03:52 +01:00
Martin Boonk
b9287dbf99
kineticscroll - Remove print
2024-03-25 16:27:20 +01:00
Martin Boonk
98325fa102
kineticscroll - Fix warnings and whitespace
2024-03-25 16:16:12 +01:00
thyttan
ecbac6e017
Merge pull request #3291 from paul-arg/master
...
Two new apps: Elapsed Time Clock and Vaporwave Sunset Clock
2024-03-25 16:07:56 +01:00
Paul Arguillère
2f45d83e32
commented out unused colors
2024-03-25 16:04:05 +01:00
Paul Arguillère
2152dd1410
handle dark theme + add screenshot
2024-03-25 15:48:00 +01:00
Stuff-etc
fb1edc5abd
uses flexible g.theme.bg instead of black bg
2024-03-25 14:50:22 +01:00
Gordon Williams
c919f3dabc
lint
2024-03-25 11:43:08 +00:00
Gordon Williams
9399c76486
fix typo
2024-03-25 11:43:08 +00:00
Gordon Williams
3d0ed8637a
Fix lint check - no 'src' field should be in the metadata file
2024-03-25 11:02:47 +00:00
Gordon Williams
a4ea6bfeb4
Fix lint check - no 'src' field should be in the metadata file
2024-03-25 11:02:21 +00:00
Gordon Williams
a05216ca00
Merge pull request #3283 from nxdefiant/master
...
alarm, sched: Fix #3281
2024-03-25 10:54:31 +00:00
Gordon Williams
cb54fb59a0
recorder:fix ref error missing settings obj #3282
2024-03-25 10:43:40 +00:00
Gordon Williams
6af5a2cfb4
Update locale comments to reflect actual espruino code
2024-03-25 10:16:06 +00:00
Gordon Williams
0ff839bc75
Merge pull request #3263 from bobrippling/feat/smpltmr-focus-save
...
clkinfo: save clock info on `kill`/`remove`
2024-03-25 10:12:55 +00:00
paul-arg
1cb02e1fb3
Update metadata.json
2024-03-25 07:09:59 +01:00
paul-arg
02bf875fda
fix.tags in metadata.json
2024-03-25 06:15:29 +01:00
paul-arg
e079e37dab
fix double call of the draw function
2024-03-24 23:34:37 +01:00
Paul Arguillère
f01ae1c600
add screenshots
2024-03-24 20:33:06 +01:00
Paul Arguillère
d586c824c7
added settings to select foreground color (red, purple, white)
2024-03-24 20:25:02 +01:00
paul-arg
6ae4e76b10
initial commit for Vaporwave Sunset Clock
2024-03-24 15:31:09 +01:00
Rob Pilling
0de00f0660
Merge pull request #3262 from bobrippling/feat/chargent-silence
...
chargent: allow a tap on the notification to silence it
2024-03-24 11:03:36 +00:00
Jordi Mas
9500e3eaa0
Fix warning from CI
2024-03-23 22:14:42 +01:00
paul-arg
c99676abcc
fix default value for target seconds
2024-03-23 20:37:27 +01:00
paul-arg
4ee05c01c9
code cleanup
2024-03-23 20:34:23 +01:00
paul-arg
a99f21aab7
initial Elapsed Time Clock commit
...
Update metadata.json
Add files via upload
Update README.md
Update README.md
Update README.md
Add files via upload
Update metadata.json
Update app.js
Update app.js
Update settings.js
Update app-icon.js
Update metadata.json
Update metadata.json
Update README.md
Add files via upload
Create metadata.json
2024-03-23 19:22:48 +01:00
shansou504
e0f747b83e
binaryclk: changed day color back to white
2024-03-23 12:22:11 -04:00
shansou504
943d8b49e6
binaryblk: changed month to day and text color to black
2024-03-23 12:09:30 -04:00
Jordi Mas
105ee98abf
Add internationalisation of dates for worldclock
2024-03-23 15:07:55 +01:00
Stuff-etc
53669b0b44
Adjusted README, back out of calendar via button.
2024-03-23 06:02:30 +01:00
Stuff-etc
e5d806b5eb
button exits the calendar
2024-03-23 05:39:11 +01:00
Erik Andresen
44e201326f
catch all fix for #3283
2024-03-22 21:02:40 +01:00
Erik Andresen
b135420a6b
alarm, sched: Fix #3281
...
Fix timer
2024-03-22 20:35:06 +01:00
Ishidres
b2a84970f5
Don't replace 19.5 with null
2024-03-22 18:05:42 +01:00
Ishidres
cc259783cd
wearTemp is 19.5 by default
2024-03-22 17:59:09 +01:00
Ishidres
fed3ef9314
Disable temperature wear detection by default
2024-03-22 16:53:15 +01:00
Ishidres
50afb26b8d
Change condition check to !== null
2024-03-22 16:39:35 +01:00
Ishidres
e5a76b0825
Remove duplicate format key
2024-03-22 16:37:04 +01:00
Ishidres
d9aee1a121
Update README.md
2024-03-22 16:32:49 +01:00
Ishidres
565fb15255
Remove temperature wear check and update wear temperature setting
2024-03-22 16:21:52 +01:00
Ishidres
3cb885cb1b
Fix new date format
2024-03-22 15:26:05 +01:00
Ishidres
efae29ce35
Undo accidental indent
2024-03-22 13:22:31 +01:00
Ishidres
7cc67ceb27
Add missing else part
2024-03-22 13:02:25 +01:00
Stuff-etc
70d50ce4d3
fixed readme-error
2024-03-22 06:50:19 +01:00
Stuff-etc
a0f87b0e7a
fixed text/bg titles
2024-03-22 06:49:15 +01:00
Stuff-etc
697a648a9d
optimized settings
2024-03-22 06:48:23 +01:00
Stuff-etc
8268c78125
fixed settings error
2024-03-22 06:41:45 +01:00
Stuff-etc
d49ab01cb5
fixed readme-screenshots
2024-03-22 06:35:50 +01:00
Stuff-etc
08243fbfdb
fixed build erors
2024-03-22 06:29:59 +01:00
Stuff-etc
b72de7fb04
initial commit of counter2 app
2024-03-22 06:24:39 +01:00
Erik Andresen
db32e9df6e
alarm, sched: Fix #3281
...
Fix wrap around when snoozed through midnight
2024-03-21 22:06:13 +01:00
Ishidres
177ad56392
Refactor to combine checkIsWearing() and isWornByTemp()
2024-03-21 20:58:08 +01:00
shansou504
310ecc318f
Merge branch 'espruino:master' into master
2024-03-21 09:29:17 -04:00
shansou504
91ad78c581
fixed syntax mistake in app.js
2024-03-21 09:25:43 -04:00
Anton
315d4b79d9
Add better deprecation descriptions
2024-03-21 11:29:02 +01:00
Anton
74e5b6cb9f
Bump version
2024-03-21 10:33:09 +01:00
Rob Pilling
f2c04fab5d
clock_info: remove save() kill handler on remove of clkinfo
2024-03-20 22:26:02 +00:00
Ishidres
245b78e292
Refactor
2024-03-20 14:52:25 +01:00
Ishidres
1dac68a774
Merge branch 'feat/sleep-detection-improvements'
2024-03-20 14:17:31 +01:00
Ishidres
b02d730a6f
set default wear temperature to 29°C
2024-03-20 14:16:59 +01:00
Ishidres
0eb4834523
Merge branch 'espruino:master' into master
2024-03-20 14:15:42 +01:00
Anton
52643b4378
Revert changes to `currencySym`
2024-03-20 13:52:43 +01:00
Gordon Williams
31d24d77d0
make the smaller font the default
2024-03-20 10:37:04 +00:00
Anton
5684832970
Merge branch 'master' into deprecate-currency
2024-03-20 10:40:44 +01:00
Anton
2000193011
Remove unused currency data
2024-03-20 10:24:52 +01:00
Anton
10b2ff9449
Remove currency from documentation
2024-03-20 10:24:13 +01:00
Anton
9bc3b4c0be
Deprecate currency information
2024-03-20 10:23:32 +01:00
Gordon Williams
1332cba725
0.18: Fix lint warnings, change anv->janv for fr_BE and fr_CH
2024-03-20 09:09:25 +00:00
Rob Pilling
10072d745e
Merge pull request #3252 from bobrippling/fix/layout-ts
...
Fix typescript for `Layout`
2024-03-20 08:34:37 +00:00
Rob Pilling
deaf90a9a2
Merge pull request #3266 from jordimas/advcasiotemp
...
advcasio: Use Bangle's temperature instead of non-working service
2024-03-20 08:14:18 +00:00
Rob Pilling
45a3f7e5d2
clock_info: save only on `kill` and `remove`
2024-03-20 08:07:21 +00:00
Rob Pilling
ffc66c52d2
Revert "smpltmr: save clkinfo when changing menu"
...
This reverts commit 16c07f24a5
.
2024-03-20 08:04:59 +00:00
thyttan
65e763c64c
Merge pull request #3277 from nxdefiant/master
...
sleepphasealarm: Fix json dates
2024-03-19 21:47:10 +01:00
Gordon Williams
9e72ef1274
ios 0.18: Fix UTF8 conversion (check for `font` library, not `fonts`)
2024-03-19 10:51:54 +00:00
Gordon Williams
5018af4c6c
android docs
2024-03-19 10:51:54 +00:00
thyttan
dc521ec5de
Merge pull request #3271 from jordimas/catalan_locale
...
Fix month name in Catalan locale
2024-03-19 10:36:58 +01:00
Erik Andresen
7503254033
sleepphasealarm: Fix json dates
...
Fix handle dates saved as object with milliseconds
2024-03-18 19:35:07 +01:00
Gordon Williams
b8afbb2aea
Merge pull request #3267 from atjn/app-eslint-configs
...
Remove app-specific eslint configs
2024-03-18 13:26:08 +00:00
Anton
7328cfa1a7
Revert changes to timerclk
2024-03-17 12:13:54 +01:00
Jordi Mas
0d5ce33471
Fix month name in Catalan locale
2024-03-17 07:43:19 +01:00
Jordi Mas
34d6852d8c
Remove unused metadata
2024-03-17 07:25:46 +01:00
shansou504
5bb3b0d3e0
binaryclk: removed battery percentage and cleaned up logic
2024-03-16 20:34:50 -04:00
Anton
b8b783195c
Remove app-specific eslint configs
2024-03-16 19:28:00 +01:00
Jordi Mas
c31d94b644
Use Bangle's temperature instead of non-working service
2024-03-16 17:12:43 +01:00
shansou504
37441775a8
Merge branch 'espruino:master' into master
2024-03-16 11:02:39 -04:00
shansou504
1b0473af76
binaryclk 0.06: added artwork to calendar and setting to show battery
2024-03-16 11:01:31 -04:00
Rob Pilling
adb7e8a924
slpquiet: add eslintrc for sleeplog global
2024-03-16 14:26:03 +00:00
Rob Pilling
d05dbd03d2
Merge pull request #3258 from jla-42/master
...
Two new apps: sleep quiet and theme switcher
2024-03-16 14:23:36 +00:00
jan lamos
306a975bf8
further linter issue fixes
2024-03-16 14:52:29 +01:00
Rob Pilling
1ed92b08f4
rep: work with better layout types
2024-03-16 13:09:58 +00:00
Rob Pilling
301425c49d
Merge pull request #3264 from atjn/no-eslint-ignores
...
Move eslint ignored files to the exemption system
2024-03-16 12:45:08 +00:00
jan lamos
f7acb5c86e
further linter issue fixes
2024-03-16 13:40:56 +01:00
jan lamos
cd8e2379db
thmswtch + slpquiet
...
-further linter fixes
thmswtch
-movement of menu to config file and creation of app.js for switching only
2024-03-16 13:33:10 +01:00
jan lamos
f26169856e
fixed linter warnings
2024-03-16 12:28:43 +01:00
Anton
65ceb12718
Move eslint ignored files to the exemption system
2024-03-16 11:51:55 +01:00
jan lamos
7310ab9708
slpquiet + thmswtch:
...
cleaned up indentation via vs code
2024-03-16 10:17:11 +01:00
jan lamos
0eb73b95c7
slpquiet:
...
-removed obsolete variable in app.js
-renamed widget title in widget.js
-added dependency to sleeplog into metadata.json
2024-03-16 10:03:29 +01:00
Rob Pilling
16c07f24a5
smpltmr: save clkinfo when changing menu
2024-03-16 08:48:35 +00:00
Rob Pilling
5be18f4261
clock_info: expose a save (settings) method
2024-03-16 08:47:32 +00:00
Rob Pilling
1cb2586a7b
chargent: allow a tap on the notification to silence it
2024-03-16 08:39:47 +00:00
Gordon Williams
591c1f8cc5
Support for international fonts, and rendering UTF8 characters that come from iOS direct in the messages app
2024-03-15 16:15:55 +00:00
Ishidres
6b76475768
Update boot.js
2024-03-15 10:58:52 +01:00
Ishidres
c293b8cfc3
Update boot.js
2024-03-15 10:47:43 +01:00
Ishidres
0ea5b9e8e5
Merge branch 'espruino:master' into feat/sleep-detection-improvements
2024-03-15 10:46:42 +01:00
Ishidres
38d63765a1
Merge branch 'espruino:master' into master
2024-03-15 10:45:40 +01:00
Gordon Williams
ff04564e2a
Minor tweaks after reviewing lint changes
2024-03-14 11:39:04 +00:00
Gordon Williams
ab75c85f11
widmessages 0.06: Fix bug that meant that only one widget was shown (now 3 unless changed in Settings->Apps->Messages->Widget messages)
2024-03-14 10:49:36 +00:00
Gordon Williams
80354248fa
Merge branch 'master' into no-undef
2024-03-14 09:49:12 +00:00
Gordon Williams
5d5c307b9d
0.04: Fixes after regression in 0.03 ( fix #3257 )
2024-03-14 09:47:38 +00:00
jla-42
f314eabe20
Add files via upload
2024-03-13 22:32:13 +01:00
jla-42
9fa101b934
Create ChangeLog
2024-03-13 22:30:18 +01:00
jla-42
29933cb4e8
Add files via upload
2024-03-13 22:29:28 +01:00
jla-42
e068ba789a
Create ChangeLog
2024-03-13 22:29:08 +01:00
Anton
a5d6159e0c
Remove incorrect globals
...
These variables do not exist in the global scope, they require an import.
2024-03-13 19:23:18 +01:00
Anton
cad2ffe283
Bump version for all apps with fixed undefined variables
2024-03-13 11:56:27 +01:00
Anton
f96050d3bf
Exempt apps with undefined variables
2024-03-13 11:51:59 +01:00
Anton
a468292536
Fix apps with undefined variables
2024-03-13 11:51:40 +01:00
Anton
6c2be207c6
Add missing globals
2024-03-13 11:51:10 +01:00
Ishidres
a7adcb9e53
Merge branch 'espruino:master' into master
2024-03-13 11:20:41 +01:00
Gordon Williams
89898f1ce5
Merge pull request #3234 from bobrippling/feat/smpltmr-menu-reset
...
smpltmr: reset clkinfo to "main" timer after no interaction
2024-03-13 09:22:37 +00:00
Ishidres
4491b65415
Aktualisieren von settings.js
2024-03-12 23:52:44 +01:00
Anton
2325d4183c
Warn about undefined variables
2024-03-12 12:57:37 +01:00
Rob Pilling
0943d20231
clock_info: remove redundant focus call
2024-03-12 07:39:00 +00:00
Rob Pilling
1d6457ed19
clock_info: set CLKINFO_FOCUS on start
2024-03-12 07:38:17 +00:00
Kendell R
3701375192
Update calculator README
2024-03-11 17:59:48 -07:00
Rob Pilling
a496a7db60
Merge pull request #3246 from ellabellla/master
...
New app, hassio: Home Assistant API Interface
2024-03-11 22:03:28 +00:00
Rob Pilling
70620c1dab
clock_info: Update README with show/hide arg and focus+blur
2024-03-11 21:52:32 +00:00
Rob Pilling
736b9f0433
clock_info: permit focus/blur to cancel a redraw
2024-03-11 21:47:54 +00:00
Ishidres
9220c720a4
Fix typo
2024-03-11 18:24:56 +01:00
Ishidres
7325cc4d3a
Add check for wearing status and set status accordingly
2024-03-11 18:17:00 +01:00
Ishidres
c046fcd182
Add wear temperature setting
2024-03-11 18:15:02 +01:00
Ishidres
ff92b515b6
Fix comparison operator in isNotWorn function
2024-03-11 18:14:08 +01:00
Ishidres
c4a25b6be1
Determine if worn based on temperature threshold
2024-03-11 18:10:13 +01:00
Ishidres
1aa6474974
Merge branch 'master' into feat/sleep-detection-improvements
2024-03-11 17:52:57 +01:00
ellabellla
154c54f941
fix: move settings to data
2024-03-11 21:48:36 +11:00
ellabellla
3e22a9690a
refactor: use readStorageJSON function
2024-03-11 21:46:30 +11:00
ellabellla
04d838dccc
fix: remove unused variable
2024-03-11 21:40:20 +11:00
ellabellla
a391f9a1b3
fix: remove inlined module code
2024-03-11 21:39:21 +11:00
thyttan
87ccb9492b
android: Add Activity Tracks sync support
...
Lets Gadgetbridge fetch logs created with the `recorder` app.
2024-03-11 11:13:29 +01:00
Rob Pilling
9c16fa6c79
clock_info: bump version
2024-03-11 08:57:51 +00:00
Rob Pilling
54907714a2
smpltmr: reset clkinfo to "main" timer on blur
2024-03-11 08:57:51 +00:00
Rob Pilling
33088c6257
clock_info: call focus() after redraw
2024-03-11 08:57:51 +00:00
Rob Pilling
2c92c94574
clock_info: s/unfocus/blur/
2024-03-11 08:53:51 +00:00
Rob Pilling
8f86d9297b
clock_info: add focus and unfocus to item
2024-03-11 08:53:42 +00:00
Rob Pilling
30d1bc7c4c
clock_info: pass options through to show(), hide() & run()
2024-03-11 08:53:23 +00:00
Rob Pilling
a667fc8061
clock_info: factor out focus/defocus
2024-03-11 08:40:00 +00:00
Rob Pilling
3f87305a2d
Merge pull request #3245 from jordimas/rellotge-060
...
rellotge: Fixes typos and BTN1 to show launcher
2024-03-10 09:46:00 +00:00
Jordi Mas
e52d43cf78
Enable to user to swipe down/up widgets
2024-03-09 20:07:03 +01:00
Jordi Mas
11b0f7063b
Load widgets after setUI()
2024-03-09 17:52:05 +01:00
Rob Pilling
f9a76b8b87
Merge pull request #3241 from pavelmachek/m_22_folderl
...
folderlauncher: add a way to move apps between folders from web interface
2024-03-09 15:46:06 +00:00
Rob Pilling
f5bab107f5
Merge branch 'master'
...
Conflicts:
apps/regattatimer/ChangeLog
apps/regattatimer/metadata.json
2024-03-09 15:37:25 +00:00
Pavel Machek
30ba92e555
folderlauncher: revert version back to 0.03 as requested.
2024-03-09 12:20:41 +01:00
ellabellla
a92d27e3b0
fix: semi colon
2024-03-09 21:42:00 +11:00
ellabellla
8fd67340d4
fix: ensure hrm value
2024-03-09 20:26:41 +11:00
ellabellla
2d2896e179
fix: typo
2024-03-09 16:11:12 +11:00
ellabellla
bcbbf17af7
fix: hassio changlog
2024-03-09 15:59:19 +11:00
ellabellla
6614b93e95
feat: hassio
2024-03-09 15:58:00 +11:00
Jordi Mas
aa5194a376
Add icon to the app
2024-03-08 22:59:36 +01:00
Jordi Mas
6acb5d2354
Fixes typos and BTN1 to show launcher
2024-03-08 22:38:50 +01:00
Gordon Williams
89e01a41de
Fixing lint warnings for unused vars
2024-03-08 12:05:50 +00:00
Gordon Williams
306ccb3fe3
bthome 0.02: Fix double-button press if you press the next button within 30s ( #3243 )
2024-03-08 09:27:12 +00:00
naden
c083e1aec8
Add files via upload
...
removed no longer required import of "heatshrink"
2024-03-08 10:11:28 +01:00
Rob Pilling
905a7b11b2
Merge pull request #3175 from enricpineda/master
...
New app: Rellotge
2024-03-08 08:43:19 +00:00
Ishidres
853d8eeef3
Add comments about sleep status, fix typo
2024-03-08 00:08:48 +01:00
Pavel Machek
7e4a83f928
folderlauncher: add a way to move apps between folders from web interface
...
Web interface still can not do everything settings on phone can, still
it is very useful to sort applications between folders.
2024-03-07 22:09:58 +01:00
naden
0ccea50efe
Add files via upload
...
replaced icons with "Graphics.createImage"
2024-03-07 21:20:39 +01:00
naden
b63b77ac9a
Add files via upload
...
fixed typos in readme, removed some unnecessary code
2024-03-06 11:43:50 +01:00
Anton
921f5b3dd5
Merge branch 'master' into no-unused-vars
2024-03-06 11:05:13 +01:00
Anton
5e074ecce7
Merge branch 'master' into no-unused-vars
2024-03-06 11:03:23 +01:00
Gordon Williams
0b15dfa48f
0.06: Add message icon for 'molly' and 'threema libre'
2024-03-06 09:20:13 +00:00
Gordon Williams
9010405498
Merge pull request #3233 from bobrippling/fix/widlockunlock-back
...
widlockunlock: disable tap-to-lock if back button is present
2024-03-05 09:22:15 +00:00
Rob Pilling
000543edf3
widlockunlock: update description
2024-03-04 22:14:55 +00:00
Anton
3b9b43453b
Reapply exceptions for changed apps
2024-03-04 22:44:26 +01:00
Anton
5bb07d2210
Fixes
2024-03-04 22:41:40 +01:00
Anton
f16bf3d351
Merge remote-tracking branch 'upstream/master' into no-unused-vars
2024-03-04 22:39:25 +01:00
Anton
2a10df7f45
Bump app versions
2024-03-04 22:32:06 +01:00
Anton
2e4cb8eb11
Fix no-unused-vars in existing apps
2024-03-04 21:34:50 +01:00
Anton
29cfd17778
Create lint exemptions
2024-03-04 21:34:17 +01:00
naden
490ad702f6
Add files via upload
2024-03-04 14:08:42 +01:00
naden
64ad1c1389
Merge branch 'espruino:master' into master
2024-03-04 13:09:11 +01:00
naden
8734ba9deb
Delete apps/regattatimer/ChnageLog
2024-03-04 12:23:46 +01:00
naden
055e313e3d
Add files via upload
2024-03-04 12:23:15 +01:00
naden
b2ad6d509d
Add files via upload
2024-03-04 10:44:01 +01:00
Rob Pilling
9453d7dac3
Merge pull request #3232 from bobrippling/feat/widalarmeta-recheck
...
widalarmeta: recheck latest alarm when alarms change
2024-03-04 08:59:23 +00:00
Rob Pilling
54ff865e91
Merge pull request #3227 from bobrippling/feat/sched-interface-days
...
sched: add day selection to interface.html
2024-03-04 08:57:58 +00:00
Rob Pilling
39bc2b31a0
widalarmeta: don't clear graphics on reload
2024-03-04 08:48:13 +00:00
Rob Pilling
f9d6ca1c13
widalarmeta: reload widget when alarms change
2024-03-04 08:47:52 +00:00
Rob Pilling
91adcb859a
sched: interface.html switch type & on/off
2024-03-04 08:41:00 +00:00
Rob Pilling
bf9940ad7b
sched: interface.html specificity fix
2024-03-04 08:31:11 +00:00
Rob Pilling
af4ae9ada5
sched: interface.html move date/time above options
2024-03-04 08:29:12 +00:00
Rob Pilling
a9b4417574
Merge pull request #3229 from thinkpoop/dnd-toggle-settings
...
a_dndtoggle: add settings page
2024-03-04 08:19:45 +00:00
Rob Pilling
4af72b73d9
Merge pull request #3230 from phrogg/cards-full-brightness
...
Cards App: added brightness option
2024-03-04 08:14:02 +00:00
Rob Pilling
8c2e5222c8
Merge pull request #3235 from nxdefiant/master
...
cscsensor: Automatically reconnect on error
2024-03-04 08:12:32 +00:00
Rob Pilling
9791f452d8
sched: interface.html tweak layout and handle event/timers
2024-03-04 07:57:22 +00:00
Rob Pilling
8dbef6041e
sched: interface.html hide days for non-alarms
2024-03-04 07:49:24 +00:00
Rob Pilling
498f800e25
sched: interface.html change layout - type & buttons
2024-03-04 07:46:12 +00:00
Logan B
22d7ef7ae9
a_dndtoggle: add comments to explain settings a bit better
2024-03-03 21:00:54 -06:00
Phil Roggenbuck
e0a2081fc9
added suggestions from pr
2024-03-04 01:10:30 +01:00
Rob Pilling
fa11b76da2
widlockunlock: disable tap-to-lock if back button is present
2024-03-03 22:41:01 +00:00
Rob Pilling
04057c4018
widlockunlock: stop event propagation on tap
2024-03-03 22:38:04 +00:00
Rob Pilling
87919639bb
sched: interface.html move on/off + delete below summary
2024-03-03 20:41:59 +00:00
Rob Pilling
95105825a7
sched: interface.html fix row deletion
2024-03-03 19:36:42 +00:00
Rob Pilling
0dd67533ac
sched: emit alarmReload, widalarm reload on alarmReload
2024-03-03 19:34:24 +00:00
Rob Pilling
a25ed8f6ff
widalarmeta: use sched lib and remove template comment
2024-03-03 19:28:03 +00:00
Erik Andresen
708c295853
cscsensor: Automatically reconnect on error
2024-03-03 19:23:49 +01:00
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
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
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
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
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
3a4504953b
rep: fix interface.html
2024-02-28 20:52:49 +00:00
signaleleven
2063cca87f
linuxclock - Bugfix Add 1 to month received from Date.getMonth (0..11)
2024-02-28 18:12:32 +01:00
Gordon Williams
1f2179535a
Merge pull request #3212 from atjn/no-empty
...
Warn about empty blocks
2024-02-28 09:08:21 +00:00
Rob Pilling
d3aef9c7b4
Merge branch 'add/fallout_clock'
...
And fixes to pass sanitycheck
2024-02-27 22:10:36 +00:00
Rob Pilling
8dd0df6b86
Merge pull request #3210 from shansou504/master
...
Binaryclk - add settings to hide unused squares and to show date
2024-02-27 22:05:37 +00:00
Erik Andresen
64c0e844d0
swipeinv: add icon
2024-02-27 18:53:26 +01:00
Erik Andresen
03bf02eb22
swipeinv: new app
...
Inverts swipe direction globally or per app
2024-02-27 08:13:21 +01:00
Zachary D. Skelton
b80c4cd824
Applied PR Changes
2024-02-26 23:31:21 -06:00
shansou504
97b4369d67
fixed tab line 49
2024-02-26 17:11:44 -05:00
Anton
c94c800a6d
Bump app versions
2024-02-26 20:46:12 +01:00
Anton
b7a7c59ff8
Warn about unused variables
2024-02-26 20:19:58 +01:00
Anton
241b6e20ce
Warn about empty blocks
2024-02-26 15:03:50 +01:00
Rob Pilling
4281bf3ae0
Merge pull request #3206 from Erovia/c25k
...
New app: C25k
2024-02-26 08:50:40 +00:00
Rob Pilling
3f6dce1f2e
Merge pull request #3205 from wagnerf42/master
...
gipy: new release
2024-02-26 08:50:29 +00:00
shansou504
df3c6d3f0c
clean up
2024-02-26 01:46:57 -05:00
shansou504
ca22b24590
Added settings to hide unused squares and show date
2024-02-26 01:31:11 -05:00
naden
2621e53765
Add files via upload
2024-02-24 21:17:21 +01:00
naden
2dbec19f1e
Add files via upload
2024-02-24 21:07:32 +01:00
naden
b5fc57f544
Add files via upload
2024-02-23 20:53:45 +01:00
naden
d9ff6c4eca
Add files via upload
2024-02-23 20:51:04 +01:00
naden
20d9f77265
Add files via upload
2024-02-23 20:41:30 +01:00
naden
2a76bc638b
Update settings.js
2024-02-23 20:21:37 +01:00
Zachary D. Skelton
4a4f642c95
Edit: Readme
2024-02-23 12:09:20 -06:00
Zachary D. Skelton
6ec4aa1a79
Added Dev Docs
2024-02-23 11:51:53 -06:00
Zachary D. Skelton
0d44f1a43e
Add: Fallout Clock - fixed image
2024-02-23 11:41:23 -06:00
Zachary D. Skelton
f9cb2b14e2
Add: Fallout Clock - fixed metadata
2024-02-23 11:35:15 -06:00
Zachary D. Skelton
884691d10c
Add: Fallout Clock
2024-02-23 11:27:09 -06:00
Erovia
551a5db611
Add possibility of creating a custom exercise
2024-02-23 17:16:47 +00:00
naden
be89738928
Update metadata.json
2024-02-23 17:24:25 +01:00
naden
972b059470
Update app.js
2024-02-23 17:22:40 +01:00
naden
e92165d357
Create settings.js
2024-02-23 17:20:32 +01:00
naden
a83af8166f
Delete apps/regattatimer/regattatimer.settings.js
2024-02-23 17:19:59 +01:00
naden
291bad8e35
Update metadata.json
2024-02-23 17:18:34 +01:00
naden
71a4e6dc8c
Update app.js
2024-02-23 17:17:45 +01:00
naden
dcb7078b55
Delete apps/regattatimer/regattatimer.app.js
2024-02-23 17:17:30 +01:00
naden
3b6c422d66
Update metadata.json
2024-02-23 17:12:21 +01:00
naden
33fc9f2669
Add files via upload
2024-02-23 17:07:56 +01:00
naden
a60620cf64
Update README.md
2024-02-23 17:06:55 +01:00
naden
39e524f6f4
Add files via upload
2024-02-23 16:53:24 +01:00
naden
baa9516f5e
initial commit
2024-02-23 16:46:48 +01:00
Rob Pilling
ce85145cf6
flightdash: drop unnecessary boolean formatter
2024-02-22 22:10:16 +00:00
Erovia
42389fd9b4
Add option to pause/resume workout (Bangle.js 1 only)
2024-02-22 15:43:22 +00:00
Erovia
ba03c98c2c
Add rep info to time screen
2024-02-22 13:54:38 +00:00
Erovia
e486659525
First version of the C25K app
2024-02-21 21:03:37 +00:00
frederic wagner
a0324c1aba
fix for path projection display
2024-02-21 15:45:28 +01:00
thyttan
4989c4fc3d
health: add hrm info to readme
...
reference:
> The health app on the Bangle only stores data every 10 minutes. The '3 minute' option is for the heart rate - it'll take 3 HRM samples every 10 minute slot and use the best/average value of HRM readings - but it only stores one reading per 10 minutes.
https://forum.espruino.com/conversations/386312/#comment16972306
2024-02-15 21:20:33 +01:00
Rob Pilling
ad7aa52968
Merge pull request #3188 from atjn/no-case-declarations
...
Require switch blocks when declaring variables
2024-02-15 08:52:25 +00:00
Rob Pilling
3f8f0f372f
Merge pull request #3187 from atjn/no-octal
...
Don't use octals
2024-02-15 08:51:36 +00:00
Rob Pilling
d81d5d4544
Merge pull request #3200 from nxdefiant/master
...
chess: buzz/cleanup
2024-02-15 08:42:59 +00:00
Jordi Mas
02356a6087
Add Catalan locale
2024-02-14 10:20:00 +01:00
Erik Andresen
cb2a321963
chess: fix typo
2024-02-14 09:12:19 +01:00
Erik Andresen
420fc50c66
chess: buzz/cleanup
...
Add option to buzz after computer move
2024-02-14 09:00:47 +01:00
Rob Pilling
72604fcb1b
Merge pull request #3183 from flaparoo/flightdash
...
New app: flightdash
2024-02-14 07:49:34 +00:00
thyttan
d689a21e89
Merge pull request #3197 from atjn/locale-da-dk
...
Add Danish locale
2024-02-13 18:52:00 +01:00
Anton
11850b81a5
Add Danish locale
2024-02-13 15:48:50 +01:00
Erik Andresen
b21f495cbf
widadjust: reverse hide check
2024-02-13 07:56:51 +01:00
Erik Andresen
5e223c24a1
widadjust: Add option to hide widget
2024-02-13 07:49:06 +01:00
Rob Pilling
70f91b5a6f
Merge pull request #3192 from nxdefiant/medicalinfo
...
medicalinfo: Read height + weight from myprofile
2024-02-12 21:34:25 +00:00
Rob Pilling
c24b9a1859
Merge pull request #3195 from jt-nti/myprofile-interface
...
Add ability to upload/download My Profile data
2024-02-12 21:29:14 +00:00
Rob Pilling
5d3185ffd7
Merge pull request #3190 from atjn/scalig-typo
...
Fix a typo
2024-02-12 21:25:36 +00:00
James Taylor
354d281fb6
Add ability to upload/download My Profile data
...
Just a very basic interface to start with!
Signed-off-by: James Taylor <jt-git@nti.me.uk>
2024-02-12 14:54:11 +00:00
Erik Andresen
37232ba954
medicalinfo: Fix ChangeLog
2024-02-11 09:36:52 +01:00
Erik Andresen
2c6bc3eb40
medicalinfo: Read height + weight from myprofile
2024-02-11 09:32:52 +01:00
Erik Andresen
9271c2e6ca
myprofile: Add weight
2024-02-11 09:32:08 +01:00
Flaparoo
4ecb55d23c
flightdash: put switch case with local var in a codeblocK
2024-02-11 09:34:13 +08:00
Anton
54b0759eb6
Fix a typo
2024-02-10 21:17:07 +01:00
Erik Andresen
f75d97662a
widbaroalarm settings graph: fix off by one
2024-02-10 17:18:51 +01:00
Anton
f1d3438d1c
Require switch blocks when declaring variables
2024-02-10 16:51:46 +01:00
Anton
9179747785
Don't use octals
2024-02-10 16:06:41 +01:00
nxdefiant
dc4b2dd741
Merge branch 'espruino:master' into master
2024-02-10 09:38:24 +01:00
Erik Andresen
9ca1445a65
widbaroalarm settings: plot equidistance times
2024-02-09 21:29:28 +01:00
Erik Andresen
bc33c03312
widbaroalarm: keep interval
...
Do not immediately measure on start
2024-02-09 20:16:14 +01:00
Erik Andresen
8412ac52ba
widbaroalarm: Add log graph to settings
2024-02-09 20:12:56 +01:00
Gordon Williams
49fbc6a252
add 2v21
2024-02-08 15:42:00 +00:00
Gordon Williams
79c86b03e2
.69: Add option to wake on double tap
2024-02-08 15:37:20 +00:00
Flaparoo
3e234d3720
flightdash: replaced evals with setTimeouts
2024-02-07 15:55:24 +08:00
Flaparoo
86097d50e1
flightdash: sanitise data used in evals (in settings)
2024-02-07 10:10:44 +08:00
Rob Pilling
773a75b008
Merge pull request #3182 from flaparoo/aviatorclk
...
aviatorclk: added tap event to scroll METAR and toggle seconds display
2024-02-06 21:48:46 +00:00
Rob Pilling
d9e7bad8f3
Merge pull request #3156 from felipemanga/master
...
Add Warpdrive watchface
2024-02-06 21:44:11 +00:00
Gordon Williams
367b883f93
ensure we set a default keyboard. kbtouch seems the most 'expected' one
2024-02-06 16:51:23 +00:00
Gordon Williams
84804e2ee3
depend on icons
2024-02-06 16:51:04 +00:00
Gordon Williams
d7a1026562
Added BTHome app for firing off BTHome events to HomeAssistant
2024-02-06 16:15:19 +00:00
Gordon Williams
b97ee0a056
Added icons library for easy in-app icons
2024-02-06 15:57:55 +00:00
Flaparoo
fb9ebccb41
New app: flightdash
2024-02-06 19:18:45 +08:00
thyttan
5a2b5405f2
Merge pull request #3176 from bobrippling/fix/improve-formatter-check
...
Improve boolean formatter check
2024-02-06 11:09:14 +01:00
Gordon Williams
d35f72b4c8
espruinoctrl - fix docs ( fix #3180 ), and
...
0.03: Now use BTN2 on Bangle.js 1, and on Bangle.js 2 use the middle button to return to the menu
2024-02-06 09:42:27 +00:00
Logan B
72de183b1a
fwupload: Add Firmware ChangeLog section with links
2024-02-05 21:46:17 -06:00
Logan B
71f04f0b05
fwupload: add e.preventDefault on toggles to prevent jumping to top of page
2024-02-05 21:42:29 -06:00
Logan B
f30f7d450c
fwupdate: Add target=_blank on links leaving the page
2024-02-05 21:41:17 -06:00
Rob Pilling
08b6a9f16e
Drop more format arguments
2024-02-05 22:31:45 +00:00
Rob Pilling
b2ff9dbb78
Merge branch 'upstream/master' into fix/improve-formatter-check
2024-02-05 22:30:31 +00:00
Gordon Williams
d5360755bd
add example clock app
2024-02-05 14:00:59 +00:00
Gordon Williams
a9d135f616
change app descriptions slightly
2024-02-05 11:02:19 +00:00
Gordon Williams
feea7df3eb
legoremote 0.02: Add more control styles, and linear control of motors
2024-02-05 10:33:20 +00:00
Enric Pineda
a92425fc56
Canvi de versió: v0.4
2024-02-02 12:32:06 +01:00
Enric Pineda
632caf7295
Update ChangeLog
2024-02-02 12:31:37 +01:00
Enric Pineda
e9bfe66e89
Afegits suggeriments rebuts de l'usuari @bobrippling
2024-02-02 12:30:50 +01:00
Gordon Williams
69071891f1
Tweaks to speed up track rendering
2024-02-02 09:37:00 +00:00
Gordon Williams
bc48d50e3d
Merge pull request #3177 from nxdefiant/master
...
openstmap: move exit to bottom of menu again
2024-02-02 09:33:27 +00:00
Logan B
2c96f33f00
android: Fix alarms created in Gadgetbridge not repeating
2024-01-31 12:39:56 -06:00
Erik Andresen
2a6096c1d8
Merge remote-tracking branch 'origin'
2024-01-31 19:10:45 +01:00
Erik Andresen
d9364b32a6
openstmap: Update ChangeLog, metadata.json
2024-01-31 19:08:34 +01:00
Erik Andresen
7af324f2b4
Revert "openstmap menu: move exit to top"
...
This reverts commit c4631cfe5f
.
2024-01-31 19:07:42 +01:00
Rob Pilling
e17a24e48f
Drop more unnecessary format arguments
2024-01-31 17:49:50 +00:00
Enric Pineda
d1ab9e2ebf
Update rellotge.js
2024-01-31 15:40:45 +01:00
Enric Pineda
c4dcec8997
Reparem el botó que no va
2024-01-31 15:24:38 +01:00
Enric Pineda
58a3004b91
Canvi de versió: v0.3
2024-01-31 15:12:12 +01:00
Enric Pineda
8dc99174e3
Canvi de versió: v0.3
2024-01-31 15:11:41 +01:00
Enric Pineda
4827d43ea3
Canvi total de visualització de dades
...
- Canvi de la tipografia
- Alienat a l'esquerra
- Lletra més gran i clara
2024-01-31 15:10:45 +01:00
Enric Pineda
828222dea3
Creem el ChangeLog del projecte
2024-01-31 14:00:12 +01:00
Enric Pineda
e0a2c9d55f
Canviat el número de versió
2024-01-31 13:58:35 +01:00
Enric Pineda
a464150a3d
Esmenat error en les hores no en punt, canviat a 60 segons el refrescament
2024-01-31 13:57:52 +01:00
Enric Pineda
a884cfadbc
Afegim Readme a les metadades
2024-01-31 13:55:26 +01:00
Enric Pineda
eb21622500
Create README.md
2024-01-31 13:53:08 +01:00
Enric Pineda
fca72c5940
Update metadata.json
2024-01-31 11:28:41 +01:00
Enric Pineda
078bd91029
Canvi en Metadata
2024-01-31 11:23:26 +01:00
Enric Pineda
5ec7995797
Update icona.js
2024-01-31 11:11:03 +01:00
Enric Pineda
dd645b11e3
Update metadata.json
2024-01-31 11:07:53 +01:00
Enric Pineda
45ad884e12
Create icona.js
2024-01-31 11:05:14 +01:00
Enric Pineda
9c952f0e70
Update metadata.json
2024-01-31 01:33:10 +01:00
Enric Pineda
f992e4ba05
Update metadata.json
2024-01-31 01:14:13 +01:00
Enric Pineda
242e15a2b4
Update metadata.json
2024-01-31 01:11:42 +01:00
Enric Pineda
cc5e44c26e
Update metadata.json
2024-01-31 01:09:36 +01:00
Enric Pineda
9e6896312e
Update metadata.json
2024-01-31 01:08:18 +01:00
Enric Pineda
da4b97ea76
Update metadata.json
2024-01-31 01:04:06 +01:00
Enric Pineda
65782808a2
Create metadata.json
2024-01-31 01:00:29 +01:00
Enric Pineda
d6b419ea13
Create rellotge.js
2024-01-31 00:57:34 +01:00
EnerGeh
b705c4bc74
Update lib.js
...
Added Molly (Signal Form) and Threma libre (official f-droid flavour of threema).
2024-01-31 00:32:01 +01:00
Rob Pilling
404f34a865
Merge pull request #3169 from nxdefiant/master
...
openstmap: Fix rounding errors
2024-01-30 22:18:25 +00:00
Gordon Williams
a69be50414
oops - allow fw update for pre-2v20
2024-01-30 15:15:36 +00:00
Felipe Manga
c4aebc6a8c
Fix typo
2024-01-30 12:29:35 +00:00
Felipe Manga
58e8c032c7
Call widget_utils' show/hide instead of Bangle.drawWidgets()
2024-01-30 12:29:35 +00:00
Felipe Manga
417b434cf1
Ensure graphics is in a known state when drawing
2024-01-30 12:29:35 +00:00
Felipe Manga
3bfe4448fb
Ensure text uses theme background color
2024-01-30 12:29:35 +00:00
Felipe Manga
2304572e7f
Add support for FW2v21 lcdBufferPtr
2024-01-30 12:29:35 +00:00
Felipe Manga
16c08d0cf3
Generate larger/smoother hills
2024-01-30 12:29:35 +00:00
Felipe Manga
ea112f26a8
Simplify terrain generation
2024-01-30 12:29:35 +00:00
Felipe Manga
189e1888bf
Update Synthwave screenshots
2024-01-30 12:29:35 +00:00
Felipe Manga
f450062cfb
Use 93dub font with no separator
2024-01-30 12:29:35 +00:00
Felipe Manga
72edbf964e
Improve terrain lighting calculation
2024-01-30 12:29:35 +00:00
Felipe Manga
a2c6f53ece
Add Synthwave variant of Warpdrive watchface
2024-01-30 12:29:35 +00:00
Felipe Manga
f5ae409a92
Simplify scheduling code since it wasn't playing well with widgets
2024-01-30 12:29:35 +00:00
Felipe Manga
7633f9e275
Make sure text is drawn with the foreground color
2024-01-30 12:29:35 +00:00
Felipe Manga
d41ffac16b
Update README.md
2024-01-30 12:29:35 +00:00
Felipe Manga
84fd254d54
Implement full theme support
2024-01-30 12:29:35 +00:00