Commit Graph

10169 Commits (2461218ad112205628eb6763fa357b3bda1cd1d2)

Author SHA1 Message Date
frigis1 e363f4998e
Update README.md 2022-04-08 16:55:07 -07:00
frigis1 0614d5b4a1
Update metadata.json 2022-04-08 16:41:20 -07:00
frigis1 00bf50a5a8
Update metadata.json 2022-04-08 16:33:11 -07:00
frigis1 246d38d4de
Merge branch 'espruino:master' into master 2022-04-08 15:53:40 -07:00
Jason Dekarske bbcf98edad draw the user when gps fixed 2022-04-08 15:19:36 -07:00
storm64 9ab2fcdf31 sched: `getTimeToAlarm` check next dow if t<now
Fix undefined output of `getTimeToAlarm` on an alarm that is already in the past to check for the next dow instead of the actual dow.
>> add +1 to time.getDay() if alarm.t < currentTime
2022-04-08 21:24:24 +02:00
marko 0352d0582c Fix settings 2022-04-08 14:06:20 -04:00
marko 23f2a08c5a Add categories 'outdoors' and 'gps' to metadata 2022-04-08 13:37:48 -04:00
marko 63ddc4f4b7 Add missing comma in settings.js 2022-04-08 13:30:22 -04:00
marko 28cd5e07a9 New app "OpenWind" 2022-04-08 13:28:03 -04:00
Eskild Hustvedt 8a88f2e1b3 lang/: Added nynorsk translations 2022-04-08 17:51:01 +02:00
Eskild Hustvedt adb053ef1c Let language_scan optionally add stubbed translations
This lets it refresh existing languages with the latest strings, without using
the auto-translate feature. The strings will all simply be the English
equivalent.
2022-04-08 16:50:41 +02:00
Gordon Williams dc273a7a12
Merge pull request #1670 from johandalabacka/swedish-speed-abbreviation
Swedish abbreviations for speed
2022-04-08 11:59:43 +01:00
Johan Dahl 1c535cd77c
Swedish abbreviations for speed
The Swedish abbreviation for speed is km/tim (even if km/h often is used) but NOT kmh
2022-04-08 12:40:36 +02:00
Gordon Williams 79f440093c
Merge pull request #1669 from storm64/master
sched: Fix `getTimeToAlarm` for timers
2022-04-08 09:07:25 +01:00
Jason Dekarske 0fea3dd850 test with another course 2022-04-07 23:04:48 -07:00
frigis1 26a90a3910
Update metadata.json 2022-04-07 22:56:09 -07:00
frigis1 5930571f65
Update metadata.json 2022-04-07 22:21:52 -07:00
Jason Dekarske 8acf1dea36 gps works I think 2022-04-07 21:09:58 -07:00
Jason Dekarske 3ce26d7fcb I'm losing my mind 2022-04-07 19:24:35 -07:00
Jason Dekarske 5c57cbe30b another test 2022-04-07 19:21:51 -07:00
Jason Dekarske 2e350913fa test icon 2022-04-07 19:17:39 -07:00
Jason Dekarske 9dace550ae no semicolon????? 2022-04-07 18:16:36 -07:00
Jason Dekarske b94bd0f904 correct size 2022-04-07 18:14:43 -07:00
Jason Dekarske 18c17259d6 changed wrong icon 2022-04-07 18:12:12 -07:00
Jason Dekarske 5f8e9abcfa icon... again 2022-04-07 18:06:47 -07:00
Jason Dekarske 2e3b95419f icon fix 2022-04-07 17:57:41 -07:00
Jason Dekarske 693102115f caps labels looks better 2022-04-07 17:46:34 -07:00
Jason Dekarske cc28f5f8dd draw fairway first 2022-04-07 17:45:51 -07:00
Jason Dekarske de95714784 set initial hole info 2022-04-07 17:29:21 -07:00
frigis1 ba5ae1ba00
Update metadata.json 2022-04-07 15:45:47 -07:00
frigis1 dd4ce0c196
Update app.js 2022-04-07 15:45:27 -07:00
Jason Dekarske 147b50e19f I'll get the format right eventually 2022-04-07 14:35:57 -07:00
Jason Dekarske 140d050f21 needed to be a string 2022-04-07 14:24:05 -07:00
Jason Dekarske 1fb125a652 typo 2022-04-07 13:52:59 -07:00
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