Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-09 | stk: Fix User Cancel response to Set Up Call | Andrzej Zaborowski | 1 | -1/+1 | |
One of the clean-up commits changed the semantics of the dial request callback's parameter (NULL if call setup failed, non-NULL if success or user cancelled). | |||||
2010-08-27 | voicecall: Refactor ofono_voicecall_busy | Denis Kenzior | 1 | -1/+1 | |
2010-08-27 | stk: setup call did not handle agent disappearance | Denis Kenzior | 1 | -19/+24 | |
2010-08-27 | stk: Free select item menu | Denis Kenzior | 1 | -0/+2 | |
If calling the agent failed for some reason | |||||
2010-08-27 | stk: Reset cancel_cmd to NULL | Denis Kenzior | 1 | -0/+3 | |
2010-08-27 | stk: set cancel_cmd only if agent was called | Denis Kenzior | 1 | -10/+11 | |
2010-08-27 | stk: Handle the Set Up Call proactive command | Andrzej Zaborowski | 1 | -0/+188 | |
2010-08-20 | stk: reorder: Don't access freed memory in Send SMS | Andrzej Zaborowski | 1 | -4/+4 | |
Responding to the stk->pending_cmd frees it, we need to read it before that. | |||||
2010-08-20 | stk: Fix error messsage from select item method call | Marcel Holtmann | 1 | -3/+3 | |
2010-08-18 | stk: Update agent_called with GetInkey & GetInput | Andrzej Zaborowski | 1 | -0/+2 | |
2010-08-11 | Add a few debug statements to STK core | Marcel Holtmann | 1 | -4/+22 | |
2010-08-04 | stk: Rip out the HELP stuff for now | Denis Kenzior | 1 | -41/+0 | |
We're not supporting it in the current API and doing so is actually very painful. | |||||
2010-08-04 | stk: Handle the Get Input proactive command | Andrzej Zaborowski | 1 | -0/+96 | |
2010-08-04 | stk: Handle the Get Inkey proactive command | Andrzej Zaborowski | 1 | -0/+200 | |
2010-07-30 | stk: Remove unneeded check | Denis Kenzior | 1 | -5/+0 | |
The agent_remove_source will be canceled as part of the session agent destruction notify. | |||||
2010-07-30 | stk: Fix typo in comment | Denis Kenzior | 1 | -1/+1 | |
2010-07-30 | stk: Handle the case where no agent is registered | Denis Kenzior | 1 | -0/+19 | |
2010-07-30 | stk: Get rid of cancel result | Denis Kenzior | 1 | -23/+57 | |
And also rework how immediate response display text gets handled. | |||||
2010-07-30 | stk: Introduce destroy semantics to stkagent | Denis Kenzior | 1 | -11/+13 | |
2010-07-30 | stk: Handle errors when sending to the agent fails | Denis Kenzior | 1 | -4/+13 | |
2010-07-30 | stk: Get rid of nested switch | Denis Kenzior | 1 | -47/+56 | |
2010-07-30 | stk: Handle the new termination semantics | Denis Kenzior | 1 | -2/+20 | |
The termination semantics were changed in stkagent. Now if an agent sends an invalid response or an unexpected error, then the agent is terminated, even if it is the default agent. | |||||
2010-07-30 | stk: Simplify sending of terminal responses | Denis Kenzior | 1 | -32/+43 | |
Introduce a new send_simple_response function | |||||
2010-07-30 | stkagent: Make DisplayText invocation match API | Denis Kenzior | 1 | -2/+1 | |
For now we match the proposed API until we decide that changes are needed. | |||||
2010-07-30 | stkagent: Get rid of nasty g_timeout tricks | Denis Kenzior | 1 | -2/+2 | |
2010-07-30 | stkagent: Refactor stkagent api | Denis Kenzior | 1 | -2/+2 | |
2010-07-30 | stkagent: Rename stk_agent_remove | Denis Kenzior | 1 | -5/+5 | |
to stk_agent_free | |||||
2010-07-30 | stk: Handle the Display Text proactive command. | Andrzej Zaborowski | 1 | -0/+89 | |
2010-07-30 | stk: Handle the Select Item proactive command. | Andrzej Zaborowski | 1 | -1/+66 | |
2010-07-30 | stk: Handle the main menu. | Andrzej Zaborowski | 1 | -4/+171 | |
2010-07-30 | stk: Utilities to deal with menus. | Andrzej Zaborowski | 1 | -0/+67 | |
2010-07-30 | stk: Add STK agent registration api. | Andrzej Zaborowski | 1 | -0/+149 | |
2010-07-15 | stk: Remove an unneeded check. | Andrzej Zaborowski | 1 | -3/+0 | |
2010-07-08 | stk: Simplify poll interval logic | Denis Kenzior | 1 | -6/+4 | |
2010-07-08 | stk: Be more paranoid of enums from stk | Denis Kenzior | 1 | -0/+3 | |
2010-07-08 | stk: Handle the Poll Interval proactive command | Andrzej Zaborowski | 1 | -0/+45 | |
2010-07-08 | style: Use more understandable syntax | Denis Kenzior | 1 | -2/+3 | |
2010-07-08 | stk: Get rid of gratuitous goto abuse | Denis Kenzior | 1 | -5/+2 | |
2010-07-08 | style: Prefer initialized variables on top | Denis Kenzior | 1 | -1/+1 | |
2010-07-08 | sms: Refactor ofono_sms_submit introduced by stk | Denis Kenzior | 1 | -24/+16 | |
Simplify the logic and get rid of duplicated code | |||||
2010-07-08 | stk: Don't submit all pending envelopes at once | Denis Kenzior | 1 | -2/+2 | |
2010-07-08 | stk: Fix copy / paste error | Denis Kenzior | 1 | -2/+0 | |
2010-07-08 | stk: Get rid of bin to hex converter | Denis Kenzior | 1 | -16/+3 | |
That much code for a debug message is pretty silly. Perhaps an ofono_debug_hexdump function is in order. | |||||
2010-07-08 | stk: cancelled variable is not used | Denis Kenzior | 1 | -5/+0 | |
2010-07-08 | stk: Handle the Timer Management proactive command | Andrzej Zaborowski | 1 | -0/+165 | |
2010-07-08 | stk: Handle the Set Up Idle Text proactive command | Andrzej Zaborowski | 1 | -0/+98 | |
This adds a SimToolkit dbus interface with just one property (IdleModeText). | |||||
2010-07-08 | stk: Handle the Send SMS proactive command. | Andrzej Zaborowski | 1 | -0/+104 | |
2010-07-08 | stk: Handle ENVELOPEs in a queue, retry on sim busy. | Andrzej Zaborowski | 1 | -14/+77 | |
Some envelope types need to be retried when sim reports busy status. Then envelopes such as Event Download need to be returned in the order of the event occurences, so need to be handled in a queue. | |||||
2010-07-08 | stk: Handle MoreTime command as a no-op | Andrzej Zaborowski | 1 | -0/+13 | |
2010-07-08 | stk: Utilities for proactive command/envelope handling. | Andrzej Zaborowski | 1 | -18/+155 | |