Martin Boonk
|
53cb6d8126
|
iconlaunch - Add jit marker to drawItem and drawText
|
2023-07-25 22:38:55 +02:00 |
Martin Boonk
|
94bb93c19e
|
iconlaunch - Go back to caching icons on demand but keep presorting apps into items
|
2023-07-25 21:52:56 +02:00 |
Martin Boonk
|
a9fff20477
|
iconlaunch - Use objects instead of arrays
|
2023-07-25 20:43:12 +02:00 |
Martin Boonk
|
7e0dbbf6f0
|
iconlaunch - Go back to now faster drawImage
|
2023-07-25 19:55:29 +02:00 |
Martin Boonk
|
b6459ad26a
|
iconlaunch - Load N/A icon from image file
|
2023-07-22 23:23:39 +02:00 |
Martin Boonk
|
ffd967cb63
|
iconlauch - Center icons in items to prevent selection box beeing cut off at top
|
2023-07-22 18:04:38 +02:00 |
Martin Boonk
|
91df2dc68e
|
iconlaunch - Fix off by one error when selecting apps
|
2023-07-22 17:34:45 +02:00 |
Martin Boonk
|
f4a72b777d
|
iconlaunch - Remove debug code
|
2023-07-22 13:22:46 +02:00 |
Martin Boonk
|
aaa992ee2b
|
iconlaunch - Use back option instead of translated entry
|
2023-07-22 13:20:57 +02:00 |
Martin Boonk
|
c4ae56ed16
|
iconlaunch - Bump version
|
2023-07-22 13:09:08 +02:00 |
Martin Boonk
|
f7590cff9f
|
iconlaunch - Dedicated icon for apps with missing icons
|
2023-07-22 13:06:26 +02:00 |
Martin Boonk
|
3adc3f8fba
|
iconlaunch - Precache icons and only clear if needed
|
2023-07-22 12:32:53 +02:00 |
Martin Boonk
|
76425b947b
|
iconlaunch - Render icons for one item at once
|
2023-07-22 12:24:35 +02:00 |
Martin Boonk
|
64238f4ec0
|
iconlaunch - Better performance by less array accesses
|
2023-07-22 12:03:21 +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 |