Commit Graph

15415 Commits (b506f8556bbd4da7d151b038a629849347816ce1)

Author SHA1 Message Date
paul-arg b506f8556b
vpw_clock: do not remove VGA8 font 2024-06-10 17:33:30 +02:00
paul-arg e8bbc537c9
vpw_clock: do not remove VGA8 font 2024-06-10 17:32:56 +02:00
paul-arg 67e7eebb9e
vpw_clock: do not remove VGA8 font 2024-06-10 17:32:26 +02:00
thyttan 81b860215b
Merge pull request #3440 from devsnd/fileman-improvements2
fileman: improve showing files in browser, was truncated before
2024-06-10 00:32:06 +02:00
Sean Lynch 6cc24efe52 remove prettierignore 2024-06-09 14:01:02 -07:00
slynchDev 116789cdfd
Merge branch 'espruino:master' into master 2024-06-09 13:44:28 -07:00
Sean Lynch fa2ed9d30d bug fix 2024-06-09 13:40:42 -07:00
Sean Lynch 7f7ebd1039 bug fix 2024-06-09 13:39:12 -07:00
Sean Lynch c3f3576200 fixes from PR comments 2024-06-09 13:33:14 -07:00
thyttan 13e25279b9
run: add to readme hint re runplus 2024-06-09 17:23:37 +02:00
thyttan 5b785bc5d1
run: add hint re runplus in description 2024-06-09 17:21:58 +02:00
thyttan 4ef3533264
astrocalc: fix lint warning
- remove the variable `m` that was repeatedly assigned the return value of `E.showMenu` but never used.
2024-06-09 15:50:50 +02:00
thyttan fe3142355b
astrocalc: fix lint warnings
- Comment out an unused function
- move initialization, `let m;` further up in the file.
2024-06-09 15:36:03 +02:00
paul-arg db4ce65672
astrocalc: Update ChangeLog 2024-06-08 22:29:21 +02:00
paul-arg 507dafc8b4
astrocalc: Update metadata.json 2024-06-08 22:28:05 +02:00
paul-arg 6b9c955dc5
fix(astrocalc): handle when the moon rise or set don't occur on the current day 2024-06-08 17:54:19 +02:00
Sean Lynch 5d2427dff2 cleanup for PR 2024-06-07 14:36:16 -07:00
Sean Lynch ebc5f5cf5b icon fix 2024-06-07 13:47:20 -07:00
Sean Lynch 94a26e6c29 metadata update 2024-06-07 13:35:28 -07:00
Sean Lynch 7cfec84020 icon fix 2024-06-07 13:33:13 -07:00
Sean Lynch 18b8217886 added README 2024-06-07 13:24:55 -07:00
Sean Lynch b39e13f9f7 inititial commit 2024-06-07 12:58:15 -07:00
thyttan 946d72205c
Merge pull request #3431 from bobrippling/feat/run-noprompt
runplus: add option to always resume
2024-06-05 00:40:27 +02:00
Gordon Williams 050cd914fa blecsc 0.04: Added support for <1 wheel/crank event/second (using idle counters) (ref #3434) 2024-06-04 10:26:18 +01:00
Gordon Williams 8742e68e2e cscsensor 0.12: Fix regression reporting cadence (reported per second when should be per minute) (fix #3434) 2024-06-04 10:15:00 +01:00
Gordon Williams afea9dff9c
Merge pull request #3428 from halemmerich/newLCDOverlay
Adapt widget_utils and messagesoverlay to new LCD overlay code for remove callbacks
2024-06-03 10:11:06 +01:00
thyttan 2a0cc2d66c
Merge pull request #3439 from devsnd/supaclockpro
New App: SUPACLOCK Pro ULTRA
2024-06-01 21:56:09 +02:00
thyttan 82a5ab5724 supaclk: remove unnecessary delete in remove funct
since they are initiatied with let inside the outer curly braces they
should be cleared automatically like all other let-ibles.
2024-06-01 15:12:01 +02:00
thyttan 249a119e12 supaclk: misc suggested fixes and changes
- clear screen including widgets before drawing splash screen.
- change from a font that's not defined to one that is.
- make it so the splash screen can be cut short to load the launcher.
2024-06-01 13:41:35 +02:00
Tom Wallroth be770a02dc Initial version done! 2024-05-31 14:56:59 +02:00
Tom Wallroth da25d445ef fileman: improve showing files in browser, they were trunkated when using alert for display 2024-05-31 14:54:15 +02:00
Rob Pilling 064d9ceb71 Merge pull request #3436 from pavelmachek/m_23_sixths4 (and tweak lints) 2024-05-30 22:21:57 +01:00
Rob Pilling c222676501 lint_exemptions: update for sixths 2024-05-30 22:21:15 +01:00
Rob Pilling 5ddecd2cef lint_exemptions: remove contacts entry 2024-05-30 22:21:05 +01:00
Rob Pilling 43e752851b sixths: fix some lint warnings 2024-05-30 22:18:29 +01:00
Rob Pilling 456cf7f121
Merge pull request #3438 from bobrippling/fix/ble-advert-array
Add `ble_advert` module
2024-05-30 08:22:22 +01:00
Rob Pilling bcc5ae9a15 openhaystack: use ble_advert 2024-05-28 22:44:36 +01:00
Pavel Machek bca8593185 sixths: Mark this as v0.04 2024-05-28 13:19:25 +02:00
Pavel Machek 7c2d24823a sixths: fix drawing timeouts, dot now blinks as expected. 2024-05-28 13:19:23 +02:00
Pavel Machek 9f5c13aa36 sixths: add blinking dot, rework altitude adjustment to use system. 2024-05-28 13:19:21 +02:00
Pavel Machek b7f127a2e1 sixths: Powering up sensors all the time may not be neccessary 2024-05-28 13:19:19 +02:00
Pavel Machek b93539da9e sixths: reduce wakeups to 60s when inactive 2024-05-28 13:19:15 +02:00
Rob Pilling 3be97f8d01 runplus: simpler always-resume toggle 2024-05-28 08:37:54 +01:00
Rob Pilling 020d26ddef runplus: update status depending on if in the pause window 2024-05-28 08:24:58 +01:00
Tom Wallroth 19bf4b4cdf supaclockpro wip 2024-05-24 23:04:44 +02:00
Rob Pilling b4dffbfd0e Use `ble_advert` module 2024-05-24 17:21:23 +01:00
Gordon Williams e856e381fa android: Allow `calendar-` to take an array of items to remove 2024-05-24 09:10:51 +01:00
Gordon Williams f6289804d6 android 0.36: Move from wrapper function to {} and let - faster execution at boot 2024-05-24 09:02:32 +01:00
Rob Pilling f29ae079d7
Merge pull request #3432 from vczb/feat/clkinfocal-remove-duplicate-day-calendar
clkinfocal: remove duplicate day in calendar when format setting is 'dd MMM'
2024-05-23 21:01:31 +01:00
Rob Pilling 574bf6e66d
Merge pull request #3430 from bobrippling/fix/promenu-items
promenu: fix removal of final menu item
2024-05-23 21:01:18 +01:00