summaryrefslogtreecommitdiffstats
path: root/src/stkagent.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-17stkagent: Sanitize any output from the agentPhilippe Nunes1-3/+53
2012-08-30stkagent: Add stk_agent_get_quick_digitPhilippe Nunes1-0/+32
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-08-15stkagent: Define DBUS_TIMEOUT_INFINITE if undefinedMarcel Holtmann1-0/+4
2011-08-14stkagent: Use infinite timeoutsDenis Kenzior1-3/+3
2011-04-11stkagent: Add ConfirmOpenChannel methodPhilippe Nunes1-0/+67
2011-04-07stkagent: Avoid error when URL is nullNicolas Bertrand1-0/+3
2011-03-30stkagent: typedef renaming from previous commitDenis Kenzior1-2/+2
2011-03-30stkagent: Add stk_agent_display_action methodPhilippe Nunes1-0/+61
2011-01-20stk: Handle Launch Browser proactive commandJeevaka Badrappan1-0/+68
2010-12-23Revert "stkagent: Remove unneeded goto"Denis Kenzior1-0/+2
2010-12-23stkagent: Remove unneeded gotoDenis Kenzior1-2/+0
2010-12-23stk: Send the AlphaId's to agentAndrzej Zaborowski1-0/+49
2010-11-30stk: Add busy error for the display text commandGuillaume Lucas1-2/+10
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi1-1/+1
2010-10-14stkagent: Add PlayTone and LoopTone requestsAndrzej Zaborowski1-0/+94
2010-10-14stkagent: Handle NULL items in append_menu_itemsDenis Kenzior1-1/+2
2010-10-14stk: Add icon ID information in stk_menuAndrzej Zaborowski1-1/+1
2010-10-14stk: Pass icon IDs in stk agent request parametersAndrzej Zaborowski1-16/+23
2010-08-25stkagent: Add ConfirmCallSetup request.Andrzej Zaborowski1-0/+65
2010-08-18stkagent: Free pending call when destroying agentAndrzej Zaborowski1-5/+6
2010-08-04stkagent: No need to split these on two linesDenis Kenzior1-8/+4
2010-08-04stkagent: Introduce CALLBACK_END macroDenis Kenzior1-85/+28
2010-08-04stkagent: Implement RequestInput/RequestDigitsAndrzej Zaborowski1-0/+179
2010-08-04stkagent: Implement RequestConfirmation/Key/DigitAndrzej Zaborowski1-0/+240
2010-07-30stkagent: Remove stk_agent_busyDenis Kenzior1-7/+2
2010-07-30stk: Introduce destroy semantics to stkagentDenis Kenzior1-4/+16
2010-07-30stkagent: Make DisplayText invocation match APIDenis Kenzior1-3/+1
2010-07-30stkagent: Remove stk_agent_generic_cbDenis Kenzior1-2/+2
2010-07-30stkagent: Get rid of nasty g_timeout tricksDenis Kenzior1-132/+139
2010-07-30stkagent: Get rid of unneeded checksDenis Kenzior1-9/+0
2010-07-30stkagent: Shorten logicDenis Kenzior1-7/+2
2010-07-30stkagent: Simplify stkagent logicDenis Kenzior1-22/+21
2010-07-30stkagent: Refactor stkagent apiDenis Kenzior1-11/+12
2010-07-30stkagent: Rename stk_agent_removeDenis Kenzior1-3/+3
2010-07-30stk: Handle the Display Text proactive command.Andrzej Zaborowski1-0/+36
2010-07-30stk: Handle the Select Item proactive command.Andrzej Zaborowski1-0/+63
2010-07-30stk: Utilities to deal with menus.Andrzej Zaborowski1-0/+36
2010-07-30Add STK agent utilities and logic.Andrzej Zaborowski1-0/+299