Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-04 | sms: Add __ofono_sms_message_path_from_uuid | Denis Kenzior | 1 | -0/+3 | |
2010-11-04 | sms: add __ofono_sms_get_next_ref | Denis Kenzior | 1 | -0/+2 | |
2010-10-22 | voicecall: __ofono_voicecall_tone_send internal api | Andrzej Zaborowski | 1 | -0/+6 | |
This provides a way for other atoms to send DTMF tones during a call. It is assumed that vc->driver->send_tone returns only after the tones have finished being emitted. In this version Dbus DTMF requests are in the same queue as STK requests. | |||||
2010-10-14 | sms: Implement text and datagram watch | Aki Niemi | 1 | -0/+25 | |
Allow setting a watch for incoming text and datagram messages on the sms atom. | |||||
2010-09-29 | core: Add support for audio settings interface | Marcel Holtmann | 1 | -2/+4 | |
2010-09-28 | modem: Add modemwatch watchlist functions | Denis Kenzior | 1 | -0/+8 | |
Used for registering to modem added & removed notifications | |||||
2010-09-28 | ofono: Don't go over 80 characters per line | Denis Kenzior | 1 | -3/+6 | |
2010-09-28 | ssn: The id is unsigned | Denis Kenzior | 1 | -2/+2 | |
2010-09-21 | history: Update to the new SHA1 based sms id API | Denis Kenzior | 1 | -3/+6 | |
2010-09-21 | sms: Refactor __ofono_sms_txq_submit | Denis Kenzior | 1 | -4/+4 | |
2010-09-15 | ussd: Add __ofono_ussd_initiate internal api | Jeevaka Badrappan | 1 | -0/+8 | |
2010-09-09 | modem: Add __ofono_modem_foreach | Denis Kenzior | 1 | -0/+3 | |
2010-09-09 | modem: Remove unneeded functions | Denis Kenzior | 1 | -1/+0 | |
2010-09-09 | modem: Break out append_modem_properties | Denis Kenzior | 1 | -0/+2 | |
2010-09-09 | call-settings: Add __ofono_call_settings_is_busy | Jeevaka Badrappan | 1 | -0/+3 | |
2010-09-09 | call-forwarding: Add __ofono_call_forwarding_is_busy | Jeevaka Badrappan | 1 | -0/+3 | |
2010-09-09 | call-barring: Add __ofono_call_barring_is_busy | Jeevaka Badrappan | 1 | -0/+3 | |
2010-09-09 | ussd: Add __ofono_ussd_is_busy | Yang Gu | 1 | -0/+1 | |
Send SS requires Call Forwarding / Call Settings / Call Barring to check whether USSD is currently busy. If it is, then the SIM should be notified appropriately. We introduce a function __ofono_ussd_is_busy to help with this. | |||||
2010-08-27 | voicecall: Refactor ofono_voicecall_busy | Denis Kenzior | 1 | -1/+3 | |
2010-08-27 | voicecall: add __ofono_voicecall_dial internal api | Andrzej Zaborowski | 1 | -1/+18 | |
The callback is only invoked when the call is CONNECTED (becomes active). Cancel ensures that the callback will not be called and does nothing more in this version, it's an open question if we want to release the call. | |||||
2010-08-16 | dbus: Add Canceled error | Denis Kenzior | 1 | -0/+1 | |
2010-07-08 | sms: Refactor ofono_sms_submit introduced by stk | Denis Kenzior | 1 | -2/+13 | |
Simplify the logic and get rid of duplicated code | |||||
2010-07-08 | Add __ofono_sms_submit for other atoms to submit SMs. | Andrzej Zaborowski | 1 | -1/+6 | |
2010-06-09 | stk: Use envelope encoding utility from stkutil.c | Andrzej Zaborowski | 1 | -2/+2 | |
2010-05-26 | Add __ofono_error_not_available | Denis Kenzior | 1 | -0/+1 | |
2010-05-19 | Add network time support | Aki Niemi | 1 | -0/+8 | |
Adding a new notify function in the netreg atom for notifying a received Network Identification and Timezone (NITZ) indication. This data is consumed via a nettime plugin, of which there is also an example. | |||||
2010-04-15 | Add Sim Toolkit atom | Andrzej Zaborowski | 1 | -1/+3 | |
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver | |||||
2010-02-04 | Add radio settings atom and driver API | Aki Niemi | 1 | -0/+2 | |
This interface exposes a read-write property for radio access technology selection mode. | |||||
2010-01-26 | Add support for dynamic debug feature | Marcel Holtmann | 1 | -5/+3 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-17 | Handle EF-CBSMID contents. | Andrzej Zaborowski | 1 | -1/+5 | |
2009-12-04 | Refactor: call id allocation / release | Denis Kenzior | 1 | -2/+3 | |
2009-12-02 | When SIGTERM is received, run the event loop | Denis Kenzior | 1 | -0/+3 | |
This feature will continue running the event loop for another 10 seconds or so or until all the modems have been shut down. This will allow the modem drivers to properly shutdown their respective devices. | |||||
2009-11-18 | Report AttachInProgress Error | Denis Kenzior | 1 | -0/+1 | |
If one tries to activate a context and we're currently attaching or detaching from GPRS, report the AttachInProgress error | |||||
2009-11-18 | Refactor: Send NotAttached error | Denis Kenzior | 1 | -0/+1 | |
If one tries to activate the context and we're currently not attached to GPRS, report a NotAttached error instead of a failure | |||||
2009-11-05 | Add SMS history capability | Denis Kenzior | 1 | -0/+14 | |
2009-10-29 | Fix: Don't pass ofono_network_operator structures | Denis Kenzior | 1 | -1/+1 | |
2009-10-23 | Add implementation of GPRS context atom | Denis Kenzior | 1 | -0/+1 | |
2009-10-23 | Refactor: Split up GPRS into two atoms | Denis Kenzior | 1 | -0/+1 | |
Split up GPRS into two atoms: GPRS and GPRS Context. GPRS will handle the areas of GPRS network registration, basic GPRS capability detection and attach / detach. GPRS Context will handle setting up / activating / deactivating the indicidual contexts. This will allow us to use the generic GPRS atom for most devices while customizing the GPRS context accordingly. | |||||
2009-10-23 | Add InUse error type | Denis Kenzior | 1 | -0/+1 | |
2009-10-23 | Second round of renaming | Denis Kenzior | 1 | -1/+1 | |
2009-10-23 | Refactor: rename data-connection to gprs | Denis Kenzior | 1 | -1/+1 | |
Keep the name specific to GSM, other implementations will probably require their own interfaces | |||||
2009-10-23 | Add GPRS support | Andrzej Zaborowski | 1 | -0/+2 | |
This commit implements the GPRS context setup and teardown according to doc/dataconnectionmanager-api.txt One issue with the AT implementation of the api is that "Powered" (a read-write property) can be set independently of "Attached" (read-only property) and remain set when "Attached" is clear. The semantics would be that the network doesn't have resources to let the modem attach, but the modem waits for the resources to become available and then attaches. On AT the modem is in this state only when executing +CGATT, so currently the code will rerun +CGATT as soon as the previous one returns with error, probably starving other commands. A possible workaround would be for "Powered" to flip back to False after the modem fails to attach once, or give up on having separate properties. Alternatively we could re-try to attach periodically but on one modem I've tried +CGATT fails after about 1 minute (that's the Calypso) and on another only about 0.5s (Nokia phones with AT emulation). When "Powered" is set and "RoamingAllowed" is clear and we manage to attach and find that we're roaming, ofono resets "Powered". We may want to catch the user trying to dial *99***1# which is the backwards compatibility quirk for old modems (same way ofono parses USSD strings). | |||||
2009-09-29 | Add call volume interface to adjust speaker and mic volume | Zhenhua Zhang | 1 | -0/+1 | |
2009-09-11 | Add utility for setting the netreg base station | Denis Kenzior | 1 | -0/+3 | |
2009-09-11 | Add network registration status watch capability | Denis Kenzior | 1 | -0/+11 | |
2009-09-11 | Refactor various watch functions | Denis Kenzior | 1 | -2/+23 | |
Use a common core kernel for all the watcher registrations / notifications. This is now done in watch.c | |||||
2009-09-10 | Add initial Cell Broadcast atom implementation | Denis Kenzior | 1 | -0/+2 | |
2009-09-02 | Add simple utility to validate paths | Denis Kenzior | 1 | -0/+2 | |
2009-08-20 | Hide the ofono_modem datastructure | Denis Kenzior | 1 | -13/+0 | |