1
0
Fork 0
Commit Graph

18082 Commits (19c51591cdae2058c9f37c31f3e9d52923de3632)

Author SHA1 Message Date
Paul Arguillère 19c51591cd use bigger font for day of week and date to improve visibility 2024-03-25 18:18:45 +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
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
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
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
Gordon Williams 31d24d77d0 make the smaller font the default 2024-03-20 10:37:04 +00: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 82942a1a33
Merge pull request #3276 from espruino/dependabot/submodules/core-2603ca6
build(deps): bump core from `0222d3c` to `2603ca6`
2024-03-20 08:52:28 +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
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
dependabot[bot] 43f7e4d3c8
build(deps): bump core from `0222d3c` to `2603ca6`
Bumps [core](https://github.com/espruino/EspruinoAppLoaderCore) from `0222d3c` to `2603ca6`.
- [Commits](0222d3c5ac...2603ca6fff)

---
updated-dependencies:
- dependency-name: core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 00:05:24 +00: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
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
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
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
Jordi Mas c31d94b644 Use Bangle's temperature instead of non-working service 2024-03-16 17:12:43 +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 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
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