1
0
Fork 0
Commit Graph

18265 Commits (0f76267123586f62819289b539da124dfed55abc)

Author SHA1 Message Date
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 030765d409 layout.d.ts: permit assignment back to strings
... by making them strings instead of a string literal type
2024-03-16 13:08:09 +00:00
Rob Pilling b04bc434c9 layout.d.ts: correctly assign { [id]: T } for layout elements 2024-03-16 13:08:07 +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
Anton 4a7738cebc Allow suncalc to be exported via `globalThis` 2024-03-16 11:30:01 +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
Gordon Williams ee0b0f2d77 add readme files 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
Anton a00f1b6568 Merge branch 'master' into modules-lint 2024-03-15 10:00:59 +01:00
Rob Pilling 5173e1c578
Merge pull request #3261 from thyttan/slider
Slider:fix lint warn var declared in global scope
2024-03-15 08:55:16 +00:00
Anton 9f26a5abfe Revert Sliders.js fix
This is instead fixed in #3261
2024-03-15 06:39:44 +01:00
thyttan bfdcf9543b Slider:fix lint warn var declared in global scope
exFirst -> o.v.exFirst
eyFirst -> o.v.eyFirst
2024-03-14 21:37:50 +01:00
Gordon Williams c9e4a99f50 Merge branch 'atjn-no-undef' 2024-03-14 11:39:29 +00: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 3e83eaa6d8 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:19:35 +00:00
Anton c91e632033 Fix lint errors 2024-03-14 11:18:18 +01:00
Anton c077a24512 Improve eslint config for modules 2024-03-14 11:17:53 +01:00
Anton 22a43725ef Add a lint-modules script 2024-03-14 11:16:44 +01: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
Ishidres 2964acf199
Merge pull request #1 from Ishidres/feat/sleep-detection-improvements
Aktualisieren von settings.js
2024-03-13 11:19:51 +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