Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Also check for proceeding state when looking for incoming calls | Johan Hedberg | 2008-12-08 | 1 | -0/+3 | |
| | ||||||
* | The Coming signal comes in practice before the CallStatus(COMING) signal | Johan Hedberg | 2008-12-08 | 1 | -4/+5 | |
| | ||||||
* | Fix incoming call indication | Johan Hedberg | 2008-12-08 | 1 | -2/+3 | |
| | ||||||
* | Add missing telephony_call_hold_req implementation | Johan Hedberg | 2008-12-08 | 1 | -0/+6 | |
| | ||||||
* | Use the new telephony_ready_ind API with CHLD support | Johan Hedberg | 2008-12-08 | 1 | -1/+5 | |
| | ||||||
* | Give correct response to telephony_answer_call_req | Johan Hedberg | 2008-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fix DBusMessage memory leak | Johan Hedberg | 2008-12-08 | 1 | -0/+1 | |
| | ||||||
* | Use GetRemote() for resolving outgoing numbers | Johan Hedberg | 2008-12-08 | 1 | -8/+78 | |
| | ||||||
* | Basic support for last dialed number | Johan Hedberg | 2008-12-08 | 1 | -18/+14 | |
| | ||||||
* | Do better tracking of the call status | Johan Hedberg | 2008-12-08 | 1 | -4/+30 | |
| | ||||||
* | Set callsetup to 1 after receiving the Coming signal | Johan Hedberg | 2008-12-08 | 1 | -0/+3 | |
| | ||||||
* | Implement parsing of the CallServiceError signal | Johan Hedberg | 2008-12-08 | 1 | -0/+10 | |
| | ||||||
* | Remove unused variable | Johan Hedberg | 2008-12-08 | 1 | -1/+0 | |
| | ||||||
* | Implement telephony_answer_call_req | Johan Hedberg | 2008-12-08 | 1 | -10/+48 | |
| | ||||||
* | Implement last number dialed support | Johan Hedberg | 2008-12-08 | 1 | -8/+21 | |
| | ||||||
* | Implement telephony_list_current_calls_req properly | Johan Hedberg | 2008-12-08 | 1 | -8/+55 | |
| | ||||||
* | Implement telephony_transmit_dtmf_req | Johan Hedberg | 2008-12-08 | 1 | -0/+29 | |
| | ||||||
* | Use correct response to dial number request | Johan Hedberg | 2008-12-08 | 1 | -1/+1 | |
| | ||||||
* | Implement telephony_dial_number_req | Johan Hedberg | 2008-12-08 | 1 | -11/+14 | |
| | | | | | Currently the methor reply isn't taken into account but we solely on the state signals instead. | |||||
* | Implement telephony_terminate_call_req properly | Johan Hedberg | 2008-12-08 | 1 | -23/+51 | |
| | ||||||
* | Make calls list static | Johan Hedberg | 2008-12-08 | 1 | -1/+1 | |
| | ||||||
* | Implement basic call status tracking | Johan Hedberg | 2008-12-08 | 1 | -4/+151 | |
| | ||||||
* | Fix D-Bus signal handling | Johan Hedberg | 2008-12-08 | 1 | -3/+7 | |
| | ||||||
* | Remove incorrect call to csd_call_free | Johan Hedberg | 2008-12-08 | 1 | -1/+0 | |
| | ||||||
* | Implement basic parsing of GetCallInfoAll reply | Johan Hedberg | 2008-12-08 | 1 | -1/+104 | |
| | ||||||
* | Implement skeleton for CSD D-Bus initialization | Johan Hedberg | 2008-12-08 | 1 | -2/+86 | |
| | ||||||
* | Rename dummy_indicators to maemo_indicators | Johan Hedberg | 2008-12-08 | 1 | -11/+11 | |
| | ||||||
* | Add defines for csd call status values | Johan Hedberg | 2008-12-08 | 1 | -0/+19 | |
| | ||||||
* | Starting point for the maemo telephony plugin | Johan Hedberg | 2008-12-08 | 1 | -0/+178 | |
| | | | | | This is mostly a copy-paste from telephony-dummy.c with the TelephonyTest D-Bus interface removed. | |||||
* | Add missing gdbus function declarations | Marcel Holtmann | 2008-12-06 | 3 | -0/+22 | |
| | ||||||
* | Change file headers for D-Bus helper library | Marcel Holtmann | 2008-12-06 | 4 | -4/+4 | |
| | ||||||
* | Release 4.224.22 | Marcel Holtmann | 2008-12-06 | 2 | -1/+11 | |
| | ||||||
* | Remove trailing whitespace | Johan Hedberg | 2008-12-06 | 1 | -2/+2 | |
| | ||||||
* | Add deny statements to D-Bus access policy | Marcel Holtmann | 2008-12-05 | 1 | -1/+17 | |
| | ||||||
* | Remove unused variable | Marcel Holtmann | 2008-12-04 | 1 | -1/+1 | |
| | ||||||
* | Add note about LegacyPairing property reliability | Johan Hedberg | 2008-12-04 | 1 | -0/+4 | |
| | ||||||
* | Remove unnecessary and incorrect memset | Johan Hedberg | 2008-12-04 | 1 | -1/+0 | |
| | ||||||
* | Fix LegacyPairing description | Johan Hedberg | 2008-12-04 | 1 | -3/+3 | |
| | ||||||
* | Add support for the LegacyPairing property | Johan Hedberg | 2008-12-04 | 3 | -2/+28 | |
| | ||||||
* | Add read_remote_eir function | Johan Hedberg | 2008-12-04 | 2 | -0/+33 | |
| | ||||||
* | Clean up AT+NREC behavior and API | Johan Hedberg | 2008-12-04 | 3 | -4/+24 | |
| | | | | | | In HFP 1.5 only AT+NREC=0 should be possible, but to accomodate for future profile changes make the telephony.h API such that AT+NREC=1 is possible without breaking the API. | |||||
* | Fix agent_create failure check and behavior | Johan Hedberg | 2008-12-03 | 1 | -3/+4 | |
| | ||||||
* | Fix agent creation checks | Johan Hedberg | 2008-12-03 | 2 | -4/+9 | |
| | | | | | Allow the same process (D-Bus name) to own both the default (adapter specific) as well as a device specific agent. | |||||
* | Add another missing check for btd_device_add_uuid. | Luiz Augusto von Dentz | 2008-12-02 | 1 | -1/+6 | |
| | ||||||
* | Check if btd_device_add_uuid succeeded. | Luiz Augusto von Dentz | 2008-12-02 | 1 | -1/+4 | |
| | ||||||
* | Add speakergain, microphonegain, play and stop to test-telephony | Johan Hedberg | 2008-12-02 | 1 | -0/+56 | |
| | ||||||
* | Disallow Serial.Disconnect from unauthorized senders. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -1/+6 | |
| | ||||||
* | Disallow Network.Disconnect from unauthorized senders. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -0/+17 | |
| | | | | | Disconnect should only be possible for the 'owner' of the connection, the application which called Connect. | |||||
* | Remove deprecated methods and signals from input interface | Marcel Holtmann | 2008-12-01 | 2 | -55/+1 | |
| | ||||||
* | Remove deprecated methods and signals from network interface | Marcel Holtmann | 2008-12-01 | 2 | -43/+1 | |
| |