summaryrefslogtreecommitdiffstats
path: root/src/stk.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-22stk: Fix sizeof on memcpyLucas De Marchi1-1/+1
2013-01-01stk: Fix crash with Modem-Handled SIM RefreshDenis Kenzior1-1/+7
2013-01-01Revert "stk: Fix crash in SIM refresh handling"Denis Kenzior1-2/+2
2012-11-28stk: Fix Set Up Call with pause charactersDenis Kenzior1-1/+14
2012-11-28stk: Print what kind of info the SIM wantsDenis Kenzior1-3/+45
2012-11-28stk: Handle self explanatory icons in idle mode textDenis Kenzior1-5/+9
2012-11-28stk: Handle icon self explanatory in play toneDenis Kenzior1-0/+4
2012-11-28stk: Handle icon self explanatory in get inputDenis Kenzior1-0/+4
2012-11-28stk: Handle icon self explanatory in get inkeyDenis Kenzior1-0/+4
2012-11-28stk: Handle icon self explanatory in display textDenis Kenzior1-0/+4
2012-11-28stk: Handle icon self explanatory in menusDenis Kenzior1-0/+5
2012-11-22stk: Fix crash in SIM refresh handlingDenis Kenzior1-2/+2
2012-11-22stk: Always include IdleModeText in GetPropertiesDenis Kenzior1-1/+1
2012-11-22stk: Use the shorter timeout for select itemDenis Kenzior1-1/+1
2012-11-22stk: use longer timeout for ImmediateResponseDenis Kenzior1-0/+3
2012-11-22stk: Use short timeout for get_inkeyDenis Kenzior1-1/+1
2012-11-22stk: Use a shorter timeout for DisplayTextDenis Kenzior1-2/+2
2012-10-31stk: Tweak the concept of continuous tonesDenis Kenzior1-4/+12
2012-09-17stk: AID shall not be displayed in certain casesPhilippe Nunes1-0/+12
2012-09-17stk: move number conversion to a utility functionPhilippe Nunes1-15/+43
2012-08-30stk: Fix comment styleDenis Kenzior1-3/+1
2012-08-30stk: Ask for immediate digit response as requiredPhilippe Nunes1-2/+7
2012-08-30stk: Check if an agent is registered when UI is requiredPhilippe Nunes1-0/+9
2012-08-30stk: Display action information while sending USSDPhilippe Nunes1-5/+14
2012-06-16stk: Fix crash when envelope returns syncDenis Kenzior1-3/+4
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi1-7/+7
2012-05-20Convert GDBus methods to use macro helpersLucas De Marchi1-8/+14
2012-05-20Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
2012-05-20Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
2012-01-18stk: find_atom only returns registered atomsDenis Kenzior1-9/+4
2012-01-18stk: Use __ofono_atom_findDenis Kenzior1-73/+28
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-08-14stk: Fix crashesDenis Kenzior1-36/+13
2011-07-25stk: Fix missing break statementDenis Kenzior1-0/+1
2011-07-25stk: Make sure to set cancel_cmdDenis Kenzior1-17/+34
2011-07-25stk: Remove code that does nothingDenis Kenzior1-3/+0
2011-07-25stk: Fix possible crashDenis Kenzior1-4/+4
2011-07-25stk: Handle set up call in handled_notifyJeevaka Badrappan1-26/+140
2011-07-15stk: Fix crash seen in stk_alpha_id_unsetJeevaka Badrappan1-1/+6
2011-07-06stk: Use the right command pointerAndrzej Zaborowski1-1/+1
2011-05-31stk: Cancel pending DTMF tones if session is endedDenis Kenzior1-13/+25
2011-05-31stk: simplify respond_on_exit flag handlingPhilippe Nunes1-25/+2
2011-04-05stk: No more need to use get_registeredDenis Kenzior1-3/+3
2011-04-05stk: Check for USSD atom before othersDenis Kenzior1-6/+6
2011-04-05stk: Check if terminal is busy before SIM RefreshAndrzej Zaborowski1-23/+71
2011-03-30stk: Handle user termination for Send DTMFPhilippe Nunes1-5/+21
2011-03-23stk: Fix getenv failure caseJeevaka Badrappan1-3/+3
2011-03-16stk: fix issue with Get Inkey variable timeoutJeevaka Badrappan1-2/+26
2011-03-02stk: Handle Refresh if also performed by modemAndrzej Zaborowski1-6/+30
2011-02-28stk: Make sure to reset respond_on_exitAndrzej Zaborowski1-0/+1