Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-19 | Evolve SMS driver API | Denis Kenzior | 2 | -1/+77 | |
2009-08-17 | Evolve the USSD API | Denis Kenzior | 2 | -1/+64 | |
2009-08-14 | Refactor cssn into ofono_ssn | Denis Kenzior | 2 | -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-14 | Move CALL_SETTINGS_INTERFACE define to dbus.h | Denis Kenzior | 1 | -0/+1 | |
2009-08-14 | Move PHONEBOOK_INTERFACE define to dbus.h | Denis Kenzior | 1 | -0/+1 | |
2009-08-14 | Move CALL_METER_INTERFACE define to dbus.h | Denis Kenzior | 1 | -1/+1 | |
2009-08-14 | Move CALL_FORWARDING_INTERFACE define to dbus.h | Denis Kenzior | 1 | -0/+2 | |
2009-08-14 | Move CALL_BARRING_INTERFACE definition to dbus.h | Denis Kenzior | 1 | -0/+1 | |
2009-08-14 | Evolve the phonebook driver | Denis Kenzior | 2 | -1/+73 | |
2009-08-14 | Evolve call settings driver | Denis Kenzior | 2 | -1/+80 | |
2009-08-14 | Move clir and cug option enums to types.h | Denis Kenzior | 1 | -0/+13 | |
2009-08-14 | Evolve the call meter driver API | Denis Kenzior | 2 | -1/+88 | |
2009-08-14 | Evolve the call-forwarding driver | Denis Kenzior | 2 | -1/+89 | |
2009-08-14 | Evolve the call-barring driver | Denis Kenzior | 2 | -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-13 | Move certain parts of driver.h to types.h | Denis Kenzior | 2 | -1/+55 | |
2009-08-12 | Add function for printing warnings | Marcel Holtmann | 1 | -0/+2 | |
2009-07-29 | Move MODEM_INTERFACE to dbus.h | Denis Kenzior | 1 | -0/+1 | |
2009-07-29 | Move MANAGER_PATH to dbus.h | Denis Kenzior | 1 | -0/+1 | |
2009-07-29 | Move MANAGER_INTERFACE to dbus.h | Denis Kenzior | 1 | -0/+1 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -0/+5 | |
2009-07-29 | Make plugins use ofono_modem_get_path | Denis Kenzior | 1 | -0/+2 | |
2009-07-29 | Rename modem_add_interface / modem_remove_interface | Denis Kenzior | 2 | -1/+40 | |
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h | |||||
2009-07-29 | Rename dbus_gsm_dict_append_array | Denis Kenzior | 1 | -0/+3 | |
2009-07-29 | Rename dbus_gsm_dict_append | Denis Kenzior | 1 | -0/+3 | |
2009-07-29 | Move & Rename PROPERTIES_ARRAY_SIGNATURE | Denis Kenzior | 1 | -0/+6 | |
2009-07-29 | Rename dbus_gsm_signal_array_property_changed | Denis Kenzior | 1 | -0/+6 | |
2009-07-29 | Rename dbus_gsm_signal_property_changed | Denis Kenzior | 1 | -0/+4 | |
2009-07-29 | Refactor dbus initialization & reconnect | Denis Kenzior | 1 | -0/+2 | |
2009-07-29 | Move & Rename dbus_gsm_connection | Denis Kenzior | 1 | -0/+2 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
2009-07-29 | Add new ofono/dbus.h header | Denis Kenzior | 2 | -1/+36 | |
2009-06-17 | Add call-history driver type | Denis Kenzior | 2 | -1/+57 | |
2009-05-10 | Fix broken OFONO_PLUGIN_DEFINE for builtin plugins | Marcel Holtmann | 1 | -0/+1 | |
2009-05-10 | Add support for builtin plugins | Marcel Holtmann | 1 | -0/+6 | |
2009-05-05 | Update log and plugin functions | Marcel Holtmann | 2 | -4/+7 | |
2009-04-26 | Add plugin support infrastructure | Marcel Holtmann | 3 | -1/+116 | |
2009-04-26 | Add skeleton for telephony daemon | Marcel Holtmann | 2 | -0/+67 | |
2009-04-26 | Add directories for source code, header files and plugins | Marcel Holtmann | 1 | -0/+2 | |