summaryrefslogtreecommitdiffstats
path: root/src/stk.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09stk: Fix User Cancel response to Set Up CallAndrzej Zaborowski1-1/+1
2010-08-27voicecall: Refactor ofono_voicecall_busyDenis Kenzior1-1/+1
2010-08-27stk: setup call did not handle agent disappearanceDenis Kenzior1-19/+24
2010-08-27stk: Free select item menuDenis Kenzior1-0/+2
2010-08-27stk: Reset cancel_cmd to NULLDenis Kenzior1-0/+3
2010-08-27stk: set cancel_cmd only if agent was calledDenis Kenzior1-10/+11
2010-08-27stk: Handle the Set Up Call proactive commandAndrzej Zaborowski1-0/+188
2010-08-20stk: reorder: Don't access freed memory in Send SMSAndrzej Zaborowski1-4/+4
2010-08-20stk: Fix error messsage from select item method callMarcel Holtmann1-3/+3
2010-08-18stk: Update agent_called with GetInkey & GetInputAndrzej Zaborowski1-0/+2
2010-08-11Add a few debug statements to STK coreMarcel Holtmann1-4/+22
2010-08-04stk: Rip out the HELP stuff for nowDenis Kenzior1-41/+0
2010-08-04stk: Handle the Get Input proactive commandAndrzej Zaborowski1-0/+96
2010-08-04stk: Handle the Get Inkey proactive commandAndrzej Zaborowski1-0/+200
2010-07-30stk: Remove unneeded checkDenis Kenzior1-5/+0
2010-07-30stk: Fix typo in commentDenis Kenzior1-1/+1
2010-07-30stk: Handle the case where no agent is registeredDenis Kenzior1-0/+19
2010-07-30stk: Get rid of cancel resultDenis Kenzior1-23/+57
2010-07-30stk: Introduce destroy semantics to stkagentDenis Kenzior1-11/+13
2010-07-30stk: Handle errors when sending to the agent failsDenis Kenzior1-4/+13
2010-07-30stk: Get rid of nested switchDenis Kenzior1-47/+56
2010-07-30stk: Handle the new termination semanticsDenis Kenzior1-2/+20
2010-07-30stk: Simplify sending of terminal responsesDenis Kenzior1-32/+43
2010-07-30stkagent: Make DisplayText invocation match APIDenis Kenzior1-2/+1
2010-07-30stkagent: Get rid of nasty g_timeout tricksDenis Kenzior1-2/+2
2010-07-30stkagent: Refactor stkagent apiDenis Kenzior1-2/+2
2010-07-30stkagent: Rename stk_agent_removeDenis Kenzior1-5/+5
2010-07-30stk: Handle the Display Text proactive command.Andrzej Zaborowski1-0/+89
2010-07-30stk: Handle the Select Item proactive command.Andrzej Zaborowski1-1/+66
2010-07-30stk: Handle the main menu.Andrzej Zaborowski1-4/+171
2010-07-30stk: Utilities to deal with menus.Andrzej Zaborowski1-0/+67
2010-07-30stk: Add STK agent registration api.Andrzej Zaborowski1-0/+149
2010-07-15stk: Remove an unneeded check.Andrzej Zaborowski1-3/+0
2010-07-08stk: Simplify poll interval logicDenis Kenzior1-6/+4
2010-07-08stk: Be more paranoid of enums from stkDenis Kenzior1-0/+3
2010-07-08stk: Handle the Poll Interval proactive commandAndrzej Zaborowski1-0/+45
2010-07-08style: Use more understandable syntaxDenis Kenzior1-2/+3
2010-07-08stk: Get rid of gratuitous goto abuseDenis Kenzior1-5/+2
2010-07-08style: Prefer initialized variables on topDenis Kenzior1-1/+1
2010-07-08sms: Refactor ofono_sms_submit introduced by stkDenis Kenzior1-24/+16
2010-07-08stk: Don't submit all pending envelopes at onceDenis Kenzior1-2/+2
2010-07-08stk: Fix copy / paste errorDenis Kenzior1-2/+0
2010-07-08stk: Get rid of bin to hex converterDenis Kenzior1-16/+3
2010-07-08stk: cancelled variable is not usedDenis Kenzior1-5/+0
2010-07-08stk: Handle the Timer Management proactive commandAndrzej Zaborowski1-0/+165
2010-07-08stk: Handle the Set Up Idle Text proactive commandAndrzej Zaborowski1-0/+98
2010-07-08stk: Handle the Send SMS proactive command.Andrzej Zaborowski1-0/+104
2010-07-08stk: Handle ENVELOPEs in a queue, retry on sim busy.Andrzej Zaborowski1-14/+77
2010-07-08stk: Handle MoreTime command as a no-opAndrzej Zaborowski1-0/+13
2010-07-08stk: Utilities for proactive command/envelope handling.Andrzej Zaborowski1-18/+155