Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-16 | libmm-glib: fix license in sources | Aleksander Morgado | |
The libmm-glib library is LGPLv2+, not GPLv2+. | |||
2021-07-01 | libmm-glib,call: use helper macros to manage the monitored properties | Aleksander Morgado | |
2021-07-01 | libmm-glib: use single mutex in each type to sync access | Aleksander Morgado | |
There is truly no need for a per-property mutex, using a global one for the whole object is equally fine. | |||
2019-10-28 | docs,libmm-glib: provide per-version indices | Aleksander Morgado | |
2019-10-02 | libmm-glib,call: fix typo in documentation | Aleksander Morgado | |
2019-07-11 | api,call: new JoinMultiparty() and LeaveMultiparty() methods | Aleksander Morgado | |
2019-07-11 | api,call: new Multiparty boolean property | Aleksander Morgado | |
It will be set to TRUE if this call is part of a multiparty call. | |||
2019-07-11 | api,call: new Deflect() method | Aleksander Morgado | |
This method allows deflecting an incoming or waiting call to a different number. | |||
2018-10-16 | api/libmm-glib/cli: add AudioPort and AudioFormat properties to the Call object | Dan Williams | |
2018-01-25 | *: Spelling fixes | Ville Skyttä | |
2015-08-02 | libmm-glib,call: add missing 'dtmf' variable description | Aleksander Morgado | |
2015-08-02 | core,libmm-glib,cli,voice: Replaced 'SendTone' method and 'ToneReceived' ↵ | Marco Bascetta | |
signal with 'SendDtmf' and 'DtmfReceived' | |||
2015-08-02 | libmm-glib,voice: minor coding style fixes | Aleksander Morgado | |
2015-08-02 | api,voice: added DTMF interface specification | Marco Bascetta | |
2015-08-02 | libmm-glib: added support for Modem.Voice and Call interfaces | Riccardo Vangelisti | |