- 01 Feb, 2023 15 commits
-
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
As needed for the application test.
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
As GOM does not allow us to cancel asynchronous tasks, we need to hold references temporarily.
-
Evangelos Ribeiro Tzaras authored
This is useful for testing the CallsApplication.
-
Evangelos Ribeiro Tzaras authored
Previously the application was only properly shut down when it received SIGTERM/SIGINT.
-
Evangelos Ribeiro Tzaras authored
If this is not the primary instance self->main_window and self->call_window will not have been created in the first place. Fixes: e878fabb
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
- 31 Jan, 2023 16 commits
-
-
Evangelos Ribeiro Tzaras authored
As Calls cannot deal with call waiting we should disable it entirely. This works around issues where call audio get's completely broken once the waiting call is disconnected on the BM818 modem shipped with the Librem 5. See https://source.puri.sm/Librem5/OS-issues/-/issues/311
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
g_signal_connect takes a gpointer, so the instance parameter does not need to be cast explicitly.
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
mm_object_get_modem() is transfer full, so we need to unref it when we're done.
-
Evangelos Ribeiro Tzaras authored
mm_object_get_modem_voice() is transfer full, so we need to unref it when we're done.
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
This is better than the implicit conversion of the enum.
-
Evangelos Ribeiro Tzaras authored
Not strictly needed here, because we don't depend on the parent being constructed but this is how it should generally be done.
-
Evangelos Ribeiro Tzaras authored
- Prefer char* over gchar* - g_auto* variables come first - Two newlines between functions
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
Prefer char over gchar and some whitespace cleanups.
-
Evangelos Ribeiro Tzaras authored
Today the tarball magically changed back. This reverts commit 22898281.
-
Evangelos Ribeiro Tzaras authored
Today the tarball magically changed back. This reverts commit 745987f3.
-
- 30 Jan, 2023 5 commits
-
-
Evangelos Ribeiro Tzaras authored
GitHub is great. Probably no malware ¯\_(ツ)_/¯
-
Evangelos Ribeiro Tzaras authored
GitHub is great. Probably no malware ¯\_(ツ)_/¯
-
Evangelos Ribeiro Tzaras authored
It has been reported that the BM818 sometimes unexpectedly changes the call state from "active" back to "ringing-in" (as reported by ModemManager) shortly after accepting an incoming call. ModemManager[734]: <info> [modem1/call1] user request to accept call ModemManager[734]: <info> [modem1/call1] call is accepted ModemManager[734]: <info> [modem1/call1] call state changed: ringing-in -> active (accepted) ModemManager[734]: <info> [modem1/call1] call state changed: active -> ringing-in (unknown) This leads to a failed assertion and program termination. Instead of crashing raising a critical warning is more appropriate and may allow the user to pick up the call after all. Closes: #547
-
Evangelos Ribeiro Tzaras authored
Closes: #493
-
Evangelos Ribeiro Tzaras authored
-
- 29 Jan, 2023 1 commit
-
-
- 28 Jan, 2023 1 commit
-
-
(cherry picked from commit 57ac3607)
-
- 27 Jan, 2023 1 commit
-
-
- 26 Jan, 2023 1 commit
-
-
Evangelos Ribeiro Tzaras authored
-