Commit Graph

16724 Commits (f0028dd8ddf073906a610348a7b63fd52f31ccf9)

Author SHA1 Message Date
Rob Pilling 2ac83661ad recorder: fix WIDGETS check in clkinfo 2023-07-27 18:10:18 +01:00
Erik Andresen 7b7df1741e astrocalc: remove unused variable 2023-07-27 18:35:48 +02:00
Rob Pilling 73218e4180 Regenerate typescript 2023-07-27 17:32:12 +01:00
Erik Andresen cdf3486ab6 astrocalc: Enable widgets 2023-07-27 18:26:56 +02:00
Erik Andresen f2f04ecd11 widshipbell: Bump version as commit 2b6f776 2023-07-27 17:43:06 +02:00
Rob Pilling 2b973e3042 multitimer: ensure onDrag is registered after all E.show calls 2023-07-27 12:29:48 +01:00
Gordon Williams ddc9ac34b1
Merge pull request #2908 from nxdefiant/miclock2
miclock2 maintenance
2023-07-27 09:12:30 +01:00
Gordon Williams 528815d3c5
Merge pull request #2895 from halemmerich/iconlauncher
iconlaunch - Better performance
2023-07-27 09:09:30 +01:00
Erik Andresen 2024f9267c taglaunch: Fix remove handler 2023-07-26 23:58:20 +02:00
Martin Boonk a2d1b9c0fb sensortools - Fix sensortools breaking Bangle.emit with multiple arguments (e.g. "message") 2023-07-26 20:34:34 +02:00
Rob Pilling d5aade8d48 wid_edit: bump version 2023-07-26 07:27:43 +01:00
Rob Pilling 93f21a51e1 opt? 2023-07-26 07:26:56 +01:00
Travis Evans e851d1321e Correct some problems with swipe detection on main clock screen
Increase sensitivity so only a small swipe is needed to switch to the
appropriate screen.

Fix uninitialized variables for calculating swipe length which usually
caused first swipe length to register as NaN.
2023-07-25 16:40:46 -05:00
Erik Andresen 7625421a51 widclkscrl: draw without args 2023-07-25 23:35:32 +02:00
Martin Boonk 53cb6d8126 iconlaunch - Add jit marker to drawItem and drawText 2023-07-25 22:38:55 +02:00
Erik Andresen 9ea1fe4dcf widclkscrl: Draw only in draw method 2023-07-25 22:38:08 +02:00
Martin Boonk 94bb93c19e iconlaunch - Go back to caching icons on demand but keep presorting apps into items 2023-07-25 21:52:56 +02:00
Martin Boonk a9fff20477 iconlaunch - Use objects instead of arrays 2023-07-25 20:43:12 +02:00
Erik Andresen 7d82b39a71 widclkscrl: New widget
A widget that displays the current date & time after unlocking the watch when not showing a fullscreen clock. The information is scrolled by in a two digit field, so this widget is kept tight.
2023-07-25 20:00:26 +02:00
Martin Boonk 7e0dbbf6f0 iconlaunch - Go back to now faster drawImage 2023-07-25 19:55:29 +02:00
Erik Andresen d0551568bb miclock2: first setui, then widgets 2023-07-25 19:32:14 +02:00
Erik Andresen 09cc9f2fd5 miclock2 maintenance
- Register as clock
- Implement fast loading
2023-07-25 16:30:17 +02:00
Gordon Williams 61a3b406af
Merge pull request #2905 from halemmerich/fastload
fastload - Check for changes in setting.json and force real reload if needed
2023-07-25 10:38:51 +01:00
Gordon Williams b9409dd328
Merge pull request #2901 from halemmerich/screenshots
apploader - Adds button for screenshots
2023-07-25 10:38:18 +01:00
Gordon Williams c987ea0056 update 2023-07-25 10:37:54 +01:00
Gordon Williams 49442c83ed
Merge pull request #2902 from halemmerich/alwaysUpdate
apploader - Additional option to allow updates regardless of version
2023-07-25 10:37:06 +01:00
Gordon Williams ea1767868c
Merge pull request #2906 from espruino/dependabot/submodules/core-e9eb979
build(deps): bump core from `92769ac` to `e9eb979`
2023-07-25 10:35:38 +01:00
dependabot[bot] 8de261f687
build(deps): bump core from `92769ac` to `e9eb979`
Bumps [core](https://github.com/espruino/EspruinoAppLoaderCore) from `92769ac` to `e9eb979`.
- [Commits](92769acd60...e9eb97967d)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 00:20:11 +00:00
Martin Boonk 1d577fe59d fastload - Bump version 2023-07-24 22:35:21 +02:00
Martin Boonk e2ba3ca64d fastload - Replace E.CRC32 with Storage.hash 2023-07-24 22:32:01 +02:00
Martin Boonk b63ff956be fastload - Check setting.json and force real load on change 2023-07-24 22:30:51 +02:00
Rob Pilling 9fa0103443 recorder: change record & pause icons 2023-07-24 20:50:48 +01:00
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
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