Commit graph

4444 commits

Author SHA1 Message Date
DJ2LS e2eed4d428 adjusted modem blocksize for avoiding audio underruns 2024-01-05 15:57:27 +01:00
codefactor-io be592e49ae
[CodeFactor] Apply fixes 2024-01-05 14:52:59 +00:00
DJ2LS 01123e9998 adjusted events 2024-01-05 15:52:29 +01:00
DJ2LS 60c1b14116 adjusted demod error handling 2024-01-05 15:52:22 +01:00
codefactor-io 54ddb69083
[CodeFactor] Apply fixes to commit 02e88f7 2024-01-05 14:40:02 +00:00
DJ2LS 02e88f70fe fixed audio device selection 2024-01-05 15:39:37 +01:00
DJ2LS ef8b309fa6 better error handling for config 2024-01-05 15:10:46 +01:00
DJ2LS e22736ae02 fixed ping 2024-01-05 10:49:25 +01:00
DJ2LS ff777b212c adjusted events - still a WIP 2024-01-04 21:44:59 +01:00
codefactor-io 79130edbe9
[CodeFactor] Apply fixes 2024-01-04 20:14:16 +00:00
DJ2LS 27fc465a3a Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	gui/src/js/eventHandler.js
2024-01-04 21:13:40 +01:00
DJ2LS dc832b8edd adjusted events - still a WIP 2024-01-04 21:13:32 +01:00
codefactor-io ca789cfcdc
[CodeFactor] Apply fixes 2024-01-04 19:59:10 +00:00
DJ2LS 996e2b4200 Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	gui/src/js/eventHandler.js
2024-01-04 20:58:34 +01:00
DJ2LS 6495336400 adjusted events - gui events are broken 2024-01-04 20:55:33 +01:00
codefactor-io 9dacf64601
[CodeFactor] Apply fixes to commit 85b81bb 2024-01-04 14:47:19 +00:00
DJ2LS 85b81bb0dd using event manager instead event queue for most parts 2024-01-04 15:46:58 +01:00
DJ2LS 8967d2ac91 ARQ WIP - session closing 2024-01-04 10:01:29 +01:00
dependabot[bot] ebf7e821fe
Bump eslint-plugin-n from 16.1.0 to 16.6.1 in /gui
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.1.0 to 16.6.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.1.0...16.6.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 16:39:59 +00:00
dependabot[bot] c5aaeb61e1
Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.17.0 in /gui
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.4 to 6.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.17.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 16:39:25 +00:00
dependabot[bot] f4f4f33d91
Bump vite-plugin-electron from 0.15.4 to 0.15.5 in /gui
Bumps [vite-plugin-electron](https://github.com/electron-vite/vite-plugin-electron) from 0.15.4 to 0.15.5.
- [Release notes](https://github.com/electron-vite/vite-plugin-electron/releases)
- [Changelog](https://github.com/electron-vite/vite-plugin-electron/blob/main/CHANGELOG.md)
- [Commits](https://github.com/electron-vite/vite-plugin-electron/compare/v0.15.4...v0.15.5)

---
updated-dependencies:
- dependency-name: vite-plugin-electron
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 16:32:51 +00:00
dependabot[bot] 86d818fccd
Bump mime from 4.0.0 to 4.0.1 in /gui
Bumps [mime](https://github.com/broofa/mime) from 4.0.0 to 4.0.1.
- [Changelog](https://github.com/broofa/mime/blob/main/CHANGELOG.md)
- [Commits](https://github.com/broofa/mime/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: mime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 16:32:41 +00:00
dependabot[bot] 4aeba647f2
Bump eslint-plugin-import from 2.28.1 to 2.29.1 in /gui
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 16:31:52 +00:00
DJ2LS 7eb8242964 Merge remote-tracking branch 'origin/develop' into develop 2023-12-31 13:56:52 +01:00
DJ2LS 46f125ea17 Merge remote-tracking branch 'origin/main' into develop
# Conflicts:
#	.github/workflows/build_multiplatform.yml
2023-12-31 13:56:26 +01:00
DJ2LS 98765ab2a4
Merge pull request #578 from DJ2LS/dependabot/npm_and_yarn/gui/develop/vite-5.0.10
Bump vite from 5.0.4 to 5.0.10 in /gui
2023-12-31 13:45:40 +01:00
DJ2LS 471255ede8
Merge branch 'develop' into dependabot/npm_and_yarn/gui/develop/vite-5.0.10 2023-12-31 13:45:28 +01:00
DJ2LS 566f74b88a
Merge pull request #580 from DJ2LS/dependabot/npm_and_yarn/gui/develop/electron/notarize-2.2.0
Bump @electron/notarize from 2.1.0 to 2.2.0 in /gui
2023-12-31 13:45:15 +01:00
DJ2LS b7633ff7d9
Merge pull request #579 from DJ2LS/dependabot/npm_and_yarn/gui/develop/electron-builder-24.9.1
Bump electron-builder from 24.6.3 to 24.9.1 in /gui
2023-12-31 13:45:07 +01:00
DJ2LS 908f111128
Merge pull request #577 from DJ2LS/dependabot/npm_and_yarn/gui/develop/eslint-plugin-vue-9.19.2
Bump eslint-plugin-vue from 9.17.0 to 9.19.2 in /gui
2023-12-31 13:44:59 +01:00
DJ2LS e5c5e87449
Merge pull request #576 from DJ2LS/dependabot/npm_and_yarn/gui/develop/gridstack-10.0.1
Bump gridstack from 10.0.0 to 10.0.1 in /gui
2023-12-31 13:44:55 +01:00
DJ2LS 64fc26ae8e
Merge branch 'develop' into dependabot/npm_and_yarn/gui/develop/electron/notarize-2.2.0 2023-12-31 13:42:52 +01:00
DJ2LS 3e85268f39
Merge branch 'develop' into dependabot/npm_and_yarn/gui/develop/electron-builder-24.9.1 2023-12-31 13:42:49 +01:00
DJ2LS 88bf8dbc7a
Merge branch 'develop' into dependabot/npm_and_yarn/gui/develop/vite-5.0.10 2023-12-31 13:42:45 +01:00
DJ2LS f33b7f7bae
Merge branch 'develop' into dependabot/npm_and_yarn/gui/develop/eslint-plugin-vue-9.19.2 2023-12-31 13:42:40 +01:00
DJ2LS 0801d0ac4d
Merge branch 'develop' into dependabot/npm_and_yarn/gui/develop/gridstack-10.0.1 2023-12-31 13:42:35 +01:00
DJ2LS ec13228efb cemetry cleanup 2023-12-31 13:36:37 +01:00
DJ2LS 0272fa3ee3 updated modem tests 2023-12-31 13:27:17 +01:00
DJ2LS 2680d5d365 removed node14 support 2023-12-31 13:25:35 +01:00
DJ2LS bb1965481d updated build process 2023-12-31 13:23:48 +01:00
DJ2LS a016d07466 updated build process 2023-12-31 13:22:54 +01:00
DJ2LS e40ff05190 ARQ WIP - data event on IRS 2023-12-30 23:00:27 +01:00
DJ2LS 424f4738c5 ARQ WIP - channel busy detection 2023-12-30 22:50:15 +01:00
DJ2LS cec7403491 ARQ WIP - channel busy detection 2023-12-30 22:47:34 +01:00
DJ2LS 884927cacd ARQ WIP - channel busy detection 2023-12-30 22:44:18 +01:00
DJ2LS f1f9620c7a ARQ WIP - channel busy detection 2023-12-30 21:48:00 +01:00
DJ2LS 7549e34d45 ARQ WIP - channel busy detection 2023-12-30 21:47:16 +01:00
DJ2LS ca46949653 added precompiled libcodec2 for easier build process 2023-12-30 13:20:08 +01:00
DJ2LS 90ba20411a added precompiled libcodec2 for easier build process 2023-12-30 13:10:38 +01:00
DJ2LS 8a164a6b89 ARQ WIP - adjusted session closing 2023-12-29 19:29:30 +01:00