Commit Graph

6012 Commits (158e59c5bf7b53df637c390c14b9e134c498c2ea)

Author SHA1 Message Date
Johannes Schneider e908a542ea shortened German date string (fixing issue #1028) 2021-12-08 13:07:50 +01:00
Gordon Williams 392038be8a
Merge pull request #1029 from myxor/weather-widget-hide
Weather: Allow hiding the widget
2021-12-08 11:09:55 +00:00
Gordon Williams 592b5aac4a
Merge pull request #1021 from lunctis-viribus/master
Update locales.js with en_NL and weatherClock
2021-12-08 11:08:52 +00:00
lunctis-viribus 1e733d4378
Update app.js
Layout tweak. Make number of spaces dependent on length of locale speedUnits variable.
2021-12-08 12:08:41 +01:00
lunctis-viribus f1bacffca6
Update apps.json
Typo fix
2021-12-08 11:42:58 +01:00
lunctis-viribus bfec01ca2b
Update ChangeLog
Add extra spaces for better layout, especially when locale for speedUnits is 'km/h' there was a text overlap.
2021-12-08 11:40:29 +01:00
lunctis-viribus c45393cce1
Update apps.json
Weather Clock v0.02 -> v0.03
2021-12-08 11:37:34 +01:00
lunctis-viribus ed36d800b1
Update locales.js
kmh -> km/h for en_NL. km/h works fine with new WeatherClock v0.03
2021-12-08 11:36:28 +01:00
Marco H 1c9b949e39
Merge branch 'espruino:master' into weather-widget-hide 2021-12-08 11:34:28 +01:00
Marco H ef51f755ef
Update apps.json
Update weather version in apps.json
2021-12-08 11:34:00 +01:00
Marco H 0ef58851bc
Update ChangeLog
Update changelog
2021-12-08 11:33:17 +01:00
Marco H b017a3e91b
Update widget.js
* Fix loading of settings
* Do not draw widget if `hide` is true
2021-12-08 11:30:21 +01:00
Gordon Williams aa94abe3be tweaks to allow lint to pass after #1019 2021-12-08 10:13:42 +00:00
Gordon Williams 72aa32f9fc
Merge pull request #1022 from halemmerich/master
Integer scaling and additional configuration options for the Custom QR Code app
2021-12-08 09:58:48 +00:00
Gordon Williams fcf31f2f4c
Merge pull request #1026 from jeroenpeters1986/master
Fix for iOS: messages app should not pop up with old messages #968
2021-12-08 09:54:01 +00:00
Gordon Williams 7cee2195e9
Merge pull request #1025 from hughbarney/master
README file updates to gpsrec and gpstouch, added screenshot to gpsrec
2021-12-08 09:39:33 +00:00
Marco H b6b7aa8a46
Update widget.js
* Load settings on reload of widget
* Do not draw widget when `hide` is set
2021-12-08 10:37:02 +01:00
Marco H 8bcedfa552
Update readme.md
Add settings to README
2021-12-08 10:27:14 +01:00
Marco H 92d3164029
Update widget.js
Load settings from file and obey 'hide' setting
2021-12-08 10:23:48 +01:00
Gordon Williams 9c27700b45
Merge pull request #1019 from enricorov/master
app: Scribble
2021-12-08 09:23:05 +00:00
Marco H ccd1cd1f3c
Update settings.js
New setting: Hide Widget
2021-12-08 10:19:58 +01:00
Martin Boonk 1d2f3c049d Bump version 2021-12-08 08:30:06 +01:00
Jeroen Peters 94d5447122 Merge branch 'espruino-master' 2021-12-08 02:40:05 +01:00
Jeroen Peters c9c91871e0 Merge branch 'master' of https://github.com/espruino/BangleApps into espruino-master
# Conflicts:
#	apps/messages/ChangeLog
#	apps/messages/lib.js
2021-12-08 02:39:24 +01:00
Jeroen Peters f61d5c8d57 Fix #968: messages app should not pop up with old messages 2021-12-08 02:22:06 +01:00
Jeroen Peters cf604588bf Fix #968: messages app should not pop up with old messages 2021-12-08 02:06:15 +01:00
Jeroen Peters 456c4f4019 Fix #968: messages app should not pop up with old messages 2021-12-08 02:05:35 +01:00
Jeroen Peters f1cb286daf revert 2021-12-08 01:45:29 +01:00
Jeroen Peters 261a680e6c try to use ancsGetAppInfo 2021-12-08 01:40:39 +01:00
hughbarney 50c34f2f5c updated gpsrec and gpstouch README files, added screenshot to gpsrec 2021-12-07 23:27:48 +00:00
hughbarney 59e36009d6 updated gpsrec and gpstouch README files, added screenshot to gpsrec 2021-12-07 23:14:29 +00:00
Jeroen Peters e93615e3d3 We check lowercase strings, so also lowercase checks :-) 2021-12-07 23:19:12 +01:00
Martin Boonk d28bbdd286 Move the additional options group down to make the qr visible 2021-12-07 23:13:09 +01:00
Martin Boonk e97c3041d8 Adds option to prevent integer scaling 2021-12-07 23:12:35 +01:00
Martin Boonk 8c313c446e Update changelog 2021-12-07 23:01:19 +01:00
Martin Boonk 59a4fda701 Adds some primitive error handling 2021-12-07 23:01:19 +01:00
Martin Boonk 9a5d01899b Adds configuration for error correction level 2021-12-07 22:59:03 +01:00
Martin Boonk f245ac3d5b Allow configuration of backlight for runtime of QR app 2021-12-07 22:55:21 +01:00
Martin Boonk 1bcc8b205f Repurposes URL field for generic text entry 2021-12-07 22:55:21 +01:00
Martin Boonk 8cc770a69e Only use integer scaling for clearer QR codes 2021-12-07 22:55:21 +01:00
Martin Boonk fd8c1c237f Allow hiding the description 2021-12-07 22:55:21 +01:00
Martin Boonk 57e25085dc Fix redundant parenthesis 2021-12-07 22:55:21 +01:00
lunctis-viribus b96ec91453
Update app.js
Add extra space to day of week
2021-12-07 21:24:25 +01:00
lunctis-viribus 4f53c59e0d
Update locales.js 2021-12-07 21:06:41 +01:00
lunctis-viribus 0a89c1f878
Update ChangeLog 2021-12-07 21:00:59 +01:00
lunctis-viribus 63dee9203a
Update apps.json
Extra space for layout fix
2021-12-07 21:00:18 +01:00
lunctis-viribus c94c5860ac
Update locales.js
Test
2021-12-07 20:40:28 +01:00
lunctis-viribus 2cb77e8f89
Update app.js
Extra space to fix wind speed layout
2021-12-07 20:37:50 +01:00
lunctis-viribus e0136ca4b7
Update app.js 2021-12-07 20:25:15 +01:00
Jeroen Peters 478a6a6eda ios 0.05: Added more bundleId's 2021-12-07 20:23:15 +01:00