Commit Graph

18049 Commits (b8afbb2aea7383d0f5d348c67d030e33e488bc65)

Author SHA1 Message Date
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
Gordon Williams 36a9ff71a3
Merge pull request #3270 from espruino/dependabot/npm_and_yarn/follow-redirects-1.15.6
build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6
2024-03-18 12:40:22 +00:00
Gordon Williams 03601a6cf7
Merge pull request #3259 from atjn/modules-lint
Improve linting of modules
2024-03-18 11:02:26 +00:00
thyttan a21d7413a1
Merge pull request #3274 from atjn/fix-timerclk
Revert changes to timerclk
2024-03-18 10:39:11 +01:00
Anton 7328cfa1a7 Revert changes to timerclk 2024-03-17 12:13:54 +01:00
dependabot[bot] 40a82424cf
build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-17 00:48:29 +00:00
Anton b8b783195c Remove app-specific eslint configs 2024-03-16 19:28:00 +01: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 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
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
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
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
Rob Pilling cdbe4aa3ee
Merge pull request #3253 from espruino/dependabot/submodules/core-0222d3c
build(deps): bump core from `bd301be` to `0222d3c`
2024-03-12 22:09:43 +00:00
Rob Pilling 9ba1c16d40
Merge pull request #3254 from espruino/dependabot/submodules/webtools-8d671ad
build(deps): bump webtools from `af870d7` to `8d671ad`
2024-03-12 22:09:37 +00:00
Rob Pilling 80021226ff
Merge pull request #3255 from KTibow/patch-8
calculator: Update README
2024-03-12 22:09:13 +00: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