summaryrefslogtreecommitdiffstats
path: root/src/stk.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi1-31/+31
2010-11-25stk: use bigger timeout in DisplayTextAndrzej Zaborowski1-0/+3
2010-11-23stk: Minor style fixDenis Kenzior1-1/+1
2010-11-23stk: Handle null Text fieldAndrzej Zaborowski1-0/+3
2010-11-22src: coding style fixes - rule M6Jeevaka Badrappan1-2/+2
2010-11-08stk: API for SMS Point-to-Point download to UICCAndrzej Zaborowski1-0/+39
2010-11-04sms: Refactor __ofono_sms_txq_submitDenis Kenzior1-3/+4
2010-10-28stk: Handle Send SS in handled_notifyDenis Kenzior1-0/+5
2010-10-27stk: Remove ofono_stk_terminal_response_sent_notifyDenis Kenzior1-7/+11
2010-10-27stk: Handle more commands in handled_notifyAndrzej Zaborowski1-0/+27
2010-10-25stk: Default to general beep if no tone is providedDenis Kenzior1-1/+1
2010-10-25stk: Handle the Play Tone proactive command.Andrzej Zaborowski1-0/+131
2010-10-25stk: Add duration_to_msecs to reduce duplication.Andrzej Zaborowski1-35/+26
2010-10-22stk: Nitpick some newline issuesDenis Kenzior1-4/+5
2010-10-22stk: Apply STK text attributes as htmlAndrzej Zaborowski1-25/+123
2010-10-22stk: use null character instead of 0Denis Kenzior1-2/+3
2010-10-22stk: Remove reference to positive EINVALDenis Kenzior1-3/+6
2010-10-22stk: Handle the Send DTMF proactive commandAndrzej Zaborowski1-1/+142
2010-10-14stk: Add a debug to print the handled command typeDenis Kenzior1-0/+2
2010-10-14API for STK driver to signal executed commandsAndrzej Zaborowski1-0/+38
2010-10-14stk: Simplify and add icon to alphaId apiAndrzej Zaborowski1-18/+7
2010-10-14stk: Make the stk properties not optionalDenis Kenzior1-30/+21
2010-10-14stk: IdleModeIcon and MainMenuIcon propertiesAndrzej Zaborowski1-0/+23
2010-10-14stk: Rename sms_submit_req to extern_reqAndrzej Zaborowski1-8/+13
2010-10-14stk: Reflow stk_menu_create slightlyDenis Kenzior1-7/+8
2010-10-14stk: Add icon ID information in stk_menuAndrzej Zaborowski1-3/+22
2010-10-14stk: Pass icon IDs in stk agent request parametersAndrzej Zaborowski1-14/+14
2010-10-02stk: Additional info for failed Send USSD caseJeevaka Badrappan1-1/+8
2010-09-24stk: Fix missing inlude for encode_hex_own_bufMarcel Holtmann1-0/+1
2010-09-23stk: Add skeleton Refresh handlerDenis Kenzior1-0/+66
2010-09-21stk: Language Notification proactive cmd supportJeevaka Badrappan1-0/+11
2010-09-21sms: Refactor __ofono_sms_txq_submitDenis Kenzior1-2/+6
2010-09-15stk: Refactor Send USSD error handlingDenis Kenzior1-13/+6
2010-09-15stk: Fix style issuesDenis Kenzior1-0/+2
2010-09-15stk: Handling of Send USSD proactive commandJeevaka Badrappan1-1/+172
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