Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-29 | Remove all uses of modem.h | Denis Kenzior | 1 | -1/+0 | |
2009-07-29 | Rename modem_add_interface / modem_remove_interface | Denis Kenzior | 1 | -2/+2 | |
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h | |||||
2009-07-29 | Get rid of dbus-gsm.h | Denis Kenzior | 1 | -2/+0 | |
2009-07-29 | Rename dbus_gsm_pending_reply | Denis Kenzior | 1 | -9/+9 | |
2009-07-29 | Rename dbus_gsm_dict_append | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Move & Rename PROPERTIES_ARRAY_SIGNATURE | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Rename dbus_gsm_signal_property_changed | Denis Kenzior | 1 | -6/+6 | |
2009-07-29 | Rename dbus_gsm error functions to __ofono_error | Denis Kenzior | 1 | -28/+28 | |
2009-07-29 | Move & Rename dbus_gsm_connection | Denis Kenzior | 1 | -4/+4 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
2009-06-01 | Squish another uninitialized warning | Denis Kenzior | 1 | -1/+1 | |
2009-06-01 | Change int type to enum for SS control callbacks | Denis Kenzior | 1 | -1/+2 | |
2009-05-26 | Create ofono_phone_number struct | Denis Kenzior | 1 | -32/+29 | |
Creates a new structure in driver.h called ofono_phone_number. This is meant to replace const char *number, int number_type arguments everywhere. Fix up all existing code to use this structure instead. | |||||
2009-05-21 | Simplify CallForwarding interface | Denis Kenzior | 1 | -412/+177 | |
Simplify the Call Forwarding interface using some of the ideas from the Call Barring interface. The code should be much easier to follow now Remove Data/Fax attributes and refactor how the Supplementary Service requests are performed. The Data/Fax attributes can still be controlled via supplementary service strings for GCF compliance, but have been removed from general consumption since oFono does not yet support Fax or Data bearers. | |||||
2009-05-20 | Fixup SS control case | Denis Kenzior | 1 | -0/+1 | |
In certain cases, querying/setting prperties via SS control req doesn't provide complete state, resulting in subsequent GetProperties reporting incorrect values | |||||
2009-05-12 | Remove some other unused variables | Denis Kenzior | 1 | -6/+0 | |
2009-05-05 | Add implementation of telephony daemon | Denis Kenzior | 1 | -0/+1431 | |