Commit Graph

9653 Commits (8cfd1ec887eae4913b282819d7a28e102d5b1a16)

Author SHA1 Message Date
thyttan 8cfd1ec887
Update ChangeLog 2022-04-10 22:45:59 +02:00
thyttan d801605eaa
Update ChangeLog 2022-04-10 22:43:54 +02:00
thyttan 8a86f2e9a2
[dtlaunch, b2] Change swipe direction to UpDown
Change swipe directions to move between pages from LeftRight to UpDown, as to match the page indicators. Implemented like 'natural scrolling'.

Also added function showClock() which is called on 'left-to-right' swipe.  Here I imagine the clock to be to the left of the launcher, if you do that then this also follows the natural scrolling principle.
2022-04-10 12:52:07 +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
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
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
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
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
David Peer 0b7fa0494d use type of sched instead of app 2022-04-06 17:34:56 +02:00
Peer David dca71f4099
Merge branch 'espruino:master' into master 2022-04-06 17:10:16 +02:00
Gordon Williams b41d95fb47 Merge branch 'master' of github.com:espruino/BangleApps 2022-04-06 15:44:51 +01:00
Gordon Williams cb6a393110 alt 0.02: Actually upload correct code 2022-04-06 15:44:46 +01:00
Gordon Williams 9fb8be3297
Merge pull request #1659 from sir-indy/master
New clock - Fuzzy Text Clock
2022-04-06 15:21:57 +01:00
Gordon Williams 459fb273f1 Add altimeter app 2022-04-06 15:09:41 +01:00
Gordon Williams c48a951f2d 0.06: Add button for force compass calibration (#1660) 2022-04-06 14:55:07 +01:00
sir-indy fb3dc7fe71
Update fuzzy_strings.json 2022-04-06 13:23:55 +01:00
sir-indy aaaf0b5be8
Merge branch 'espruino:master' into master 2022-04-06 13:22:35 +01:00
sir-indy 575926b654
Update fuzzyw.app.js 2022-04-06 13:17:03 +01:00
sir-indy f0fce411b9
Update fuzzyw.app.js 2022-04-06 12:54:17 +01:00
sir-indy eb0d809a61
Update fuzzyw.app.js 2022-04-06 12:49:59 +01:00
Gordon Williams 6557dd70e3 Merge branch 'master' of github.com:espruino/BangleApps 2022-04-06 11:45:35 +01:00