summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
...
* Make sure max is initialized properly in all casesJohan Hedberg2008-12-081-1/+3
|
* memory_dial_lookup should be staticJohan Hedberg2008-12-081-1/+1
|
* Add some documentation for msisdn and vmbxJohan Hedberg2008-12-081-2/+2
|
* Also fetch charge_level.design in case charge_level.last_full isn't availableJohan Hedberg2008-12-081-11/+22
|
* Update to match new telephony_disable_nr_and_ec_req APIJohan Hedberg2008-12-081-2/+3
|
* Remove unnecessary debug print from signal_filterJohan Hedberg2008-12-081-3/+2
|
* Fix typoJohan Hedberg2008-12-081-1/+1
|
* Make use of the send_method_call helper functionJohan Hedberg2008-12-081-154/+79
|
* Assign voice mailbox to memory location 1Johan Hedberg2008-12-081-3/+18
|
* Add support for SIM.PhonebookJohan Hedberg2008-12-081-45/+160
| | | | | This patch adds support for fetching the MSISDN and the VMBX (voice mailbox) numbers from the SIM phonebook.
* Allow battchg to be 0Johan Hedberg2008-12-081-1/+1
|
* Only send battchg when it really changedJohan Hedberg2008-12-081-6/+11
|
* Fix HAL PropertyModified signal parsingJohan Hedberg2008-12-081-8/+7
|
* Fix HAL reply parsingJohan Hedberg2008-12-081-1/+1
|
* Implement the missing part of the HAL battery info codeJohan Hedberg2008-12-081-32/+167
|
* Implement preliminary support for fetching a HAL battery objectJohan Hedberg2008-12-081-0/+65
|
* Fix uninitialized variable gcc warningsJohan Hedberg2008-12-081-0/+2
|
* Stop ringing if the call was answered from the AG sideJohan Hedberg2008-12-081-0/+2
|
* Use proper phone number typeJohan Hedberg2008-12-081-3/+5
|
* Add placeholder for NR & EC supportJohan Hedberg2008-12-081-3/+11
|
* Make use of the new Created signalJohan Hedberg2008-12-081-62/+21
|
* Subscribe signals before requesting instance statusPekka Pessi2008-12-081-16/+12
|
* fix csd_status_to_hfp()Pekka Pessi2008-12-081-9/+13
|
* Use SendDTMF instead of StartDTMF/StopDTMFPekka Pessi2008-12-081-16/+5
|
* support *31# and #31# prefixesPekka Pessi2008-12-081-2/+18
|
* Update telephony-maemo to match current csd-call APIJohan Hedberg2008-12-081-24/+9
|
* Enable in-band ringingJohan Hedberg2008-12-081-2/+5
|
* Fix call index mapping (e.g. index 1 == first call in list)Johan Hedberg2008-12-081-1/+1
|
* Fix call hold/unhold behaviorJohan Hedberg2008-12-081-3/+2
|
* Fully implement telephony_call_hold_reqJohan Hedberg2008-12-081-27/+181
|
* Send current gsm network values after a headset connectsJohan Hedberg2008-12-081-0/+29
|
* Get network status info upon initializtionJohan Hedberg2008-12-081-30/+199
|
* Fix registration_status_change parameter parsingJohan Hedberg2008-12-081-4/+4
|
* Fix receiving of Phone.Net signalsJohan Hedberg2008-12-081-4/+5
|
* Handle more Phone.Net methods & signalsJohan Hedberg2008-12-081-40/+182
|
* Use the same prefix for all libcsnet D-Bus definitions and enumsJohan Hedberg2008-12-081-7/+7
|
* Add placeholders for libcsnet (Phone.Net) D-Bus supportJohan Hedberg2008-12-081-4/+117
|
* Send correct "callheld" indicator when call becomes active from being heldJohan Hedberg2008-12-081-2/+13
|
* Fix passing user_data pointer in get_remote_replyJohan Hedberg2008-12-081-1/+1
|
* Also remember to stop ringing when the callsetup gets canceledJohan Hedberg2008-12-081-2/+4
|
* Add variable to monitor the callsetup stageJohan Hedberg2008-12-081-1/+11
|
* Fix callsetup and call indicators upon CALL_STATUS_ACTIVEJohan Hedberg2008-12-081-3/+2
|
* Also check for proceeding state when looking for incoming callsJohan Hedberg2008-12-081-0/+3
|
* The Coming signal comes in practice before the CallStatus(COMING) signalJohan Hedberg2008-12-081-4/+5
|
* Fix incoming call indicationJohan Hedberg2008-12-081-2/+3
|
* Add missing telephony_call_hold_req implementationJohan Hedberg2008-12-081-0/+6
|
* Use the new telephony_ready_ind API with CHLD supportJohan Hedberg2008-12-081-1/+5
|
* Give correct response to telephony_answer_call_reqJohan Hedberg2008-12-081-1/+1
|
* Fix DBusMessage memory leakJohan Hedberg2008-12-081-0/+1
|
* Use GetRemote() for resolving outgoing numbersJohan Hedberg2008-12-081-8/+78
|