Commit Graph

16844 Commits (918be9e7bbd353da10c0e561a913701c731b8ea9)

Author SHA1 Message Date
Rob Pilling cfa871e204 recorder: handle missing widget 2023-07-24 20:39:46 +01:00
Rob Pilling 4e6827735e recorder: merge with Bangle clkinfo 2023-07-24 20:39:39 +01:00
Martin Boonk 907cea89d8 fastload - Formatting 2023-07-24 20:33:29 +02:00
Martin Boonk 74bf636da3 apploader - Re-add remote IDE button 2023-07-24 20:28:38 +02:00
Martin Boonk b08d35b2d0 apploader - Update core 2023-07-24 20:06:38 +02:00
Erik Andresen 34e667b615 calendar: adjust strings in front of functions 2023-07-24 19:05:24 +02:00
Erik Andresen 1a932b0618 Calendar: Edit holidays on device in settings
app: Only refactoring, no changed functionality
2023-07-24 18:24:14 +02:00
Gordon Williams 5609d5c49b
Merge pull request #2904 from nxdefiant/master
openstmap: Enable Compass if needed
2023-07-24 10:43:09 +01:00
Erik Andresen 4777d98c10 openstmap: Bugfix: Enable Compass if needed 2023-07-24 11:33:10 +02:00
Gordon Williams 5ac62a41ba
Merge pull request #2903 from JoppyFurr/master
snepwatch: Snepwatch release 1.00
2023-07-24 09:18:50 +01:00
Gordon Williams 577d551432
Merge pull request #2899 from halemmerich/messagesoverlay
Messagesoverlay - Fix low memory handling when overlay already visible
2023-07-24 09:10:04 +01:00
Gordon Williams bde9e7d242
Merge pull request #2897 from nxdefiant/master
openstmap location + direction arrow
2023-07-24 08:48:29 +01:00
Gordon Williams a047cf66ba
Merge pull request #2898 from halemmerich/kineticscroll
Kineticscroll - Implement kinetic scrolling as replacement for E.showScroller
2023-07-24 08:48:06 +01:00
frederic wagner 88a4f98ce8 gipy: trying to fix the segfaults 2023-07-24 09:41:42 +02:00
Gordon Williams 95c52032b2
Merge pull request #2894 from bobrippling/sched-html
sched: fix `for` reference in interface
2023-07-24 08:41:34 +01:00
Joppy Furr 3edc3604e6 snepwatch: Snepwatch release 1.00 2023-07-24 18:11:58 +12:00
Martin Boonk e614bdfb51 kineticscroll - Update to latest E.showScroller implementation 2023-07-23 17:46:35 +02:00
Martin Boonk 2d5f9a5788 kineticscroll - No check needed, remove method must always exist at this point 2023-07-23 17:46:11 +02:00
Martin Boonk 7a7bcd3e09 apploader - Adds button for screenshots 2023-07-23 16:32:27 +02:00
Martin Boonk 65cd0a7418 apploader - Additional option to allow updates regardless of version 2023-07-23 16:32:14 +02:00
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