Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-13 | handsfree: Expose RequestPhoneNumber in D-Bus API | Mikel Astiz | 1 | -0/+50 | |
2011-10-13 | handsfree: Don't emit signals if not registered | Denis Kenzior | 1 | -0/+3 | |
2011-10-13 | handsfree: Copyright statement correction | Mikel Astiz | 1 | -0/+1 | |
2011-10-12 | voicecall: Make emulator use release_queue | Denis Kenzior | 1 | -18/+11 | |
2011-10-12 | voicecall: Fix HangupAll for HFP | Denis Kenzior | 1 | -5/+38 | |
HFP does not implement HangupAll natively and most AGs do not support releasing held calls by id. Work around this by using hangup active and then dropping all held calls if no waiting calls exist. Otherwise fall back to releasing calls by id. | |||||
2011-10-10 | core: Update copyright information | Marcel Holtmann | 56 | -72/+72 | |
2011-10-06 | log: Rename program executable variable | Marcel Holtmann | 2 | -4/+6 | |
2011-10-05 | log: Add support for backtrace symbole resolving | Marcel Holtmann | 3 | -17/+112 | |
2011-09-09 | handsfree: Implement inband ring settings | Mikel Astiz | 1 | -0/+26 | |
2011-09-09 | handsfree: Add skeleton implementation | Mikel Astiz | 2 | -0/+224 | |
2011-09-08 | gprs: Allow NULL context names while provisioning | Denis Kenzior | 1 | -1/+1 | |
2011-09-08 | emulator: Minor style tweaks inside bia_cb | Denis Kenzior | 1 | -9/+10 | |
2011-09-08 | emulator: add AT+BIA support for HFP | Frédéric Danis | 1 | -10/+73 | |
2011-08-18 | voicecall: Relax reqs for hangup of held calls | Denis Kenzior | 1 | -1/+3 | |
If we have a single held call, then it should be possible to hang it up with 'Hangup' even if active calls exist. Only if multiple held calls or a waiting call exists should we disallow the request due to possible side-effects. | |||||
2011-08-18 | voicecall: Move stuff around | Denis Kenzior | 1 | -48/+48 | |
2011-08-18 | gprs: Experimental fix for twitchy Huawei firmware | Denis Kenzior | 1 | -0/+8 | |
2011-08-18 | network: Fix crash with an empty mcc/mnc cops list | Denis Kenzior | 1 | -0/+3 | |
Some hardware returns an empty mcc/mnc operator during an operator scan when no operators are found (e.g. on an LTE dongle in a non-LTE area). This results in oFono mistaking trying to update a non-existent operator object. For reference: ofonod[27532]: Device: < \r\n+NWSTATEIND: 4\r\n\r\n+COPS: (0,"","","",255),,(0-4),(0-2)\r\n\r \nOK\r\n process 27532: arguments to dbus_message_new_signal() were incorrect, assertion "_dbus_check_ is_valid_path (path)" failed in file dbus-message.c line 1289. This is normally a bug in some application using the D-Bus library. D-Bus not built with -rdynamic so unable to print a backtrace | |||||
2011-08-15 | plugin: Use simpler version mismatch error | Marcel Holtmann | 1 | -2/+2 | |
2011-08-15 | plugin: Add debug support for external plugins | Marcel Holtmann | 1 | -0/+2 | |
2011-08-15 | log: Use separate function for enable logging | Marcel Holtmann | 2 | -5/+17 | |
2011-08-15 | cdma-voicecall: Implement SendTones method | Caiwen Zhang | 1 | -0/+54 | |
2011-08-15 | cdma-voicecall: Implement SendFlash method | Caiwen Zhang | 1 | -0/+25 | |
2011-08-15 | cdma-voicecall: Implement Answer method | Caiwen Zhang | 1 | -0/+23 | |
2011-08-15 | emulator: fix indicator notification | Frédéric Danis | 2 | -13/+31 | |
2011-08-15 | stkagent: Define DBUS_TIMEOUT_INFINITE if undefined | Marcel Holtmann | 1 | -0/+4 | |
2011-08-14 | stkagent: Use infinite timeouts | Denis Kenzior | 1 | -3/+3 | |
for DisplayActionInformation and DisplayAction | |||||
2011-08-14 | stk: Fix crashes | Denis Kenzior | 1 | -36/+13 | |
2011-08-09 | cdma-netreg: Initialize hdr strength | Denis Kenzior | 1 | -0/+1 | |
2011-08-09 | cdma-netreg: Implement HDR strength updates | Denis Kenzior | 1 | -7/+29 | |
2011-08-05 | cdma-netreg: Add Strength property support | Bertrand Aygon | 1 | -0/+39 | |
2011-08-05 | cdma-netreg: implement support for Status property | Bertrand Aygon | 1 | -0/+47 | |
2011-08-05 | cdma-netreg: Add initial stub implementation | Bertrand Aygon | 2 | -0/+192 | |
2011-07-29 | modem: Add some more debug outputs | Marcel Holtmann | 1 | -3/+11 | |
2011-07-29 | main: Print message when starting to shutdown | Marcel Holtmann | 1 | -0/+1 | |
2011-07-27 | network: Force auto-only mode if manual registration is not supported | Marcel Holtmann | 1 | -0/+9 | |
If the network registration driver decides to not provide a manual registration method, then force the mode to auto-only. | |||||
2011-07-25 | stk: Fix missing break statement | Denis Kenzior | 1 | -0/+1 | |
2011-07-25 | voicecall: Be more paranoid and null terminate | Denis Kenzior | 1 | -1/+4 | |
2011-07-25 | voicecall: Use defined constants | Denis Kenzior | 1 | -3/+3 | |
2011-07-25 | stk: Make sure to set cancel_cmd | Denis Kenzior | 1 | -17/+34 | |
For handled commands, in case the terminal response is not reported by the modem, we must set the cancel_cmd variable so the command is canceled properly. This patch also modifies the behavior so that pending_cmd is freed, since stk_proactive_command_cancel expects cancel_cmd to be set if pending_cmd is not NULL. | |||||
2011-07-25 | stk: Remove code that does nothing | Denis Kenzior | 1 | -3/+0 | |
2011-07-25 | stk: Fix possible crash | Denis Kenzior | 1 | -4/+4 | |
We can't call stk_command_free on a NULL object | |||||
2011-07-25 | stk: Handle set up call in handled_notify | Jeevaka Badrappan | 1 | -26/+140 | |
2011-07-25 | voicecall: api for set/clear alpha and icon id | Jeevaka Badrappan | 2 | -0/+71 | |
2011-07-24 | cdma-connman: fix the set_property Activate reply | Bertrand Aygon | 1 | -1/+1 | |
2011-07-22 | network: handle hfp operator change correctly | Denis Kenzior | 1 | -1/+2 | |
2011-07-21 | voicecall: remove usage of em_atd_number | Frédéric Danis | 1 | -10/+9 | |
as emulator atom can only run with a 'ready' SIM, use saved number instead of em_atd_number | |||||
2011-07-21 | cdma-connman: emit PropertyChanged signal | Denis Kenzior | 1 | -2/+20 | |
When Username / Password are changed, we should emit the PropertyChanged signal | |||||
2011-07-21 | cdma-connman: Add Username and Password properties | Guillaume Zajac | 1 | -1/+47 | |
2011-07-19 | voicecall: Free settings when sim gets locked out | Denis Kenzior | 1 | -1/+2 | |
2011-07-19 | sim: Support SIM_STATE_LOCKED_OUT | Denis Kenzior | 2 | -4/+7 | |