Gordon Williams
56b71683b2
Merge pull request #2921 from nxdefiant/astrocalc
...
astrocalc: Enable widgets
2023-07-31 11:06:11 +01:00
Gordon Williams
e8157f4c2f
Merge pull request #2920 from bobrippling/wid-edit-opt
...
widedit optimisation
2023-07-31 11:05:51 +01:00
Gordon Williams
5a2b383449
Merge pull request #2918 from nxdefiant/widshipbell
...
widshipbell: Bump version as commit 2b6f776
2023-07-31 11:05:24 +01:00
Gordon Williams
03b0d4a3e3
Merge pull request #2917 from bobrippling/multitimer-ui
...
multitimer: ensure onDrag is registered after all E.showXYZ calls
2023-07-31 11:04:08 +01:00
Gordon Williams
d0579f6689
fix test warning
2023-07-31 10:49:54 +01:00
Gordon Williams
f384aa244c
0.62: Fix whitelist showing as 'on' by default when it's not after 0.59
2023-07-31 10:49:04 +01:00
Gordon Williams
7ba94c100d
Merge pull request #2916 from ssievert42/fastload
...
fastload: fix caching
2023-07-31 08:58:59 +01:00
Gordon Williams
edf45dffaf
Merge pull request #2909 from ticalc-travis/timerclk-fix-touch
...
timerclk: Improve swipe responsiveness on main clock screen
2023-07-31 08:58:51 +01:00
Gordon Williams
b6fe8927bd
Merge pull request #2914 from nxdefiant/taglaunch
...
taglaunch: Fix remove handler
2023-07-31 08:50:06 +01:00
Gordon Williams
74608cf5eb
Merge pull request #2911 from halemmerich/sensortools
...
sensortools - Fix sensortools breaking Bangle.emit with multiple arguments (e.g. "message")
2023-07-31 08:48:48 +01:00
Simon Sievert
97fa54c2d6
fastload: fix caching
...
broken since e2ba3ca64 (fastload - Replace E.CRC32 with Storage.hash, 2023-07-24)
Storage.hash() expects a regex (or apparently the name as a string) to match files that should be hashed, but was called with the contents of the file
2023-07-28 09:55:51 +02:00
Erik Andresen
f96988a53e
taglaunch: move icons to functions
2023-07-28 08:19:28 +02:00
Erik Andresen
c64b8d2fa6
taglaunch: Fix lockhandler
2023-07-28 08:00:22 +02:00
Erik Andresen
7b7df1741e
astrocalc: remove unused variable
2023-07-27 18:35:48 +02: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
Martin Boonk
53cb6d8126
iconlaunch - Add jit marker to drawItem and drawText
2023-07-25 22:38:55 +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
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
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
Martin Boonk
907cea89d8
fastload - Formatting
2023-07-24 20:33:29 +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
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
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