- 08 Jun, 2018 1 commit
-
-
Julian Richen authored
This improves the desktop entry a bit and adds a test to validate it.
-
- 05 Jun, 2018 2 commits
-
-
Guido Gunther authored
Add .desktop file See merge request !2
-
Bob Ham authored
-
- 31 May, 2018 7 commits
-
-
Guido Gunther authored
debian: Add copyright file See merge request !1
-
Bob Ham authored
-
Bob Ham authored
-
Bob Ham authored
-
Bob Ham authored
-
Bob Ham authored
The oFono DTMF support doesn't match our model; you can only send tones to the network and not to a particular call. The telephony standards dictate that only a single call can be active at a time so we just get the call to emit a "tone" signal if the call is in the active state and get the origin to listen for the signal.
-
Bob Ham authored
Some implementations, like oFono, only allow fixed-length tones to be sent to the network, not started and stopped at will. To account for this, we make the tone_start member function nullable and add a new function, calls_call_tone_stoppable, to determine whether there is a stop function.
-
- 29 May, 2018 3 commits
- 23 May, 2018 1 commit
-
-
Bob Ham authored
* Preliminary documentation of CallsCall and CallsMessageSource * Documentation and cleaning up of CallsCallData * Add data files and meson rules to create gtk-doc documentation * Move some macros from util.h to calls-message-source.h
-
- 21 May, 2018 2 commits
- 18 May, 2018 1 commit
-
-
Guido Gunther authored
-
- 17 May, 2018 1 commit
-
-
Bob Ham authored
-