summaryrefslogtreecommitdiff
path: root/plugins/ofono.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-14ofono API refactoring: Rename netreg Operator property to NameDaniel Wagner1-1/+6
2010-04-14Remove the access of status property of DataConnectionManager from oFonoMartin Xu1-12/+0
2010-03-23Set network->device as NULL when the device is removedMartin Xu1-1/+3
2010-03-19Handle the case that MobileNetworkCodeLength is not providedMartin Xu1-15/+16
2010-03-19Correct the modem properties key nameMartin Xu1-1/+1
2010-03-08Export MCC and MNC for cellular servicesMartin Xu1-8/+33
2010-02-11Add static IP supportMartin Xu1-0/+3
2010-01-29Add network->driver->setup() callback functionMartin Xu1-2/+11
2010-01-28Use operator name as the network nameMartin Xu1-17/+101
2010-01-23Set APN before connecting via oFono pluginMartin Xu1-0/+66
2010-01-23Add default context if no context existsMartin Xu1-0/+78
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-31Fix memory leaks caused by missing dbus_pending_call_unref()Marcel Holtmann1-15/+18
2009-12-31Port ofono driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-67/+68
2009-12-30Set network method as CONNMAN_IPCONFIG_METHOD_DHCPMartin Xu1-0/+2
2009-12-24Use failed as label name instead of errorMarcel Holtmann1-4/+4
2009-12-20Add IP configured method for fixed addressesMarcel Holtmann1-2/+3
2009-12-20Rename IP configuration methods to match specificationMarcel Holtmann1-3/+3
2009-12-19Rename D-Bus helper for basic property typesMarcel Holtmann1-3/+3
2009-12-17Add static IP support for oFono interactionMartin Xu1-7/+144
2009-11-24Fix issue with potentially unused GPRS context typeMarcel Holtmann1-1/+1
2009-11-24Add first version of oFono GPRS supportMartin Xu1-8/+1254
2009-09-01Add tracking of oFono startup and terminationMarcel Holtmann1-0/+61
2009-05-13Add skeleton for oFono pluginMarcel Holtmann1-0/+39