kirktrekkie
28421a5e87
Added barwatch
2022-11-07 20:06:23 +01:00
thyttan
fceca1a5cc
Update ChangeLog
2022-11-07 18:40:01 +01:00
thyttan
4b2215f3fc
Update metadata.json
2022-11-07 18:38:24 +01:00
thyttan
ac60c9cc11
Move interactions inside setUI
2022-11-07 18:37:49 +01:00
frederic wagner
8009959090
missing file
2022-11-07 14:08:52 +01:00
frederic wagner
10d42bae2e
interface
2022-11-07 14:08:39 +01:00
frederic wagner
769ced85e4
testing interface.html
2022-11-07 14:03:15 +01:00
Gordon Williams
0b5c2a6c52
Merge pull request #2242 from thyttan/calculator
...
[Calculator] Exit by pressing upper left corner of the screen
2022-11-07 10:33:58 +00:00
thyttan
51a6377b71
add one word
2022-11-07 11:20:03 +01:00
Gordon Williams
b09f67620d
Merge branch 'master' of github.com:espruino/BangleApps
2022-11-07 10:13:53 +00:00
Gordon Williams
ba8c1c39cb
Merge pull request #2193 from jt-nti/medical-info
...
New medical info app
2022-11-07 10:11:24 +00:00
thyttan
cd5367977f
Move input handling inside setUI (Bangle2)
2022-11-07 11:04:52 +01:00
Martin Boonk
cc6b296b09
iconlaunch - Remove console log output
2022-11-07 11:02:14 +01:00
Gordon Williams
e804c5ed91
Merge pull request #2239 from halemmerich/widbars
...
widbars - Set battery bar color on load
2022-11-07 09:56:23 +00:00
Gordon Williams
9b5077bbc4
Merge pull request #2237 from halemmerich/bthrm
...
Bthrm - Stability and power use improvements
2022-11-07 09:55:42 +00:00
Gordon Williams
2b9b2feb09
Merge pull request #2217 from bruceblore/pomoplus-rpnsci-stlap-stlapview-bgtimer-random-infoclk-gallery
...
Added bgtimer, gallery, infoclk, pomoplus, random, rpnsci, stlap, stlapview apps
2022-11-07 09:53:48 +00:00
Gordon Williams
159c877410
0.19: Fix regression after back button added (returnToClock was called twice!)
2022-11-07 09:48:28 +00:00
Gordon Williams
8398118425
Merge pull request #2238 from halemmerich/imageclock
...
Imageclock
2022-11-07 09:36:55 +00:00
Gordon Williams
1517e49665
Merge pull request #2231 from hughbarney/master
...
added PrimeTimeLato app
2022-11-07 09:35:11 +00:00
Gordon Williams
5f0e3b18a5
Merge pull request #2240 from halemmerich/wid_edit
...
Widedit
2022-11-07 09:33:05 +00:00
Gordon Williams
4a7a4f609d
Merge pull request #2235 from thyttan/dtlaunch
...
[Desktop Launcher] Fast load to clockface on B2
2022-11-07 08:58:10 +00:00
Gordon Williams
50547fac2d
Merge pull request #2228 from halemmerich/powermanager
...
powermanager - New option to automatically calibrate the battery
2022-11-07 08:54:03 +00:00
Gordon Williams
0e65f02685
Merge pull request #2232 from myxor/agpsdata_v0.04
...
agpsdata: Write AGPS data chunks with delay to improve reliability
2022-11-07 08:51:42 +00:00
Gordon Williams
5d056f655b
Merge pull request #2233 from thyttan/torch
...
[Torch] exit by pressing upper left corner
2022-11-07 08:51:08 +00:00
thyttan
b468ac3498
Merge branch 'espruino:master' into calculator
2022-11-07 00:08:38 +01:00
thyttan
351ce5f891
exit by pressing upper left corner of screen
2022-11-07 00:07:27 +01:00
thyttan
e0073bd17f
remove some delete statements, make BTN1 to clock work
2022-11-06 21:53:41 +01:00
thyttan
ef1cf7ef7b
update timeout to clock per new implementation in Icon Launcher
2022-11-06 21:27:40 +01:00
thyttan
23a0c2fc2f
add to changelog
2022-11-06 20:25:36 +01:00
thyttan
675953ddcd
make timeout to clock work
2022-11-06 20:20:51 +01:00
thyttan
479f0e3d69
comment in settings-b2.js
2022-11-06 19:59:04 +01:00
thyttan
8c427938fd
make the diff readable...
2022-11-06 19:54:50 +01:00
thyttan
a46c76a2ff
timeout to clock copied from Icon Launcher
2022-11-06 19:53:28 +01:00
Martin Boonk
0c75133350
wid_edit - Bump version
2022-11-06 19:45:32 +01:00
Martin Boonk
fa35629f45
wid_edit - Allow setting all areas
2022-11-06 19:45:32 +01:00
Martin Boonk
53661fd11c
wid_edit - Adds back functions as option
2022-11-06 19:24:28 +01:00
Martin Boonk
9f17ea5c98
wid_edit - Access global variables explicitly
2022-11-06 19:24:28 +01:00
thyttan
84837228f9
fixfixfix
2022-11-06 19:21:22 +01:00
Martin Boonk
4256754178
bthrm - Bump version
2022-11-06 19:08:56 +01:00
thyttan
5e2819bedc
new try at fix
2022-11-06 19:07:01 +01:00
thyttan
eca777c8ec
fix
2022-11-06 19:03:51 +01:00
thyttan
02b5f3be58
remove watcher for BTN1
2022-11-06 18:59:16 +01:00
Martin Boonk
fdcbbefd6c
bthrm - Unset timout variable
2022-11-06 18:55:06 +01:00
Martin Boonk
0a22df94b2
bthrm - Use increasing timeouts if device not found
2022-11-06 18:55:06 +01:00
James Taylor
5fa96ee5f7
New medical info app
...
Initial implementation to enable custom text in the medical alert widget
Possible future updates could include better editing UI instead of
raw json, more information eg. medications, ability to set info
from other apps, etc.
Signed-off-by: James Taylor <jt-git@nti.me.uk>
2022-11-06 17:09:19 +00:00
thyttan
e20a47bf35
some tweaks
2022-11-06 16:20:42 +01:00
Martin Boonk
0a1226ad1e
bthrm - Optionally use bonding for BLE sensor
2022-11-06 15:52:45 +01:00
Martin Boonk
0f9a117149
bthrm - Always use a grace period to force some steps into next idle period
2022-11-06 15:52:45 +01:00
Martin Boonk
9d71928ba1
bthrm - Prevent mixing of internal and external HRM events
2022-11-06 15:52:45 +01:00
thyttan
ffd85de635
Fast load to clockface on B2
2022-11-06 15:15:42 +01:00
Martin Boonk
d3286bab65
iconlaunch - Bump version
2022-11-06 14:27:55 +01:00
Martin Boonk
81632cda7e
iconlaunch - Cleanup and reset timeout as needed
2022-11-06 14:27:38 +01:00
Martin Boonk
3462b36f9c
wid_edit - Wrap loadWidgets instead of replacing it
2022-11-06 13:20:26 +01:00
Martin Boonk
f5d3bb0a52
imageclock - Bump version
2022-11-06 13:11:52 +01:00
Martin Boonk
111a7b8066
imageclock - Add UI when first draw is complete
2022-11-06 13:10:44 +01:00
Bruce Blore
90a259ce65
Replaced stolen icons
2022-11-06 02:08:09 -08:00
wagnerf42
5cab67f226
Merge branch 'espruino:master' into master
2022-11-06 10:45:34 +01:00
frederic wagner
a73c38794a
removing gpconv
2022-11-06 10:42:20 +01:00
frederic wagner
c98f6a9c71
more readme
2022-11-06 10:33:53 +01:00
frederic wagner
1d258b50c4
trying local links
2022-11-06 10:22:53 +01:00
frederic wagner
0c6330d0aa
doc fix
2022-11-06 10:18:33 +01:00
frederic wagner
5859102109
documentation
2022-11-06 10:08:47 +01:00
frederic wagner
88ebd14fbd
vec to string ?
2022-11-06 08:03:08 +01:00
frederic wagner
d8ca24c817
Revert "testing strings instead of vec<u8>"
...
This reverts commit 8dcc587c45
.
2022-11-06 07:56:54 +01:00
frederic wagner
8dcc587c45
testing strings instead of vec<u8>
2022-11-06 07:52:47 +01:00
frederic wagner
37f5121ab2
minor change
2022-11-06 07:39:12 +01:00
frederic wagner
2a480bda69
metadata
2022-11-06 07:24:46 +01:00
frederic wagner
7c4a53b01b
adding missing files
2022-11-06 07:17:06 +01:00
frederic wagner
4ac9560967
icon
2022-11-06 06:38:28 +01:00
frederic wagner
e2d6e35479
typo
2022-11-06 06:12:27 +01:00
frederic wagner
17b649560d
uploader
2022-11-06 06:03:08 +01:00
Bruce Blore
2216f3fb19
Renamed bgtimer to keytimer
2022-11-05 21:07:09 -07:00
frederic wagner
316edcb369
getting ready for wasm
2022-11-06 05:04:59 +01:00
Martin Boonk
a06f8d28a6
widbars - Set battery bar color on load
2022-11-06 01:45:53 +01:00
Martin Boonk
97ce6bab9e
imageclock - Fix color setting in promises
2022-11-06 01:09:07 +01:00
thyttan
218cfd9c08
Update app.js
2022-11-06 01:01:33 +01:00
Martin Boonk
0d0acfe075
imageclock - Change from drag to swipe event for widgets
2022-11-06 00:59:19 +01:00
Martin Boonk
94df58412b
imageclock - Cache searches for numerical images
2022-11-06 00:59:19 +01:00
Martin Boonk
866155bbd0
imageclock - Directly set cached resource
2022-11-06 00:59:19 +01:00
Martin Boonk
ad88625b8c
imageclock - Use widget_utils module
2022-11-06 00:59:19 +01:00
thyttan
b4b3775b23
exit by pressing upper left corner
2022-11-06 00:48:38 +01:00
Marco H
80ed8c9192
Write AGPS data chunks with delay to improve reliability
2022-11-05 20:39:51 +01:00
Hugh Barney
c54dde90ea
added option to buzz on prime, with settings
2022-11-05 17:52:29 +00:00
frederic wagner
db85f1ccdd
bugfix in avg speed
2022-11-05 17:17:49 +01:00
Hugh Barney
453895c134
added option to buzz on prime, with settings
2022-11-05 15:52:38 +00:00
Hugh Barney
409cba80b9
added option to buzz on prime, with settings
2022-11-05 15:20:31 +00:00
Hugh Barney
dbc325748d
added option to buzz on prime, with settings
2022-11-05 15:10:04 +00:00
hugh
6687986dab
added option to buzz on prime, with settings
2022-11-05 15:07:04 +00:00
frederic wagner
ac8a3c35f6
better avg speed
2022-11-05 14:16:07 +01:00
Martin Boonk
bf135ba54c
powermanager - Remove print
2022-11-05 10:06:04 +01:00
Martin Boonk
a79b130e88
powermanager - New option to automatically calibrate the battery
2022-11-05 10:02:03 +01:00
hugh
91f0564c0d
Added PrimeTimeLato app
2022-11-05 00:45:13 +00:00
hugh
ee3eb95bc3
Added PrimeTimeLato app
2022-11-05 00:33:00 +00:00
hugh
02a931f5fd
Added PrimeTimeLato app
2022-11-05 00:27:49 +00:00
Gordon Williams
5c110a89fb
tweak screenshot sizes
2022-11-04 15:52:32 +00:00
Gordon Williams
6fac33f8f3
Merge pull request #2211 from jukioo/master
...
Rinkulainen, Poikkipuinen and Henkinen!
2022-11-04 15:45:33 +00:00
jukioo
099277673a
Create ChangeLog
2022-11-04 17:40:28 +02:00
jukioo
60885e43b1
Create ChangeLog
2022-11-04 17:39:55 +02:00
Gordon Williams
0b9e511173
Merge pull request #2227 from Rarder44/new_master
...
[Rebble] implemented widget_utils
2022-11-04 15:30:54 +00:00
Rarder44
adc59dcc16
changed the launch.json file name in iconlaunch.json ( launch.cache.json -> iconlaunch.cache.json)
...
used Object.assing for the settings
fix cache not deleted when "showClocks" options is changed
added timeOut to return to the clock
2022-11-04 15:57:14 +01:00
Gordon Williams
45eb06fbd1
swiper 0.04: Update to work with new 'fast switch' clock->launcher functionality
2022-11-04 14:10:18 +00:00
Gordon Williams
73cbbb21df
launcher 0.18: Add 'back' icon in top-left to go back to clock
2022-11-04 14:10:03 +00:00
Rarder44
ba028e1f58
implemented widget_utils
2022-11-04 15:06:10 +01:00
Gordon Williams
1b1f1d776b
settings 0.54: If setting.json is corrupt, ensure it gets re-written
2022-11-04 10:07:53 +00:00
Gordon Williams
e03c8c842f
Merge pull request #2216 from myxor/slopeclockpp
...
Slope Clock ++
2022-11-04 09:14:26 +00:00
Gordon Williams
398877c9f3
Merge pull request #2221 from siatwe/master
...
Enton clock based on Anton clock
2022-11-04 08:28:22 +00:00
Gordon Williams
a586122b3e
Merge pull request #2222 from halemmerich/gpstrek
...
gpstrek - Improve target markers in compass
2022-11-04 08:15:21 +00:00
Martin Boonk
b13eecee0a
gpstrek - Correctly return to menu if selecting no in background menu
2022-11-04 08:26:46 +01:00
Martin Boonk
0e8b3a3397
gpstrek - Bump version
2022-11-04 08:26:46 +01:00
Martin Boonk
0bbec4ebfb
gpstrek - Show flag instead of circle for target
2022-11-04 08:26:46 +01:00
Martin Boonk
2becffbdf7
gpstrek - Show target marker for waypoints
2022-11-04 08:26:46 +01:00
Martin Boonk
c382bef7d9
gpstrek - Remove obsolete compass heading workaround
2022-11-04 08:26:46 +01:00
thyttan
6d63552f46
Change to swipe events from drag
2022-11-03 19:15:28 +01:00
thyttan
e57543bd48
Update app.js
2022-11-03 18:53:32 +01:00
Simon Weis
1a2c2c552a
Fix entonclk id
2022-11-03 17:51:49 +00:00
Simon Weis
ba543b53d9
Create Enton clock based on Anton clock
2022-11-03 17:40:39 +00:00
thyttan
1b73fadcb8
Update metadata.json
2022-11-03 18:09:32 +01:00
thyttan
71d59896b1
Update ChangeLog
2022-11-03 18:09:14 +01:00
thyttan
5dbf7205b0
Exit with short press of BTN1
2022-11-03 18:08:16 +01:00
Gordon Williams
5374b1af30
Merge pull request #2218 from halemmerich/gpstrek
...
Gpstrek - Fix waypoint menu always selecting the last waypoint
2022-11-03 14:22:46 +00:00
Gordon Williams
a87494aefb
Merge pull request #2215 from nxdefiant/master
...
waypointer
2022-11-03 14:20:25 +00:00
Martin Boonk
faf6786265
gpstrek - Bump version
2022-11-02 23:16:55 +01:00
Martin Boonk
10cb5c00dc
gpstrek - Remove listeners before adding to prevent adding multiple
2022-11-02 23:11:30 +01:00
Martin Boonk
dd5db31f1e
gpstrek - Refactoring
2022-11-02 22:50:00 +01:00
Martin Boonk
d028b61dd7
gpstrek - Fix waypoint menu always selecting last waypoint
2022-11-02 22:23:37 +01:00
Bruce Blore
5e525f081f
Added bgtimer, gallery, infoclk, pomoplus, random, rpnsci, stlap, stlapview
...
bgtimer: A timer that runs in the background and can be set with a keypad
gallery: An app to present a list of images in a menu and allow the user to pick from them
infoclk: A clock face that displays more information and some app shortcuts when unlocked
pomoplus: A configurable pomodoro timer that runs in the background
random: Random number generator
rpnsci: Scientific calculator using reverse polish notation
stlap: A stopwatch with lap timer that runs in the background
stlapview: An optional app that displays data collected by stlap
2022-11-02 12:06:17 -07:00
Marco H
92d540a602
Initial version of Slope Clock ++
2022-11-02 19:42:50 +01:00
Erik Andresen
ee5342ec0c
waypointer
...
Add settings file with the option to disable the slow direction updates
2022-11-02 19:05:45 +01:00
Gordon Williams
219fe891af
Minor tweak - avoid flicker when date is rendered again after minutes slides off
2022-11-02 16:37:40 +00:00
jukioo
e7bf14b240
Create README.md
2022-11-02 13:06:21 +02:00
jukioo
a337126324
Create app-icon.js
2022-11-02 13:05:35 +02:00
jukioo
4a60719456
Add app.png
2022-11-02 13:04:59 +02:00
jukioo
a01d91891d
Add screenshot
2022-11-02 13:02:00 +02:00
jukioo
eec2d5bea9
Create metadata.json
2022-11-02 13:01:05 +02:00
jukioo
6b5e904e82
Create app.js
2022-11-02 12:59:37 +02:00
jukioo
1a33dff88a
Merge branch 'espruino:master' into master
2022-11-02 12:38:46 +02:00
Gordon Williams
ee1675d5f0
Merge branch 'master' of github.com:espruino/BangleApps
2022-11-02 08:26:08 +00:00
Gordon Williams
a989ae3088
0.52: Ensure heading patch for pre-2v15.68 firmware applies to getCompass
2022-11-02 08:23:32 +00:00
Gordon Williams
21ce2eda4a
Merge pull request #2214 from halemmerich/master
...
iconlaunch - Remove no longer needed fastload option
2022-11-01 16:12:33 +00:00
Gordon Williams
2fe7dc2c85
Added 'slope clock'
2022-11-01 16:11:51 +00:00
Martin Boonk
de55589e1f
iconlaunch - Remove no longer needed fastload option
2022-11-01 16:15:47 +01:00
Gordon Williams
779b16b671
Fix for issue where launcher would fast-load back to clock even if the clock didn't have widgets
2022-11-01 14:21:27 +00:00
jukioo
50de14f1dc
Update metadata.json
2022-11-01 12:44:14 +02:00
jukioo
1526cef140
Create README.md
2022-11-01 12:40:50 +02:00
jukioo
b428cad98c
Add screenshot
2022-11-01 12:39:27 +02:00
jukioo
55369b314e
Create metadata.json
2022-11-01 12:38:20 +02:00
jukioo
5e26fb360b
Create app-icon.js
2022-11-01 12:36:44 +02:00
jukioo
fdb96afb3d
Add app.png
2022-11-01 12:35:54 +02:00
jukioo
75bb05776e
Merge branch 'espruino:master' into master
2022-11-01 12:32:16 +02:00
jukioo
b5611ead78
Create app.js
2022-11-01 12:31:56 +02:00
Gordon Williams
18510d4583
Merge branch 'master' of github.com:espruino/BangleApps
2022-11-01 10:20:31 +00:00
Gordon Williams
dd9dcc1bb5
Finally fixing Bangle.js compass `heading`. Firmware 2v15.68 fixes it, but the bootloader now adds a patch on earlier firmwares. All apps using compass now updated to remove their individual fixes.
2022-11-01 10:16:28 +00:00
Gordon Williams
073009a1d2
Merge pull request #2213 from nxdefiant/master
...
sleepphasealarm
2022-11-01 10:01:14 +00:00
Gordon Williams
72e1086541
Remove old nodeconf apps that don't make sense any more
2022-11-01 09:54:48 +00:00
Gordon Williams
64776ae383
remove BEEPSET workaround - from 3 year old firmware
2022-11-01 09:28:29 +00:00
Erik Andresen
42069a6e4e
sleepphasealarm
...
Fix: Do not wake when falling asleep
2022-11-01 06:56:09 +01:00
jukioo
beb8f52eb9
Create ChangeLog
2022-10-31 17:41:07 +02:00
jukioo
4d8a6e43f1
Create ChangeLog
2022-10-31 17:40:45 +02:00
jukioo
cf5b6ab14f
Create ChangeLog
2022-10-31 17:40:08 +02:00
jukioo
f56806cbd1
Updated hour line
...
Made hour line move by 15-minutes to make it easier to read + other tiny visual modifications
2022-10-31 17:08:00 +02:00
jukioo
6518dbedfa
Wrong app name in the comments
2022-10-31 16:53:11 +02:00
jukioo
2fa6456bb4
Fixed positioning
2022-10-31 16:41:51 +02:00
jukioo
b91a08a420
Updated screenshot
2022-10-31 16:38:22 +02:00
jukioo
13d205d6f3
Added weekdays and hour line moving by minutes
...
Also made the watch face a tiny bit wider
2022-10-31 16:37:47 +02:00
jukioo
c5fef0a118
Merge branch 'espruino:master' into master
2022-10-31 16:14:40 +02:00
Gordon Williams
481d1deda8
Merge pull request #2209 from halemmerich/iconlaunch
...
Iconlaunch - Back to slow loading apps
2022-10-31 11:36:13 +00:00
Gordon Williams
2110fc0b34
Merge pull request #2208 from halemmerich/performance
...
Boot time tweaks
2022-10-31 10:21:53 +00:00
Martin Boonk
0dac97fc9b
gpstrek - Better readme for the compass display
2022-10-30 18:42:33 +01:00
Martin Boonk
8a7953d55d
gpstrek - Bump version
2022-10-30 18:35:02 +01:00
Martin Boonk
a302832921
gpstrek - Correct heading from compass
2022-10-30 18:33:02 +01:00
Martin Boonk
f9898cd7fe
gpstrek - Change slices in settings to more descriptive "Info rows"
2022-10-30 18:31:31 +01:00
Martin Boonk
7ebdc92717
quicklaunch - Fix inverted up/down swipes
2022-10-30 18:18:38 +01:00
Martin Boonk
b27b35dba4
iconlaunch - Update readme
2022-10-30 17:58:38 +01:00
Martin Boonk
20ac182c48
iconlaunch - Bump version
2022-10-30 17:48:48 +01:00
Martin Boonk
157d8aef80
iconlaunch - Only use fastload for switch to clock
2022-10-30 17:48:48 +01:00
Martin Boonk
c195c85b2c
Bump versions
2022-10-30 16:47:56 +01:00
Martin Boonk
f37c8b3167
bthrm - Move code into lib to boot faster if disabled
2022-10-30 16:41:28 +01:00
Martin Boonk
0d145328a0
owmweather - Schedule the first update for 5s after boot
2022-10-30 16:41:28 +01:00
Martin Boonk
6b5176c086
owmweather - Do not wrap in function
2022-10-30 16:41:28 +01:00
Martin Boonk
6b03375a97
quicklaunch - Only check configured apps on use
2022-10-30 16:41:28 +01:00
Martin Boonk
54101956bf
sensortools - Move code into lib for faster boot if disabled
2022-10-30 16:41:28 +01:00
Martin Boonk
70204b6c27
sensortools - Fix scoping
2022-10-30 16:41:28 +01:00
Gordon Williams
ad3c9f8f0c
Move the updated Anton Clock to 'Anton Clock Plus' and revert to the default Anton Clock being super minimal.
...
This provides an easy starting point for new users but is also almost 2x faster, making the watch feel far faster for new users and making the battery last longer
2022-10-28 14:48:39 +01:00
Gordon Williams
ac6f7b1521
widclk/close/etc - allow turning on/off when quick-switching apps
...
f6b38b3443 (r88164680)
2022-10-28 12:21:27 +01:00
Gordon Williams
a42b79a7c7
Merge pull request #2203 from halemmerich/quicklaunch
...
Quicklaunch - Improve performance
2022-10-28 08:58:35 +01:00
Gordon Williams
4aba0ae4a5
Merge pull request #2204 from nxdefiant/barometer
...
barometer
2022-10-28 08:44:31 +01:00
Martin Boonk
6f8bff5669
quicklaunch - Actually store the hash in settings file
2022-10-28 08:16:42 +02:00
Erik Andresen
b095eb74cd
barometer
...
- update every second
- go back with short button press
2022-10-27 21:09:43 +02:00
Martin Boonk
4e187004a8
quicklaunch - Bump version
2022-10-27 18:10:18 +02:00
Martin Boonk
9b6374fae5
quicklaunch - Only scan for missing apps on changes
2022-10-27 18:10:18 +02:00
Gordon Williams
9ef95aed68
use relative path
2022-10-27 09:35:11 +01:00
Gordon Williams
deb628651e
Merge pull request #2199 from rigrig/widmsggrid-readme
...
widmsggrid: improve README (installation: disable default widget)
2022-10-27 09:34:28 +01:00
Gordon Williams
4325c53d12
Merge pull request #2201 from fapeg/master
...
Grocery Augmented app with Handwriting OCR
2022-10-27 09:34:04 +01:00
Marco H
6511031ba1
Fix const error
...
Use widget_utils if available
2022-10-27 09:26:07 +02:00
fapeg
79652d75dc
Update groceryaug.html
2022-10-27 01:56:55 +02:00
fapeg
a2c7dd433b
Update groceryaug.html
2022-10-27 01:49:56 +02:00
fapeg
8c9558f2bd
Update groceryaug.html
2022-10-27 01:48:27 +02:00
fapeg
6f7af1c3d8
Update groceryaug.html
2022-10-27 01:45:00 +02:00
fapeg
a0f4885494
Update groceryaug.html
2022-10-27 01:39:05 +02:00
fapeg
646aa30bf1
Update groceryaug.html
2022-10-27 01:35:42 +02:00