summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2009-08-19Evolve SMS driver APIDenis Kenzior2-1/+77
2009-08-17Evolve the USSD APIDenis Kenzior2-1/+64
2009-08-14Refactor cssn into ofono_ssnDenis Kenzior2-1/+62
Make this into a fully fledged entity, with a driver instead of the current kludge. This means modem drivers can actually choose whether to instantiate a CSSN atom or not Move the notification functions from voicecall.c into ssn.c. Move the cssn.h header into include/ssn.h and refactor Update call barring to utilize ofono_ssn and use the new atom_watch functionality to detect when ssn has been added or removed
2009-08-14Move CALL_SETTINGS_INTERFACE define to dbus.hDenis Kenzior1-0/+1
2009-08-14Move PHONEBOOK_INTERFACE define to dbus.hDenis Kenzior1-0/+1
2009-08-14Move CALL_METER_INTERFACE define to dbus.hDenis Kenzior1-1/+1
2009-08-14Move CALL_FORWARDING_INTERFACE define to dbus.hDenis Kenzior1-0/+2
2009-08-14Move CALL_BARRING_INTERFACE definition to dbus.hDenis Kenzior1-0/+1
2009-08-14Evolve the phonebook driverDenis Kenzior2-1/+73
2009-08-14Evolve call settings driverDenis Kenzior2-1/+80
2009-08-14Move clir and cug option enums to types.hDenis Kenzior1-0/+13
2009-08-14Evolve the call meter driver APIDenis Kenzior2-1/+88
2009-08-14Evolve the call-forwarding driverDenis Kenzior2-1/+89
2009-08-14Evolve the call-barring driverDenis Kenzior2-1/+70
- Move call barring related functionality out of driver.h into a dedicated file, call-barring.h - Update to use the new atom framework - Remove over-reliance on the modem structure, call-barring structure should now be used instead whenever possible
2009-08-13Move certain parts of driver.h to types.hDenis Kenzior2-1/+55
2009-08-12Add function for printing warningsMarcel Holtmann1-0/+2
2009-07-29Move MODEM_INTERFACE to dbus.hDenis Kenzior1-0/+1
2009-07-29Move MANAGER_PATH to dbus.hDenis Kenzior1-0/+1
2009-07-29Move MANAGER_INTERFACE to dbus.hDenis Kenzior1-0/+1
2009-07-29Rename ofono_modem_userdataDenis Kenzior1-0/+5
2009-07-29Make plugins use ofono_modem_get_pathDenis Kenzior1-0/+2
2009-07-29Rename modem_add_interface / modem_remove_interfaceDenis Kenzior2-1/+40
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h
2009-07-29Rename dbus_gsm_dict_append_arrayDenis Kenzior1-0/+3
2009-07-29Rename dbus_gsm_dict_appendDenis Kenzior1-0/+3
2009-07-29Move & Rename PROPERTIES_ARRAY_SIGNATUREDenis Kenzior1-0/+6
2009-07-29Rename dbus_gsm_signal_array_property_changedDenis Kenzior1-0/+6
2009-07-29Rename dbus_gsm_signal_property_changedDenis Kenzior1-0/+4
2009-07-29Refactor dbus initialization & reconnectDenis Kenzior1-0/+2
2009-07-29Move & Rename dbus_gsm_connectionDenis Kenzior1-0/+2
Move to ofono/dbus.h ofono_dbus_get_connection
2009-07-29Add new ofono/dbus.h headerDenis Kenzior2-1/+36
2009-06-17Add call-history driver typeDenis Kenzior2-1/+57
2009-05-10Fix broken OFONO_PLUGIN_DEFINE for builtin pluginsMarcel Holtmann1-0/+1
2009-05-10Add support for builtin pluginsMarcel Holtmann1-0/+6
2009-05-05Update log and plugin functionsMarcel Holtmann2-4/+7
2009-04-26Add plugin support infrastructureMarcel Holtmann3-1/+116
2009-04-26Add skeleton for telephony daemonMarcel Holtmann2-0/+67
2009-04-26Add directories for source code, header files and pluginsMarcel Holtmann1-0/+2