summaryrefslogtreecommitdiff
path: root/src/stkagent.c
Commit message (Expand)AuthorAgeFilesLines
* stkagent: Use bool instead of gboolean / ofono_bool_tDenis Kenzior2018-12-281-58/+59
* treewide: Remove superfluous use of _GNU_SOURCEJonas Bonn2018-10-171-1/+0
* stkagent: Sanitize any output from the agentPhilippe Nunes2012-09-171-3/+53
* stkagent: Add stk_agent_get_quick_digitPhilippe Nunes2012-08-301-0/+32
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
* stkagent: Define DBUS_TIMEOUT_INFINITE if undefinedMarcel Holtmann2011-08-151-0/+4
* stkagent: Use infinite timeoutsDenis Kenzior2011-08-141-3/+3
* stkagent: Add ConfirmOpenChannel methodPhilippe Nunes2011-04-111-0/+67
* stkagent: Avoid error when URL is nullNicolas Bertrand2011-04-071-0/+3
* stkagent: typedef renaming from previous commitDenis Kenzior2011-03-301-2/+2
* stkagent: Add stk_agent_display_action methodPhilippe Nunes2011-03-301-0/+61
* stk: Handle Launch Browser proactive commandJeevaka Badrappan2011-01-201-0/+68
* Revert "stkagent: Remove unneeded goto"Denis Kenzior2010-12-231-0/+2
* stkagent: Remove unneeded gotoDenis Kenzior2010-12-231-2/+0
* stk: Send the AlphaId's to agentAndrzej Zaborowski2010-12-231-0/+49
* stk: Add busy error for the display text commandGuillaume Lucas2010-11-301-2/+10
* core: explicitly compare pointers to NULLLucas De Marchi2010-11-291-1/+1
* stkagent: Add PlayTone and LoopTone requestsAndrzej Zaborowski2010-10-141-0/+94
* stkagent: Handle NULL items in append_menu_itemsDenis Kenzior2010-10-141-1/+2
* stk: Add icon ID information in stk_menuAndrzej Zaborowski2010-10-141-1/+1
* stk: Pass icon IDs in stk agent request parametersAndrzej Zaborowski2010-10-141-16/+23
* stkagent: Add ConfirmCallSetup request.Andrzej Zaborowski2010-08-251-0/+65
* stkagent: Free pending call when destroying agentAndrzej Zaborowski2010-08-181-5/+6
* stkagent: No need to split these on two linesDenis Kenzior2010-08-041-8/+4
* stkagent: Introduce CALLBACK_END macroDenis Kenzior2010-08-041-85/+28
* stkagent: Implement RequestInput/RequestDigitsAndrzej Zaborowski2010-08-041-0/+179
* stkagent: Implement RequestConfirmation/Key/DigitAndrzej Zaborowski2010-08-041-0/+240
* stkagent: Remove stk_agent_busyDenis Kenzior2010-07-301-7/+2
* stk: Introduce destroy semantics to stkagentDenis Kenzior2010-07-301-4/+16
* stkagent: Make DisplayText invocation match APIDenis Kenzior2010-07-301-3/+1
* stkagent: Remove stk_agent_generic_cbDenis Kenzior2010-07-301-2/+2
* stkagent: Get rid of nasty g_timeout tricksDenis Kenzior2010-07-301-132/+139
* stkagent: Get rid of unneeded checksDenis Kenzior2010-07-301-9/+0
* stkagent: Shorten logicDenis Kenzior2010-07-301-7/+2
* stkagent: Simplify stkagent logicDenis Kenzior2010-07-301-22/+21
* stkagent: Refactor stkagent apiDenis Kenzior2010-07-301-11/+12
* stkagent: Rename stk_agent_removeDenis Kenzior2010-07-301-3/+3
* stk: Handle the Display Text proactive command.Andrzej Zaborowski2010-07-301-0/+36
* stk: Handle the Select Item proactive command.Andrzej Zaborowski2010-07-301-0/+63
* stk: Utilities to deal with menus.Andrzej Zaborowski2010-07-301-0/+36
* Add STK agent utilities and logic.Andrzej Zaborowski2010-07-301-0/+299