Christian Hoffmann

Results 49 issues of Christian Hoffmann

**Describe the task** We have several external dependencies which are version-locked for reproducibility and security. We should regularly check those for updates. A Github Action scheduled job (cron-style) could do...

tooling

**Short description of changes** This PR switches the Autobuilds (and therefore: the releases!) to use Qt 6 for Windows 64bit builds. The PR depends on the already merged PRs #2299...

**Has this feature been discussed and generally agreed?** Apple M1 is currently supported via Rosetta 2. [There is demand for native builds](https://github.com/jamulussoftware/jamulus/discussions/2148). This issue tracks the required work. **Describe the...

feature request

> Finally found out (again) how to view iOS crash logs. > You need macOS and The console App. > I think that's the error: > ![image](https://user-images.githubusercontent.com/20726856/176964308-c6d76d73-edd2-43de-a89b-a4585e404322.png) > We probably...

bug
Mobile UI

> One other fundmental issue I have with the approach is that it's adding non-visual code to ClientDlg. That shouldn't happen. Why would I not want the audio alerts if...

feature request
JSON-RPC

**Describe the bug** **To Reproduce** Current Mac builds show compiler warnings. I suspect that those are newly introduced by newer compiler versions in Xcode (#2672). **Expected behavior** No warnings. **Screenshots**...

bug

> My concern is `get_build_version()` uses a different value. The tag, `Jamulus.pro` and `ChangeLog` could all have different versions. > Given we have three sources for the version, we really...

bug
tooling

*Raised by @softins in https://github.com/jamulussoftware/jamulus/pull/1975#pullrequestreview-901000643* > I must admit I struggle to understand a reason for making `skillLevel` changeable via the RPC, but not an instrument. I would only ever...

feature request
JSON-RPC

**What is the current behaviour and why should it be changed?** Jamulus will fail to build with Qt6 even when #2299 is merged as it uses androidextras for permission handling,...

refactoring

APKs currently do not seem to be signed. The `androiddeployqt` does not contain the relevant parameters: https://github.com/jamulussoftware/jamulus/blob/5f8ce856114f3ff34ba7bbd43bfaac0ff9579b52/autobuild/android/autobuild_apk_2_build.sh#L33 This means that APKs are currently signed with debug keys (which, I assume,...

refactoring
tooling