Jason Dekarske
0c55638f20
add hole distance
2022-04-07 13:30:07 -07:00
Jason Dekarske
deb8cda26c
not needed
2022-04-07 13:29:54 -07:00
Jason Dekarske
3273ebfa15
dealt with fairways in relations
2022-04-07 13:20:56 -07:00
Jason Dekarske
3ac987c1e2
use more efficient overpass query
2022-04-07 12:56:53 -07:00
storm64
2c729af68c
sched: Fix `getTimeToAlarm` for timers
...
Only set `last` for alarms to prevent a wrong output of `getTimeToAlarm` for a timer already used at same day.
2022-04-07 19:47:45 +02:00
Stiralbios
e9f3a0ff3a
Refactor, untested
2022-04-07 19:19:42 +02:00
Stiralbios
919175671d
Try to preserve stepsArray
2022-04-07 18:31:11 +02:00
Stiralbios
269b573209
launch the right app for the alert and try to preserve stepsArray
2022-04-07 18:29:12 +02:00
Stiralbios
47f9e581a3
bug fixes
2022-04-07 18:21:43 +02:00
Stiralbios
513d2f7002
Try a new structure to avoid bugs
2022-04-07 18:16:51 +02:00
Gordon Williams
0dcc0ec789
Merge branch 'master' of github.com:espruino/BangleApps
2022-04-07 17:02:38 +01:00
Gordon Williams
aa437d0d53
minor tweak
2022-04-07 17:02:34 +01:00
Gordon Williams
56ffbe897c
Merge pull request #1663 from storm64/master
...
lightswitch: masking (espruino/Espruino#2151 ) + oversize
2022-04-07 16:48:42 +01:00
Gordon Williams
52c548423e
Merge pull request #1665 from zerodogg/nbDateOrder
...
locales: Fixed day order for no_NB
2022-04-07 16:44:47 +01:00
Gordon Williams
d20a53a9ff
Merge pull request #1668 from storm64/mylocation
...
mylocation: Fix selecting Frankfurt not saved
2022-04-07 16:40:25 +01:00
Gordon Williams
72efc0a3b7
Merge branch 'master' into nbDateOrder
2022-04-07 16:40:02 +01:00
Gordon Williams
1e7d051912
Merge pull request #1664 from storm64/messages
...
massages: Add option to disable icon flashing
2022-04-07 16:37:56 +01:00
Gordon Williams
6475e5004c
Merge pull request #1662 from berkenbu/master
...
Rework word lookup algorithm to use bisection, get rid of index file.
2022-04-07 16:35:04 +01:00
Gordon Williams
57758aa938
Make uploads more resilient - report errors for broken custom app uploads
2022-04-07 16:34:19 +01:00
Stiralbios
0fee4bd8c4
try to fix the issue with the watchface drawing over the Activity Reminder
2022-04-07 17:30:55 +02:00
Gordon Williams
e9e92cc95b
merge in https://github.com/espruino/EspruinoAppLoaderCore/pull/11 in such a way that we can use it from apps/locales as well (to avoid some duplication!)
...
more characters added to list that need remapping
2022-04-07 16:08:39 +01:00
Gordon Williams
895e7ffd59
rename locale as mentioned in https://github.com/espruino/BangleApps/pull/1666
2022-04-07 15:53:39 +01:00
Gordon Williams
00c37d58dd
Merge pull request #1666 from zerodogg/nnLocale
...
Added Norwegian Nynorsk translation
2022-04-07 15:51:56 +01:00
Gordon Williams
1dd232ffce
alarm fixes ( fix #1667 )
2022-04-07 15:47:01 +01:00
Gordon Williams
2c36071a37
alarm 0.18: Cope with >1 identical alarm at once ( #1667 )
2022-04-07 14:21:36 +01:00
Stiralbios
efe25635dc
Change the logo color slightly to be less visually agressive
2022-04-07 15:06:24 +02:00
Stiralbios
9164e6a55a
changing Activity Reminder icon color
2022-04-07 14:56:27 +02:00
Stiralbios
8862a9c279
Add the app.js file for Activity Reminder app
2022-04-07 14:40:48 +02:00
Stiralbios
b4ea88281e
fix Activity Reminder icon size
2022-04-07 14:24:16 +02:00
Stiralbios
172654594a
close the open parenthesis for on the app-icon of Activity Reminder
2022-04-07 14:20:49 +02:00
Stiralbios
84318bd7bc
Hopefully fix the broken build because of no icon
2022-04-07 14:13:44 +02:00
Stiralbios
68cc3d6ada
Change icon to try to understand what cause the issue
2022-04-07 14:09:45 +02:00
Stiralbios
44df89561f
change app-icon for Activity Reminder
2022-04-07 14:03:58 +02:00
Stiralbios
28c2298d8b
add the icon for Activity Reminder
2022-04-07 13:56:47 +02:00
storm64
d2f2d712a2
mylocation: Fix selecting Frankfurt not saved
...
Corrected check for selected location = "???".
2022-04-07 13:01:47 +02:00
Eskild Hustvedt
dd31ebbc59
locales/fuzzyw: Added Norwegian Nynorsk translation
2022-04-07 10:48:57 +02:00
Eskild Hustvedt
2816c46be5
locales: Fixed day order for no_NB
2022-04-07 09:41:48 +02:00
storm64
1d23c4f2e4
massages: Add option to disable icon flashing
...
Update ChangeLog, metadata.json, README.md and settigns.js:
- Add option to toggle icon flashing.
Update widget.js:
- Add option to toggle icon flashing.
- Correct clearRect y2 value.
- Moved icon 1px up to be more centered.
2022-04-07 01:30:39 +02:00
storm64
1c93c4bd01
Revert "massages: Add option to disable icon flashing"
...
This reverts commit 80d35e4e33
.
2022-04-07 01:28:15 +02:00
storm64
80d35e4e33
massages: Add option to disable icon flashing
...
Update ChangeLog, metadata.json, README.md and settigns.js:
- Add option to toggle icon flashing.
Update widget.js:
- Add option to toggle icon flashing.
- Correct clearRect y2 value.
- Moved icon 1px up to be more centered.
2022-04-07 01:22:52 +02:00
storm64
2d291b4d70
Merge branch 'master' of https://github.com/storm64/BangleApps
2022-04-06 23:40:54 +02:00
storm64
6c6f9c01c7
lightswitch: Correct default touchOn
...
Change settings.js and widget.js:
- Correct default value of touchOn according to value in README.md
2022-04-06 23:40:50 +02:00
marko
e0ce752013
Restore accidentally deleted file.
2022-04-06 17:37:18 -04:00
marko
f7b2ece533
Reword word lookup algorith to use bisection, get rid of index file.
2022-04-06 17:30:12 -04:00
storm64
d34375ffb2
Merge branch 'espruino:master' into master
2022-04-06 20:30:03 +00:00
storm64
a2002c4841
lightswitch: masking ( espruino/Espruino#2151 ) + oversize
...
Update ChangeLog and metadata.json
Update README.md and settings.json
- add oversize setting + description
Update settings.js
- add oversize setting
Update widget.js
- add oversize setting
- add masking touch and drag input by adding own event listeners first and messing up the handler on a widget related event, using espruino/Espruino#2151
2022-04-06 22:29:13 +02:00
Gordon Williams
3c28c0c9c9
readme
2022-04-06 19:45:27 +01:00
Gordon Williams
dfd5461fd9
https://github.com/espruino/BangleApps/pull/1661#issuecomment-1090413428
2022-04-06 16:37:26 +01:00
Gordon Williams
37d2ca48e8
Merge pull request #1661 from peerdavid/master
...
New and updated apps using the new "sched" library
2022-04-06 16:36:23 +01:00
David Peer
e7a87d193e
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-04-06 17:34:58 +02:00