summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-29voicecall: don't dereference a supplied null valueSimon Fels1-3/+12
2015-08-06voicecall: Don't accept USSD strings in Dial()Denis Kenzior1-0/+3
2014-10-20emulator: Improve SLC establishment logicDenis Kenzior1-0/+4
2013-09-12voicecall: Implement ofono_voicecall_mpty_hintDenis Kenzior1-0/+40
2012-11-28voicecall: Add extra debug infoDenis Kenzior1-0/+3
2012-11-28voicecall: Fix crashDenis Kenzior1-4/+7
2012-11-22voicecall: Handle RESETTING sim stateDenis Kenzior1-0/+1
2012-09-05voicecall: Accept long phone number format for STKPhilippe Nunes1-1/+1
2012-08-05voicecall: Implement ReleaseAndSwapDenis Kenzior1-0/+23
2012-07-15voicecall: Avoid shadowing of number variableMarcel Holtmann1-2/+2
2012-07-15voicecall: Remove shadowing modem variableMarcel Holtmann1-5/+1
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi1-35/+29
2012-05-20Convert GDBus methods to use macro helpersLucas De Marchi1-36/+53
2012-05-20Constify GDBus signal tablesHenrique Dante de Almeida1-2/+2
2012-05-20Constify GDBus method tablesHenrique Dante de Almeida1-2/+2
2012-03-20voicecall: Force callheld update after calls swapFrédéric Danis1-4/+72
2012-03-13voicecall: Improve transitions checkFrédéric Danis1-12/+17
2012-03-07voicecall: Don't set indicators during transitionsDenis Kenzior1-0/+13
2012-02-09voicecall: Fix emulator AT+CHUP for HFPFrédéric Danis1-1/+2
2012-01-18voicecall: Use __ofono_atom_findDenis Kenzior1-6/+3
2011-10-12voicecall: Make emulator use release_queueDenis Kenzior1-18/+11
2011-10-12voicecall: Fix HangupAll for HFPDenis Kenzior1-5/+38
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-08-18voicecall: Relax reqs for hangup of held callsDenis Kenzior1-1/+3
2011-08-18voicecall: Move stuff aroundDenis Kenzior1-48/+48
2011-08-15emulator: fix indicator notificationFrédéric Danis1-11/+0
2011-07-25voicecall: Be more paranoid and null terminateDenis Kenzior1-1/+4
2011-07-25voicecall: Use defined constantsDenis Kenzior1-3/+3
2011-07-25voicecall: api for set/clear alpha and icon idJeevaka Badrappan1-0/+65
2011-07-21voicecall: remove usage of em_atd_numberFrédéric Danis1-10/+9
2011-07-19voicecall: Free settings when sim gets locked outDenis Kenzior1-1/+2
2011-07-19voicecall: close settings when SIM is removedFrédéric Danis1-0/+3
2011-07-19voicecall: fix callheld indicator for PTSFrédéric Danis1-0/+20
2011-07-14voicecall: Minor style fixDenis Kenzior1-5/+5
2011-07-14voicecall: dial_request_user_cancel is not safeDenis Kenzior1-14/+8
2011-07-14voicecall: Send busy to DBus if emulator is pendingDenis Kenzior1-12/+12
2011-07-14voicecall: Don't send response to defunct emulatorDenis Kenzior1-12/+28
2011-07-14voicecall: Throttle emulatorsDenis Kenzior1-35/+45
2011-07-14voicecall: Minor style fixesDenis Kenzior1-4/+4
2011-07-14voicecall: manage multiparty list in AT+CHLD=2XFrédéric Dalleau1-2/+56
2011-07-14voicecall: manage multiparty list in AT+CHLD=3Frédéric Dalleau1-4/+51
2011-07-14voicecall: Minor style fixDenis Kenzior1-1/+1
2011-06-21voicecall: add ATD> support for HFP emulatorFrédéric Danis1-3/+28
2011-06-16voicecall: add +BLDN support for HFP emulatorFrédéric Danis1-0/+34
2011-06-16voicecall: add ATD support for HFP emulatorFrédéric Danis1-19/+146
2011-06-01voicecall: save last dialed numberFrédéric Danis1-0/+45
2011-06-01voicecall: create generic dial functionFrédéric Danis1-27/+55
2011-05-24voicecall: remove unnecessary local varFrédéric Dalleau1-5/+1
2011-05-22voicecall: add +VTS support for HFP emulatorFrédéric Dalleau1-0/+52
2011-05-16voicecall: fix CHLD support replyFrédéric Dalleau1-2/+2