Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-11 | stk-api.txt. Introduce the new API ConfirmOpenChannel | Philippe Nunes | 1 | -0/+7 | |
2011-04-11 | stkagent: Add ConfirmOpenChannel method | Philippe Nunes | 2 | -0/+74 | |
2011-04-11 | voicecall: fix to sim ecc free logic | Denis Kenzior | 1 | -4/+7 | |
Correct copy paste mistakes and a slight logic oversight | |||||
2011-04-11 | voicecall: Fix ECC list generation for empty EFecc | Denis Kenzior | 1 | -1/+10 | |
2011-04-11 | voicecall: add call, callsetup and callheld indicators | Frédéric Danis | 1 | -0/+131 | |
2011-04-11 | emulator: add call, callsetup and callheld cinds | Frédéric Danis | 1 | -0/+5 | |
2011-04-11 | include: Add callsetup, call and callheld | Frédéric Danis | 1 | -0/+12 | |
as indicators for HFP emulator | |||||
2011-04-07 | AUTHORS: Mention Nicolas' contributions | Denis Kenzior | 1 | -0/+1 | |
2011-04-07 | stkagent: Avoid error when URL is null | Nicolas Bertrand | 1 | -0/+3 | |
...with STK command "LAUNCH BROWSER" and default URL | |||||
2011-04-07 | TODO: Mark Network/Modem EN update task as done | Jeevaka Badrappan | 2 | -19/+10 | |
2011-04-07 | voicecall: Handle concurrent Refresh & NW ECC update | Denis Kenzior | 1 | -26/+35 | |
There is a potential case where the EFecc is being refreshed due to a SIM refresh and a Network ECC list is updated. In this case we might report a set of numbers that is not yet complete. Take care of this case. | |||||
2011-04-07 | voicecall: Don't reverse sim_en_list | Denis Kenzior | 1 | -2/+0 | |
The order of the ECCs is not important as they're all unique. | |||||
2011-04-07 | voicecall: Fix ECC list generation | Denis Kenzior | 1 | -5/+5 | |
If the network list of ECC numbers is updated when we have no SIM, or when the SIM numbers have not yet been read, or there is an error during EFecc read, then the default_no_sim numbers are never added to the ECC list. | |||||
2011-04-07 | voicecall: Localize variable initialization | Denis Kenzior | 1 | -8/+6 | |
2011-04-07 | voicecall: network emergency number list support | Jeevaka Badrappan | 1 | -0/+19 | |
2011-04-07 | voicecall: Refactor emergency number list handling | Jeevaka Badrappan | 1 | -65/+65 | |
2011-04-07 | voicecall: Remove sim_state_watch on atom unregister | Jeevaka Badrappan | 1 | -6/+7 | |
2011-04-07 | include: Add ofono_voicecall_en_list_notify api | Jeevaka Badrappan | 1 | -0/+3 | |
2011-04-07 | isimodem: Fix hangup for hold initiated calls | Arun Ravindran | 1 | -0/+1 | |
2011-04-07 | isimodem: Fix false reporting of active call state | Arun Ravindran | 1 | -1/+4 | |
2011-04-07 | isimodem: Add missing PN_MODEM_* debugs | Aki Niemi | 1 | -0/+3 | |
2011-04-07 | isimodem: Move common debugs to a single place | Aki Niemi | 9 | -16/+5 | |
2011-04-07 | isimodem: Refactor netreg driver probing | Aki Niemi | 1 | -47/+88 | |
Go back to using a single driver instance, with concurrent reachability checks of both possible resources. | |||||
2011-04-07 | isimodem: Add missing debugs to info resources | Aki Niemi | 2 | -1/+5 | |
2011-04-05 | TODO: Minor tweaks | Denis Kenzior | 1 | -2/+5 | |
2011-04-05 | TODO: Remove Owners from orphaned tasks | Denis Kenzior | 1 | -10/+0 | |
2011-04-05 | TODO: Roll Modem & Network ECC tasks into one | Denis Kenzior | 1 | -13/+3 | |
2011-04-05 | TODO: Mark SIM Refresh task as done | Andrzej Zaborowski | 2 | -35/+34 | |
2011-04-05 | stk: No more need to use get_registered | Denis Kenzior | 1 | -3/+3 | |
__ofono_modem_find_atom returns only atoms that are registered now. | |||||
2011-04-05 | stk: Check for USSD atom before others | Denis Kenzior | 1 | -6/+6 | |
For efficiency (and consistency) we should check for the USSD atom before checking CallForwarding, CallBarring, and CallSettings atoms. | |||||
2011-04-05 | stk: Check if terminal is busy before SIM Refresh | Andrzej Zaborowski | 1 | -23/+71 | |
2011-04-05 | call-forwarding: Move to avoid forward-decl | Denis Kenzior | 1 | -26/+25 | |
2011-04-05 | call-forwarding: Remove unneeded forward-decl | Denis Kenzior | 1 | -1/+0 | |
2011-04-05 | call-forwarding: Fix typo | Denis Kenzior | 1 | -1/+1 | |
2011-04-05 | call-forwarding: Reregister on EF-CFIS refresh | Andrzej Zaborowski | 1 | -32/+15 | |
2011-04-04 | TODO: Mark emergency calls task as done | Denis Kenzior | 2 | -23/+9 | |
2011-04-04 | modem: Tweak online logic if set_online is missing | Denis Kenzior | 1 | -1/+4 | |
In case set_online is missing, we should set online mode directly. If we're already online then set our state to Online, otherwise check if we should get Online. | |||||
2011-04-04 | modem: No need to set get_online on sim reset | Denis Kenzior | 1 | -3/+0 | |
When STK sends us a SIM Refresh resulting in a SIM reset, we should not set the online state as the modem should still keep us online anyway. | |||||
2011-04-04 | modem: Fix minor style violations | Denis Kenzior | 1 | -3/+4 | |
2011-04-04 | modem: modem state decoupled from rf state | Jeevaka Badrappan | 1 | -25/+55 | |
2011-04-04 | voicecall: Detect emergency calls initiated by STK | Denis Kenzior | 1 | -3/+17 | |
2011-04-04 | voicecall: add emergency mode handling | Jeevaka Badrappan | 1 | -1/+19 | |
2011-04-04 | voicecall: generalize emergency call check | Jeevaka Badrappan | 1 | -9/+5 | |
2011-04-04 | modem: restrict operations allowed in emergency | Jeevaka Badrappan | 1 | -0/+9 | |
2011-04-04 | dbus: Add __ofono_error_emergency_active | Jeevaka Badrappan | 2 | -0/+8 | |
2011-04-04 | modem: add increment/decrement emergency mode api | Jeevaka Badrappan | 2 | -0/+39 | |
2011-04-04 | modem: add Emergency property | Jeevaka Badrappan | 1 | -0/+4 | |
2011-04-04 | modem: add ofono_modem_get_emergency_mode api | Jeevaka Badrappan | 1 | -0/+6 | |
2011-04-04 | include: add ofono_modem_get_emergency_mode api | Jeevaka Badrappan | 1 | -0/+2 | |
2011-03-31 | sim: add +CNUM support for HFP emulator | Frédéric Danis | 1 | -0/+66 | |