Commit Graph

16587 Commits (7a7bcd3e0994d46c44f565813f098960f416761b)

Author SHA1 Message Date
Martin Boonk 7a7bcd3e09 apploader - Adds button for screenshots 2023-07-23 16:32:27 +02:00
Gordon Williams 0eea248390
Merge pull request #2891 from espruino/dependabot/npm_and_yarn/word-wrap-1.2.4
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
2023-07-20 11:56:59 +01:00
Gordon Williams 6f520f568b
Merge pull request #2885 from v-crispadvice/master
Fix fast-loading support
2023-07-20 11:54:35 +01:00
Gordon Williams 8c4deb5388
Merge pull request #2879 from bobrippling/multitimer-fastload
multitimer: fastload
2023-07-20 11:50:01 +01:00
Gordon Williams 63cda3b852
Merge pull request #2877 from bobrippling/dtlaunch-buzz
dtlaunch: add interaction-buzz setting
2023-07-20 11:46:20 +01:00
Gordon Williams 92b1665e5b
Merge pull request #2881 from nxdefiant/master
openstmap: current position overlay
2023-07-20 11:29:14 +01:00
Gordon Williams 5f32cbce61
Merge pull request #2880 from halemmerich/messagesoverlay
messagesoverlay - Fix overlay keeping the LCD on
2023-07-20 11:26:52 +01:00
Gordon Williams 3696d1d666
Merge pull request #2888 from joserebelo/git-submodule-init-fix
Fix git submodule init command
2023-07-20 11:25:47 +01:00
Gordon Williams 360cf55dc7
Merge pull request #2882 from halemmerich/qmsched
qmsched - Allow to use two theme files for switching themes
2023-07-20 10:58:26 +01:00
dependabot[bot] 1b5f342142
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 17:29:32 +00:00
Martin Boonk 06d3ca59db qmsched - Add german translations 2023-07-18 22:17:09 +02:00
Martin Boonk 6e0b934ae2 qmsched - Do not translate the back item 2023-07-18 22:10:51 +02:00
Martin Boonk ff0c236b03 qmsched - Remove quiet property and save one theme copy 2023-07-18 22:03:02 +02:00
José Rebelo 461f0f0fbd Fix git submodule init command 2023-07-17 22:48:12 +01:00
Rob Pilling 56d7149932 Merge branch 'master' into multitimer-fastload
Conflicts:
	apps/multitimer/ChangeLog
2023-07-17 20:35:21 +01:00
Rob Pilling c54e33ae7f multitimer: drop `var`
Not strictly necessary, but matches the globals.
2023-07-17 20:30:01 +01:00
Rob Pilling ff6158c329 multitimer: use `let`/`const` for global variables (avoid leaking) 2023-07-17 20:29:53 +01:00
Rob Pilling 03861111e2 multitimer: declare missing/accidentally-global variables 2023-07-17 20:29:53 +01:00
Rob Pilling b9e73d47f1 multitimer: remove dead code 2023-07-17 20:29:53 +01:00
Martin Boonk d60b2da468 qmsched - Remove debug prints 2023-07-17 21:11:11 +02:00
Erik Andresen 1022b623d4 openstmap changes
- clear overlay only once
- Add exit to menu
2023-07-17 17:48:20 +02:00
Gordon Williams a25ad46efe
Merge pull request #2884 from halemmerich/keytimer
keytimer - Visual tweaks
2023-07-17 08:48:14 +01:00
Gordon Williams 63f88c619c
Merge pull request #2876 from bobrippling/multitimer-fix-hm
multitimer: fix hardmode in new alarms/timers
2023-07-17 08:46:23 +01:00
Gordon Williams c6cf494559
Merge pull request #2875 from halemmerich/gpstrek
Gpstrek - Handle GPX 1.0 in interface.html
2023-07-17 08:46:07 +01:00
Martin Boonk 38f6ed54ff keytimer - Update changelog 2023-07-16 11:35:47 +02:00
Martin Boonk 903995ca70 keytimer - Use theme colors on timer display 2023-07-16 11:29:29 +02:00
Martin Boonk 2fb27c315a keytimer - Center icons on timer view buttons 2023-07-16 11:27:40 +02:00
Martin Boonk 8d2616da58 keytimer - Use matching theme color for time display background 2023-07-16 10:45:30 +02:00
Martin Boonk 6390350c7e qmsched - Bump version 2023-07-15 19:15:07 +02:00
Martin Boonk 8e4eb3f5fa qmsched - Allow to use two theme files for switching themes 2023-07-15 19:06:47 +02:00
Martin Boonk 6915b8d4c3 messagesoverlay - Fix overlay keeping the LCD on 2023-07-15 15:06:30 +02:00
Rob Pilling bbdf943961 dtlaunch: add interaction-buzz setting 2023-07-14 22:23:47 +01:00
Rob Pilling 5675a95a94 multitimer: version bump 2023-07-14 22:15:56 +01:00
Rob Pilling 611fc9310b multitimer: add fastloading 2023-07-14 22:15:26 +01:00
Erik Andresen 696623c659 openstmap: current position overlay
- Draw a current position marker (Bangle.js 2 only)
- Enable/Disable previous position marker in new setting "Draw cont. position"
2023-07-14 22:36:38 +02:00
Rob Pilling 9b805d4692 multitimer: version bump 2023-07-14 21:29:58 +01:00
Rob Pilling 077156c559 multitimer: fix hardmode in new alarms/timers 2023-07-14 21:04:21 +01:00
Martin Boonk 5a7fca1511 gpstrek - Allow GPX 1.0 to be parsed 2023-07-14 18:41:13 +02:00
Martin Boonk da9c60f4a2 gpstrek - Remove unused osmand namespace 2023-07-14 18:34:29 +02:00
Gordon Williams f4740b149b messageslist: Fix invalid use of Bangle.setUI 2023-07-14 13:17:01 +01:00
v-crispadvice 98fb9ff018 Fix fast-loading support 2023-07-14 13:16:56 +03:00
Gordon Williams a4632726a8
Merge pull request #2872 from halemmerich/messagesoverlay
messagesoverlay - Use event based mechanism
2023-07-14 08:21:27 +01:00
Gordon Williams 10657ad6d2
Merge pull request #2874 from f-teacher/patch-1
Update README.md
2023-07-14 08:19:01 +01:00
Gordon Williams 1add0622b7
Merge pull request #2873 from bobrippling/rep-fixes
rep: interface & recorder fixes
2023-07-14 08:18:37 +01:00
f-teacher 35dd5b143a
Update README.md
Added description of Karvonnen zones, of the displays, how to navigate, and the necessary settings for it to work properly.
2023-07-14 11:00:01 +09:30
Rob Pilling 7f0f8cc51a rep: clarify assignment-and-test 2023-07-13 18:15:08 +01:00
Martin Boonk 86f78c1f0b messagesoverlay - Don't handle nav messages 2023-07-13 19:11:29 +02:00
Rob Pilling e46e2bd5a1 rep: changelog 2023-07-12 22:08:55 +01:00
Rob Pilling 94ebd6bf49 rep: setUI() on init, in case recorder cleared handlers 2023-07-12 22:07:33 +01:00
Rob Pilling 784c7b203a rep: fix interface.html typo 2023-07-12 21:47:52 +01:00