Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-18 | Add enumeration for STK Comprehension TLV objects | Denis Kenzior | 1 | -0/+97 | |
2010-02-17 | Add Sim Toolkit Envelope type enum | Denis Kenzior | 1 | -0/+15 | |
2010-02-17 | Add Sim Toolkit Proactive Command enum | Denis Kenzior | 1 | -0/+44 | |
2010-02-17 | Add stubs files for Sim Toolkit Utilities | Denis Kenzior | 3 | -1/+54 | |
2010-02-17 | Fix: a pending call was leaking in check_service | Vinicius Costa Gomes | 1 | -0/+2 | |
This was triggering an assert inside libdbus when the timeout inside the leaking pending call expired. The assert said that we were trying to remove an nonexistent timeout. | |||||
2010-02-16 | Refactor: ussd user response | Denis Kenzior | 1 | -14/+7 | |
When the user sends a response, the network can still continue the dialog, it is not a final response and we cannot transition to an idle state when the command finishes. Instead we set it back to a special state and treat subsequent network responses as unsolicited. | |||||
2010-02-16 | Rename: ussd-api to supplementaryservices-api | Denis Kenzior | 1 | -0/+0 | |
2010-02-16 | Cleanup: Minor API tweaks for USSD | Denis Kenzior | 2 | -12/+12 | |
2010-02-16 | Subscribe to USSD signals in test script. | Andrzej Zaborowski | 1 | -1/+20 | |
2010-02-16 | Handle network-initiated ussd requests. | Andrzej Zaborowski | 2 | -10/+216 | |
This adds the methods on the D-bus interface to allow the client to handle USSD requests from the network, according to 22.090. Unfortunately this document is not clear on every point and some details can't be implemented. This includes reporting unsupported request to the network, unsupported language, ME busy etc, because there isn't an AT command for that. | |||||
2010-02-15 | hfp: add watch to trigger HUP of the file descriptor | Gustavo F. Padovan | 1 | -0/+10 | |
2010-02-15 | hfp: remove modems if bluetoothd exits unexpectedly | Gustavo F. Padovan | 1 | -2/+25 | |
2010-02-15 | Fix: Use g_dbus_emit_signal in call-barring,meter | Andrzej Zaborowski | 2 | -21/+4 | |
2010-02-15 | hfp: remove duplicated ofono_modem_set_powered | Gustavo F. Padovan | 1 | -2/+0 | |
2010-02-15 | Cleanup: Get rid of USSD_FLAG_PENDING | Denis Kenzior | 1 | -24/+10 | |
2010-02-12 | Release 0.18 | Marcel Holtmann | 2 | -1/+9 | |
2010-02-12 | Fix: Unregistering the agent in disable is wrong | Denis Kenzior | 2 | -3/+6 | |
What we really want to do here is set a flag that the agent has not been released yet. If this is the case we should send the Disconnect call on disable. | |||||
2010-02-12 | Add hfp/ prefix to the path for HFP modems | Denis Kenzior | 1 | -1/+2 | |
2010-02-12 | Fix: Trivial mistake | Denis Kenzior | 1 | -3/+0 | |
2010-02-12 | Add support for alias changes | Denis Kenzior | 1 | -5/+29 | |
2010-02-12 | Set modem name from Bluetooth device alias | Denis Kenzior | 1 | -3/+6 | |
2010-02-12 | Add support for modem names | Denis Kenzior | 2 | -0/+27 | |
2010-02-12 | Fix: Use persistent paths for hfp modems | Denis Kenzior | 1 | -19/+54 | |
2010-02-12 | Fix: Store the modem in the uuid hash | Denis Kenzior | 1 | -2/+2 | |
The modem is more useful to store than the path, particularly once we track Aliases | |||||
2010-02-12 | Refactor the UUIDs property changed path | Denis Kenzior | 1 | -29/+36 | |
2010-02-12 | Don't leak user_data in send_method_call_with_reply | Denis Kenzior | 1 | -5/+16 | |
2010-02-12 | hfp: Don't use Disconnect when agent was released | Gustavo F. Padovan | 1 | -7/+11 | |
2010-02-12 | Keep track of adapter addresses | Denis Kenzior | 1 | -10/+44 | |
This will be required for peristent HFP modem path tracking. | |||||
2010-02-12 | Fix: Add free_func to send_method_call_with_reply | Denis Kenzior | 1 | -10/+13 | |
2010-02-12 | Fix: ofono_dbus_get_connection does not ref it | Denis Kenzior | 1 | -2/+0 | |
2010-02-12 | Cleanup: No sense in creating the hash if failed | Denis Kenzior | 1 | -4/+3 | |
2010-02-12 | Refactor: Device GetProperties handling | Denis Kenzior | 1 | -65/+18 | |
2010-02-12 | Refactor: Use Adapter Devices property | Denis Kenzior | 1 | -20/+58 | |
Adapter interface ListDevices method is deprecated | |||||
2010-02-12 | Fix: Use Manager's Adapters property instead | Denis Kenzior | 1 | -20/+32 | |
ListAdapters method on Manager interface is deprecated | |||||
2010-02-12 | Add a more sophisticated GetProperties reply parser | Denis Kenzior | 1 | -0/+84 | |
2010-02-12 | Style: No need for this to be a function | Denis Kenzior | 1 | -10/+7 | |
2010-02-12 | Fix: Use a 15 second timeout on a disconnect | Denis Kenzior | 1 | -1/+1 | |
2010-02-12 | Style: No need for this to be a function | Denis Kenzior | 1 | -9/+9 | |
2010-02-12 | Style: No need for a function here | Denis Kenzior | 1 | -8/+3 | |
2010-02-12 | hfp: set timeout to rfcomm establishment procedure | Gustavo F. Padovan | 1 | -25/+83 | |
If it expires we call org.bluez.HandsfreeGateway.Disconnect() It also modifies send_method_call and break it down into two functions. Now we have send_method_call_with_reply, for DBus messages that needs a reply. It sets a reply and a timeout for the message reply. The other funcion is called send_method_call without timeout or reply parameters. | |||||
2010-02-11 | hfp: avoid crash when hfp is declared on modem.conf | Gustavo F. Padovan | 1 | -0/+4 | |
2010-02-11 | hfp: fix copyright notice | Gustavo F. Padovan | 1 | -1/+1 | |
2010-02-10 | Mention Inaky's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-02-10 | Fix: plugin version mismatch warning | Inaky Perez-Gonzalez | 1 | -1/+2 | |
When complaining about plugin version mismatch, print the version information | |||||
2010-02-10 | Clean: no error path needed | Inaky Perez-Gonzalez | 2 | -4/+10 | |
Remove unneeded error path and document the rationale behind it in __ofono_modem_get_list() and manager_get_properties(). | |||||
2010-02-10 | Rename server_io to channel | Zhenhua Zhang | 1 | -6/+6 | |
To make it consistent with GAtChat. | |||||
2010-02-10 | Replace sprintf with snprintf | Zhenhua Zhang | 1 | -2/+3 | |
2010-02-10 | Rename buf to read_buf in GAtServer | Zhenhua Zhang | 1 | -27/+27 | |
Because we may introduce write_buf for sever response buffer. | |||||
2010-02-10 | Style: if statement | Denis Kenzior | 1 | -2/+3 | |
2010-02-10 | Fix: memory leak | Denis Kenzior | 1 | -0/+5 | |