Commit Graph

16724 Commits (f0028dd8ddf073906a610348a7b63fd52f31ccf9)

Author SHA1 Message Date
Rob Pilling 6e0c985ca8 recorder: colour pause image based on `g.theme` 2023-07-23 12:00:49 +01:00
Rob Pilling 38c903c345 recorder: bump version 2023-07-23 12:00:49 +01:00
Rob Pilling a07ef21cf9 recorder: add clock info 2023-07-23 12:00:49 +01:00
Martin Boonk a5190d4d86 kineticscroll - Fix setting a remove method for every scroller 2023-07-23 11:53:31 +02:00
Martin Boonk 7c874199c4 kineticscroll - Add minified version for performance 2023-07-23 11:32:03 +02:00
Martin Boonk efaeae0903 messagesoverlay - Explicitly check if buffer needs recreation 2023-07-23 11:25:23 +02:00
Martin Boonk 913c97c0b9 messagesoverlay - Bump version 2023-07-23 11:15:52 +02:00
Martin Boonk c6433e828f messageoverlay - Fix the first overlay buffer beeing kept and reused on unlock 2023-07-23 11:00:33 +02:00
Martin Boonk 8ce2245538 messagesoverlay - Better low memory handling 2023-07-23 10:42:21 +02:00
Martin Boonk 9477753cab messagesoverlay - Remove unused function 2023-07-23 10:41:30 +02:00
Martin Boonk b6459ad26a iconlaunch - Load N/A icon from image file 2023-07-22 23:23:39 +02:00
Martin Boonk 2f12b9ad6e kineticscroll - Initial implementation 2023-07-22 22:12:58 +02:00
Erik Andresen ceddc01697 openstmap: updated Changelog 2023-07-22 20:12:18 +02:00
Erik Andresen 90bd7dcdb7 openstmap: move comment 2023-07-22 20:09:21 +02:00
Erik Andresen 2af98c7347 openstmap: replace direction icon 2023-07-22 20:06:53 +02:00
Martin Boonk ffd967cb63 iconlauch - Center icons in items to prevent selection box beeing cut off at top 2023-07-22 18:04:38 +02:00
Martin Boonk 91df2dc68e iconlaunch - Fix off by one error when selecting apps 2023-07-22 17:34:45 +02:00
Martin Boonk f4a72b777d iconlaunch - Remove debug code 2023-07-22 13:22:46 +02:00
Martin Boonk aaa992ee2b iconlaunch - Use back option instead of translated entry 2023-07-22 13:20:57 +02:00
Martin Boonk c4ae56ed16 iconlaunch - Bump version 2023-07-22 13:09:08 +02:00
Martin Boonk f7590cff9f iconlaunch - Dedicated icon for apps with missing icons 2023-07-22 13:06:26 +02:00
Martin Boonk 3adc3f8fba iconlaunch - Precache icons and only clear if needed 2023-07-22 12:32:53 +02:00
Martin Boonk 76425b947b iconlaunch - Render icons for one item at once 2023-07-22 12:24:35 +02:00
Martin Boonk 64238f4ec0 iconlaunch - Better performance by less array accesses 2023-07-22 12:03:21 +02:00
frederic wagner 0d8df8aaeb gipy: removing jit
segfaults with the jit so i removed it.
perfs are still ok due to the use of transformVertices instead
i would have like to have both though :-(

my guess is the segfaults are not really jit related but related to the
size of the code in memory.
2023-07-22 11:54:52 +02:00
Erik Andresen a560a60423 openstmap location pointer
Replace position marker with location+direction pointer
2023-07-22 09:47:07 +02:00
Rob Pilling d763f63a19 sched: fix `for` reference in interface 2023-07-21 17:51:31 +01:00
Gordon Williams 0eea248390
Merge pull request #2891 from espruino/dependabot/npm_and_yarn/word-wrap-1.2.4
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
2023-07-20 11:56:59 +01:00
Gordon Williams 6f520f568b
Merge pull request #2885 from v-crispadvice/master
Fix fast-loading support
2023-07-20 11:54:35 +01:00
Gordon Williams 8c4deb5388
Merge pull request #2879 from bobrippling/multitimer-fastload
multitimer: fastload
2023-07-20 11:50:01 +01:00
Gordon Williams 63cda3b852
Merge pull request #2877 from bobrippling/dtlaunch-buzz
dtlaunch: add interaction-buzz setting
2023-07-20 11:46:20 +01:00
Gordon Williams 92b1665e5b
Merge pull request #2881 from nxdefiant/master
openstmap: current position overlay
2023-07-20 11:29:14 +01:00
Gordon Williams 5f32cbce61
Merge pull request #2880 from halemmerich/messagesoverlay
messagesoverlay - Fix overlay keeping the LCD on
2023-07-20 11:26:52 +01:00
Gordon Williams 3696d1d666
Merge pull request #2888 from joserebelo/git-submodule-init-fix
Fix git submodule init command
2023-07-20 11:25:47 +01:00
Gordon Williams 360cf55dc7
Merge pull request #2882 from halemmerich/qmsched
qmsched - Allow to use two theme files for switching themes
2023-07-20 10:58:26 +01:00
dependabot[bot] 1b5f342142
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 17:29:32 +00:00
Martin Boonk 06d3ca59db qmsched - Add german translations 2023-07-18 22:17:09 +02:00
Martin Boonk 6e0b934ae2 qmsched - Do not translate the back item 2023-07-18 22:10:51 +02:00
Martin Boonk ff0c236b03 qmsched - Remove quiet property and save one theme copy 2023-07-18 22:03:02 +02:00
frederic wagner 465539561f gipy: improvements to sleep algorithm 2023-07-18 08:59:37 +02:00
José Rebelo 461f0f0fbd Fix git submodule init command 2023-07-17 22:48:12 +01:00
Rob Pilling 56d7149932 Merge branch 'master' into multitimer-fastload
Conflicts:
	apps/multitimer/ChangeLog
2023-07-17 20:35:21 +01:00
Rob Pilling c54e33ae7f multitimer: drop `var`
Not strictly necessary, but matches the globals.
2023-07-17 20:30:01 +01:00
Rob Pilling ff6158c329 multitimer: use `let`/`const` for global variables (avoid leaking) 2023-07-17 20:29:53 +01:00
Rob Pilling 03861111e2 multitimer: declare missing/accidentally-global variables 2023-07-17 20:29:53 +01:00
Rob Pilling b9e73d47f1 multitimer: remove dead code 2023-07-17 20:29:53 +01:00
Martin Boonk d60b2da468 qmsched - Remove debug prints 2023-07-17 21:11:11 +02:00
Erik Andresen 1022b623d4 openstmap changes
- clear overlay only once
- Add exit to menu
2023-07-17 17:48:20 +02:00
Gordon Williams a25ad46efe
Merge pull request #2884 from halemmerich/keytimer
keytimer - Visual tweaks
2023-07-17 08:48:14 +01:00
Gordon Williams 63f88c619c
Merge pull request #2876 from bobrippling/multitimer-fix-hm
multitimer: fix hardmode in new alarms/timers
2023-07-17 08:46:23 +01:00