Commit Graph

7451 Commits (6475e5004cbeda9f87bbffe525606ebdabb79ffa)

Author SHA1 Message Date
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 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
Eskild Hustvedt dd31ebbc59 locales/fuzzyw: Added Norwegian Nynorsk translation 2022-04-07 10:48:57 +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
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
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
Gordon Williams 90bf384355 Merge branch 'new_alarm' 2022-04-06 11:45:22 +01:00
Gordon Williams 486586022e docs 2022-04-06 11:45:14 +01:00
Gordon Williams 7378cc6162
Merge pull request #1656 from berkenbu/master
Small bug fixes
2022-04-06 11:33:46 +01:00
Gordon Williams f1f3a9d293
Merge pull request #1658 from hberland/patch-1
Added norwegian locale
2022-04-06 11:33:22 +01:00
Gordon Williams b2b4f2e29d tweaks for last PR to get the tests passing 2022-04-06 11:30:20 +01:00
Gordon Williams d0598613dd Merge branch 'master' of https://github.com/ELIARENZONI/BangleApps into ELIARENZONI-master 2022-04-06 11:23:14 +01:00
Gordon Williams 333d405342 sleep -> snooze, and add images for alarms/timers 2022-04-06 09:13:35 +01:00
Helge Berland 19a9100329
Added norwegian locale
Added norwegian locale to the list, and also listed our three special characters æ, ø and å in the fallback list. They are all in the codebook, but I'm unsure if they will be rendered correctly with the current code (the two last days of the weeks contains the ø).
2022-04-05 22:10:17 +02:00
David Peer 08da058df3 Merge remote-tracking branch 'upstream/new_alarm' 2022-04-05 19:47:57 +02:00
Gordon Williams 0d696558a6 Adding apps for keyboards on bangle.js 2 2022-04-05 16:49:19 +01:00
Gordon Williams d4d6d48471 better example app 2022-04-05 16:48:56 +01:00
marko 4edfcc6d00 Small most-likely branch optimization 2022-04-05 10:18:42 -04:00
marko 92bd3d5df9 Merge branch 'master' of https://github.com/berkenbu/BangleApps 2022-04-05 09:15:45 -04:00
marko 10589f0dc8 Correctly check word boundarie in dictionaries look ups; fix bug in index regeneration. 2022-04-05 09:13:56 -04:00
Gordon Williams 67facc692d fix https://github.com/espruino/BangleApps/issues/1555#issuecomment-1087784581 2022-04-05 10:59:13 +01:00
David Peer 4d0389ba5c Updated readme 2022-04-04 18:33:40 +02:00
David Peer 5304377508 Updated to "sched" library. 2022-04-04 18:32:30 +02:00
David Peer 0a11f6a933 Merge remote-tracking branch 'upstream/new_alarm' 2022-04-04 18:28:26 +02:00
Gordon Williams 070376cbed
Merge pull request #1654 from chiefdaft/master
v0.09 Updated the readme and screenshots
2022-04-04 17:06:32 +01:00
Gordon Williams 25aafe1ccf more refactoring to try and reduce code duplication 2022-04-04 16:58:17 +01:00
Jelco Huijser b2230216ed
Merge pull request #21 from chiefdaft/dev_0.5
Corrected a few typos
2022-04-04 17:53:30 +02:00
chiefdaft 0268fd3592 Corrected a few typos 2022-04-04 17:51:11 +02:00
Jelco Huijser f3c9b83d0a
Merge pull request #20 from chiefdaft/dev_0.5
v0.09 Updated the readme and screenshots
2022-04-04 17:46:59 +02:00
chiefdaft 6948926572 v0.09 Updated the readme and screenshots 2022-04-04 17:45:06 +02:00
Gordon Williams 5c84ec9e2c Refactored alarm into separate 'sched' library/app 2022-04-04 15:49:45 +01:00